Java集群库 [英] Java Clustering Library

查看:119
本文介绍了Java集群库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在java中寻找一个轻量级的集群库。我不需要在该库中使用100个聚类算法,只需要5到7个算法就可以了。

I am looking for a light weight clustering library in java. I don't need 100s of clustering algo in that library just 5 to 7 algo would be fine for me.

我相信,你会问:什么你需要什么样的算法和目的:)。我只需要在群集的帮助下对数据进行分类。例如K表示。

I am sure, you are going to ask: "what kind of algo do you need and for what purpose" :). I just need to do classification of my data with the help of clustering. For example K means.

PS:我知道weka但我不想使用它,因为它不是专门用于聚类。

P.S: I know about weka but I don't want to use it as it is not specifically for clustering only.

推荐答案

看看 org.apache.commons.math4.ml.clustering.KMeansPlusPlusClusterer .org / proper / commons-math /rel =nofollow noreferrer> Commons Math 库。

Take a look at org.apache.commons.math4.ml.clustering.KMeansPlusPlusClusterer in Apache's Commons Math library.

这篇关于Java集群库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆