DOC

nz.ac.waikato.cms.weka : classificationViaClustering

Maven & Gradle

Nov 27, 2017

classificationViaClustering · A simple meta-classifier that uses a clusterer for classification. For cluster algorithms that use a fixed number of clusterers, like SimpleKMeans, the user has to make sure that the number of clusters to generate are the same as the number of class labels in the dataset in order to obtain a useful model. Note: at prediction time, a missing value is returned if no cluster is found for the instance. The code is based on the 'clusters to classes' functionality of the weka.clusterers.ClusterEvaluation class by Mark Hall.

Table Of Contents

Latest Version

Download nz.ac.waikato.cms.weka : classificationViaClustering Javadoc & API Documentation - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : classificationViaClustering 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 classificationViaClustering-1.0.7-javadoc.jar to classificationViaClustering-1.0.7-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder classificationViaClustering-1.0.7-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 "classificationViaClustering-1.0.7-sources.jar" -d "classificationViaClustering-1.0.7-javadoc" -subpackages