jar

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 JAR file - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : classificationViaClustering 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 classificationViaClustering-1.0.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

weka.classifiers.meta

├─ weka.classifiers.meta.ClassificationViaClustering.class - [JAR]