C# 中的主成分分析

发布于 2024-11-26 17:23:08 字数 1539 浏览 2 评论 0 原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

演多会厌 2024-12-03 17:23:08

我在 SPSSMatlab。这是开始学习它的好地方,因为这些应用程序已经为您准备好了所有基础设施(例如大量绘图和支持性测试)。

如果您正在寻找 C# 语言的内容,请查看 Accord 框架,也许此处示例

I have used PCA in SPSS and Matlab. This is a good place to start learning it, as those applications have already got all the infrastructure ready for you (like lots of plots and supportive tests).

If you are looking for something in C#, take a look at the Accord framework and maybe this sample here

最偏执的依靠 2024-12-03 17:23:08

谢谢你们的帮助。我最终决定自己实现该算法,使用 Math.Net Numerics 奠定矩阵基础,并使用 ARPACK 来完成查找相关矩阵的最大特征向量的艰苦工作(我不需要所有这些)。主题已关闭。

Thanks for the help guys. I eventually decided to implement the algorithm myself, using Math.Net Numerics to lay the matrix groundwork and ARPACK to do the hard work of finding the biggest eigenvectors of the correlation matrix (I don't need of all them). Subject closed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文