2019年2月9日

摘要: SVD singular value decomposition https://en.wikipedia.org/wiki/Singular_value_decomposition 奇异值分解在统计中的主要应用为主成分分析(PCA),一种数据分析方法,用来找出大量数据中所隐含的“模式”,它可以用在 阅读全文
posted @ 2019-02-09 22:02 lion_zheng 阅读(142) 评论(0) 推荐(0) 编辑
摘要: Getting started https://eigen.tuxfamily.org/dox/GettingStarted.html long tutorial https://eigen.tuxfamily.org/dox/group__TutorialMatrixClass.html Quic 阅读全文
posted @ 2019-02-09 19:57 lion_zheng 阅读(111) 评论(0) 推荐(0) 编辑
摘要: cout.precision(5); 数字表示小数点位数 // modify precision include // std::cout, std::ios int main () { double f = 3.14159; std::cout.unsetf ( std::ios::floatfi 阅读全文
posted @ 2019-02-09 18:22 lion_zheng 阅读(595) 评论(0) 推荐(0) 编辑

导航