Uses of Interface
net.sourceforge.cilib.problem.dataset.ClusterableDataSet

Packages that use ClusterableDataSet
net.sourceforge.cilib.clustering.kmeans   
net.sourceforge.cilib.problem.dataset   
net.sourceforge.cilib.util   
 

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

Methods in net.sourceforge.cilib.clustering.kmeans with parameters of type ClusterableDataSet
 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 ClusterableDataSet in net.sourceforge.cilib.problem.dataset
 

Classes in net.sourceforge.cilib.problem.dataset that implement ClusterableDataSet
 class AssociatedPairDataSetBuilder
          This class "collects" and holds all the patterns of the DataSets specified through the AssociatedPairDataSetBuilder.addDataSet(DataSet) method.
 

Uses of ClusterableDataSet in net.sourceforge.cilib.util
 

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

Methods in net.sourceforge.cilib.util with parameters of type ClusterableDataSet
 void ClusteringUtils.setClusterableDataSet(ClusterableDataSet cds)
          This class only deals with ClusterableDataSets.
 



Copyright © 2009 CIRG. All Rights Reserved.