weka.clusterers
Interface NumberOfClustersRequestable

All Known Implementing Classes:
EM, MakeDensityBasedClusterer, SimpleKMeans

public interface NumberOfClustersRequestable

Interface to a clusterer that can generate a requested number of clusters

Version:
$Revision: 8034 $
Author:
Mark Hall

Method Summary
 void setNumClusters(int numClusters)
          Set the number of clusters to generate
 

Method Detail

setNumClusters

void setNumClusters(int numClusters)
                    throws Exception
Set the number of clusters to generate

Parameters:
numClusters - the number of clusters to generate
Throws:
Exception - if the requested number of clusters in inapropriate


Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.