Welcome![Sign In][Sign Up]
Location:
Search - clustering in java code

Search list

[Other resourceWeka-3-2

Description: Weka is a collection of machine learning algorithms for data mining tasks. The algorithms can either be applied directly to a dataset or called from your own Java code. Weka contains tools for data pre-processing, classification, regression, clustering, association rules, and visualization. It is also well-suited for developing new machine learning schemes. 一个可以实现多种方法分类的软件,利用各个 对象的属性。决策树,距离、密度等-Weka is a collection of machine learning al gorithms for data mining tasks. The algorithms can either be applied directly to a dataset or ca lled from your own Java code. Weka contains tool 's for data pre-processing, classification, regression, clustering, association rules, and visualization. It is also well-suited for d eveloping new machine learning schemes. can be a real Categories are various methods of software, using all the attributes of objects. Decision Tree, distance, density, etc.
Platform: | Size: 15446016 | Author: 马何坛 | Hits:

[AI-NN-PRShortestDistance

Description: java实现层次聚类最小距离算法,代码结构良好,具有复用性.-java achieve minimum distance hierarchical clustering algorithm, code structure and has a good reusability.
Platform: | Size: 1024 | Author: zyq | Hits:

[JSP/Javakmeans_java

Description: k-means聚类算法的java代码实现,良好的代码风格,适合扩充-k-means clustering algorithm to achieve the java code, the code of good style, suitable for expansion
Platform: | Size: 4096 | Author: | Hits:

[AI-NN-PRK_Means

Description: k-means是一种经典的聚类算法,这是用java实现k-means的源码,其中包括了测试数据文件-k-means is a classical clustering algorithm, which is used k-means realize java source code, including test data files
Platform: | Size: 4096 | Author: 尹哲 | Hits:

[JSP/JavaCindy

Description: 转载聚类源代码,用Java实现的 聚类的C聚类算法,希望对大家有帮助-Clustering reproduce the source code, using Java to achieve the clustering of C clustering algorithm, in the hope that everyone has to help
Platform: | Size: 23552 | Author: caocao | Hits:

[JSP/JavaAprior_java.RAR

Description: Aprior数据挖掘中聚类算法的一种,该源码通过java实现该算法。快来下啊!-Data Mining Aprior a clustering algorithm, the source code through the java realize the algorithm. Come under the ah!
Platform: | Size: 29696 | Author: 小雨 | Hits:

[Mathimatics-Numerical algorithmsKMEANS

Description: K-MEANS算法 输入:聚类个数k,以及包含 n个数据对象的数据库。 输出:满足方差最小标准的k个聚类。 处理流程: (1) 从 n个数据对象任意选择 k 个对象作为初始聚类中心; (2) 循环(3)到(4)直到每个聚类不再发生变化为止 (3) 根据每个聚类对象的均值(中心对象),计算每个对象与这些中心对象的距离;并根据最小距离重新对相应对象进行划分; (4) 重新计算每个(有变化)聚类的均值(中心对象)-K-MEANS algorithm Input: cluster number k, and contains n data object database. Output: the minimum standards to meet the variance k-clustering. Deal flow: (1) a data object from the n choose k object as initial cluster centers (2) cycle (3) to (4) until a change in each cluster is no longer so far (3) according to each Clustering objects mean (central object), calculated for each object with these centers to object distance and in accordance with a minimum distance between a re-division of the corresponding object (4) re-calculated for each (change) clustering of the mean (central object )
Platform: | Size: 3072 | Author: 快快 | Hits:

[JSP/JavaFCM

Description: 利用java编写的模糊C均值聚类算法,可以用来图像无监督聚类及图像分割等。-Using java prepared Fuzzy C-means clustering algorithm, can be used to image non-supervised clustering and image segmentation and so on.
Platform: | Size: 4096 | Author: huangyu | Hits:

[Otherweka-src

Description: Weka,一个数据挖掘工具。功能包括:分类、聚类和关联规则等等。这是该开源软件的源代码,版本为3.5.7-Weka, a data mining tool. Features include: classification, clustering and association rules, etc.. This is the open source software source code, version 3.5.7
Platform: | Size: 4790272 | Author: Jess | Hits:

[Algorithmdatamining

Description: 数据挖掘相关算法集合,有聚类、神经网络、遗传算法等的代码实现-Data mining correlation algorithm collection has clustering, neural networks, genetic algorithms, such as the code implementation
Platform: | Size: 8887296 | Author: lipei | Hits:

[JSP/JavaFCM

Description: Fuzzy C-means algorithm written in Java
Platform: | Size: 263168 | Author: raida | Hits:

[JSP/Javacluster1

Description: it is java code for k means clustering algorithm
Platform: | Size: 9216 | Author: Nagaraj | Hits:

[Mathimatics-Numerical algorithmsclustering

Description: 各种聚类算法代码 都很好用的 各种聚类算法代码-Various clustering algorithms are very useful source of a variety of clustering algorithm code
Platform: | Size: 351232 | Author: 低调 | Hits:

[JSP/Java83390049kmeans_clustering

Description: k-means聚类算法的java代码实现-k-means clustering algorithm java code
Platform: | Size: 5120 | Author: arron | Hits:

[JSP/Javadbcan

Description: DBscan clustering algorithm source code in java
Platform: | Size: 7168 | Author: kiran | Hits:

[JSP/JavaK_means

Description: This code is K-means clustering code written in java.
Platform: | Size: 2048 | Author: prasad halgaonkar | Hits:

[Otherweka-3-6-1

Description: Weka是一个超强功能的machine learning开发包-Weka is a collection of machine learning algorithms for data mining tasks. The algorithms can either be applied directly to a dataset or called from your own Java code. Weka contains tools for data pre-processing, classification, regression, clustering, association rules, and visualization. It is also well-suited for developing new machine learning schemes.
Platform: | Size: 18667520 | Author: Alan | Hits:

[JSP/JavaDBSCAN

Description: Java DBSCAN clustering algorithm source code
Platform: | Size: 7168 | Author: tran thang | Hits:

[Mathimatics-Numerical algorithmsSource-Code

Description: 数据挖掘经典算法实现。使用这个算法分别对图片和DBLP上面学者的合作关系图进行了聚类,然后评估聚类的结果。算法实现用的java,DBLP的数据的搜集和预处理是用Python编写。-Classical data mining algorithm. Using this algorithm, respectively, pictures and cooperation between scholars DBLP above graph clustering, and then evaluate the results of clustering. Algorithm using java, DBLP data collection and pre-treatment is written in Python.
Platform: | Size: 113664 | Author: peijun | Hits:

[JSP/Javatext_example

Description: text matching and clustering code in java
Platform: | Size: 55296 | Author: jose | Hits:
« 12 »

CodeBus www.codebus.net