Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个完整的推荐系统数据集,我需要在 matlab 中构建。
我将所有数据集作为元胞数组导入 MATLAB。
我现在需要为单词添加值并应用 k 模式算法。
我怎么能这样做?
谢谢
您应该首先检查 matlab 文档
http://www.mathworks.com/help/toolbox/stats/kmeans.html
编辑: 还要检查Levenshtein_distance和Jaccard Index