jar

nz.ac.waikato.cms.weka : XMeans

Maven & Gradle

Feb 28, 2018
1 usages

XMeans · Cluster data using the X-means algorithm. X-Means is K-Means extended by an Improve-Structure part In this part of the algorithm the centers are attempted to be split in its region. The decision between the children of each center and itself is done comparing the BIC-values of the two structures. For more information see: Dan Pelleg, Andrew W. Moore: X-means: Extending K-means with Efficient Estimation of the Number of Clusters. In: Seventeenth International Conference on Machine Learning, 727-734, 2000.

Table Of Contents

Latest Version

Download nz.ac.waikato.cms.weka : XMeans JAR file - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : XMeans JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window XMeans-1.0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

weka.clusterers

├─ weka.clusterers.XMeans.class - [JAR]

Advertisement