Uses of Class
at.tuwien.ifs.somtoolbox.visualization.clustering.MoreCentresThanKException

Packages that use MoreCentresThanKException
at.tuwien.ifs.somtoolbox.visualization.clustering Contains classes implementing clustering methods on the SOM. 
 

Uses of MoreCentresThanKException in at.tuwien.ifs.somtoolbox.visualization.clustering
 

Methods in at.tuwien.ifs.somtoolbox.visualization.clustering that throw MoreCentresThanKException
 void KMeans.setClusterCentroids(double[][] centroids)
          Initialise the cluster centres with the given centres.