04 2011 档案

摘要:接前面一篇TF-IDF的代码,用其结果来计算出向量的余弦值的代码View Code usingSystem;usingSystem.Collections.Generic;usingSystem.Text;namespaceCluster{staticclassCosine{///<summary>///计算向量余弦值///</summary>///<paramname="vector1"></param>///<paramname="vector2"></param>publics 阅读全文
posted @ 2011-04-11 22:42 Clotho_Lee 阅读(2771) 评论(0) 推荐(1)