Apache Mahout Math VectorWritable 在 0.6 中缺失?
我正在使用 Mahout 进行 kmeans 聚类。但是,看起来 Mahout 的 kmeans 不支持 CSV 文件,那么我正在尝试编写一个特定的序列文件生成器。
奇怪的是,我试图使用 org.apache.mahout.math.VectorWritable 类,但似乎这个类不在 mahout-math-0.6.jar 中> 包。
那么有人知道 VectorWritable 类在哪里吗?
太感谢了!
吉隆
I am working on a kmeans clustering by using Mahout. However, it looks like Mahout's kmeans does not support CSV file, then I am trying to write a specific sequence file generator.
The strange thing is that I am trying to use org.apache.mahout.math.VectorWritable class, but it seems this class does not in the mahout-math-0.6.jar package.
So is there anyone knows where is the VectorWritable class?
Thank you so much!
Jilong
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从那时起,它就一直在
core.jar
中。然而,它的包名称有点误导(
org.apache.mahout.math
)。Ever since, it has been in the
core.jar
.However its package name is a bit misleading (
org.apache.mahout.math
).