Uses of Class
infomat.algorithms.GroupingAlgorithm

Packages that use GroupingAlgorithm
infomat.algorithms   
infomat.view   
 

Uses of GroupingAlgorithm in infomat.algorithms
 

Subclasses of GroupingAlgorithm in infomat.algorithms
 class KMeans
          KMeans
 class RandomClusterer
          KMeans
 class RelativeClusterer
           
 

Uses of GroupingAlgorithm in infomat.view
 

Constructors in infomat.view with parameters of type GroupingAlgorithm
AlgorithmFrame(GroupingAlgorithm algorithm, IMatrix matrix, InfomatModel model, InfomatView view)