c

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.
http://weka.sourceforge.net/doc.packages/classificationViaClustering
GNU General Public License 3
University of Waikato, Hamilton, NZ
Peter Reutemann
Aggregated version Version Update time
1.0 1.0.7 Nov 27, 2017
1.0.6 May 29, 2017
1.0.5 Apr 27, 2017
1.0.4 Apr 05, 2017
1.0.3 Apr 28, 2014
1.0.2 Apr 26, 2012
1.0.1 Apr 24, 2012
7 Records