Uses of Class
net.sourceforge.cilib.problem.ClusteringProblem

Packages that use ClusteringProblem
net.sourceforge.cilib.clustering.kmeans   
net.sourceforge.cilib.problem   
net.sourceforge.cilib.util   
 

Uses of ClusteringProblem in net.sourceforge.cilib.clustering.kmeans
 

Methods in net.sourceforge.cilib.clustering.kmeans with parameters of type ClusteringProblem
 Vector RandomCentroidsInitialisationStrategy.initialise(ClusteringProblem problem, ClusterableDataSet dataset)
          Initialize the centroid vectors for a clustering to random positions in the search space.
 Vector DataSetBasedCentroidsInitialisationStrategy.initialise(ClusteringProblem problem, ClusterableDataSet dataset)
          Initialize the centroid vectors for a clustering from randomly chosen patterns in the given dataset.
 Vector CentroidsInitialisationStrategy.initialise(ClusteringProblem problem, ClusterableDataSet dataset)
          Initialize the centroid vectors for a clustering.
 

Uses of ClusteringProblem in net.sourceforge.cilib.problem
 

Methods in net.sourceforge.cilib.problem that return ClusteringProblem
 ClusteringProblem ClusteringProblem.getClone()
           
 

Constructors in net.sourceforge.cilib.problem with parameters of type ClusteringProblem
ClusteringProblem(ClusteringProblem rhs)
           
 

Uses of ClusteringProblem in net.sourceforge.cilib.util
 

Methods in net.sourceforge.cilib.util that return ClusteringProblem
 ClusteringProblem ClusteringUtils.getClusteringProblem()
          Get the ClusteringProblem used throughout the current clustering.
 

Methods in net.sourceforge.cilib.util with parameters of type ClusteringProblem
 void ClusteringUtils.setClusteringProblem(ClusteringProblem cp)
          This class only deals with ClusteringProblems.
 



Copyright © 2009 CIRG. All Rights Reserved.