DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : XMeans Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file XMeans-1.0.6-javadoc.jar to XMeans-1.0.6-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder XMeans-1.0.6-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "XMeans-1.0.6-sources.jar" -d "XMeans-1.0.6-javadoc" -subpackages 

Advertisement