Uses of Package
net.sourceforge.cilib.functions.clustering

Packages that use net.sourceforge.cilib.functions.clustering
net.sourceforge.cilib.functions.clustering   
net.sourceforge.cilib.functions.clustering.validityindices   
 

Classes in net.sourceforge.cilib.functions.clustering used by net.sourceforge.cilib.functions.clustering
ClusteringFitnessFunction
          This abstract class defines member variables and member functions that can be used by subclasses to calculate the fitness of a particular clustering in their respective evaluate methods.
This class makes extensive use of the ClusteringUtils helper class.
InterClusterDistance
          This clustering fitness function will probably never be used to train on directly.
IntraClusterDistance
          This clustering fitness function will probably never be used to train on directly.
KHarmonicMeansFunction
          This is the k-harmonic means clustering fitness function.
NonParametricClusteringFunction
          This class makes use of the helper/member functions defined and implemented in {@linkplain ClusteringFitnessFunction) to calculate a non-parameterised fitness of a particular clustering in the calculateFitness method.
ParametricClusteringFunction
          This class makes use of the helper/member functions defined and implemented in ClusteringFitnessFunction to calculate a parameterised fitness of a particular clustering in the calculateFitness method.
QuantisationErrorFunction
          This class makes use of the helper/member functions defined and implemented in ClusteringFitnessFunction to calculate the Quantisation Error of a particular clustering in the calculateFitness method.
 

Classes in net.sourceforge.cilib.functions.clustering used by net.sourceforge.cilib.functions.clustering.validityindices
ClusteringFitnessFunction
          This abstract class defines member variables and member functions that can be used by subclasses to calculate the fitness of a particular clustering in their respective evaluate methods.
This class makes extensive use of the ClusteringUtils helper class.
 



Copyright © 2009 CIRG. All Rights Reserved.