搜索资源列表
K_Means(java)
- 聚类算法(java)语言实现,大家有问题的话可以联系我,一起讨论啊,
k-means
- 本代码主要对 K_means 算法用java语言实现 .对需要java kmeans同志很帮助! 并附有测试文件!
k_means_cluster
- this program explains the K_means cluster Algorithm. and also direct to the best k value
K-Means
- K_Means(java)算法的实现,有界面,灵活性强,交互性强。-K_Means (java) algorithm, there are interfaces, flexibility, and strong interaction.
K_means
- This code is K-means clustering code written in java.
K_Means
- K-Means(java)算法 有界面,可从文本中读取数据-K-Means (java) algorithm has interface to read data from text
K_means
- 用K_means算法在UCI数据集上实现数据分类,所用数据源为Optical Recognition of Handwritten Digits-Algorithm with K_means UCI data sets for data classification, data source used for the Optical Recognition of Handwritten Digits
K_Means
- java编写的k_means算法,希望对大家有所帮助,谢谢支持-java prepared k_means algorithm, we want to help, thanks for your support. . .
k_means
- 简单易懂的k-means聚类算法,可运行!有详细注释说明。-Straightforward k-means clustering algorithm, run! Detailed explanatory notes.
K_means
- 一个实现K中心聚类的算法源码,java实现-An implementation of the K-center clustering algorithm
Kmeans1
- 连接mysql数据库的k均值聚类算法,有想过还不错。-connect with mysql by k_means。Great result.
K_means
- 平面坐标轴里面实现点的划分 用网格布局管理器,里面填充按钮,用按钮去模拟坐标; 划分后同一个簇中的点(即按钮),用同一种颜色给按钮着色 -Plane axis point division inside the grid layout manager, which fill the button with a button to simulate coordinates divided in the same cluster point (button), with the sam
kmeans
- 简单的k_means聚类算法,用java语言编写实现,扩展性不强-simple kmeans clustering method
K_Means
- k-means 算法的工作过程说明如下:首先从n个数据对象任意选择 k 个对象作为初始聚类中心;而对于所剩下其它对象,则根据它们与这些聚类中心的相似度(距离),分别将它们分配给与其最相似的(聚类中心所代表的)聚类;然后再计算每个所获新聚类的聚类中心(该聚类中所有对象的均值);不断重复这一过程直到标准测度函数开始收敛为止。一般都采用均方差作为标准测度函数. k个聚类具有以下特点:各聚类本身尽可能的紧凑,而各聚类之间尽可能的分开。下面给出我写的源代码。-work process k-means al
k_means
- k_means,,根据网络上的里程修改的,一个非常清晰的k_means运行历程,每一步注释都很清晰。-k_means ,, modified according to mileage on the network, with a very clear k_means run course, every step of the comments are very clear.