BICO  1.1
 All Classes Namespaces Files Functions Variables Typedefs Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NCluENamespace for the CluE library
 CAlgorithmAbstract base class for algorithms
 CAttributeCalculatorAbstract base class for attribute calculation (e.g. diameter)
 CBicoFast computation of k-means coresets in a data stream
 CBicoNodeClass representing a node in BICO's tree
 CCFEntryClustering feature tree entry
 CCFREntryClustering feature with representation point
 CCluEExceptionCluE related exceptions base class
 CClusterDissimilarityMeasureAbstract base class for cluster dissimilarity measurement
 CClusterMeasureSetterInterface to propagate the ability to set a ClusterDissimilarityMeasure
 CCombinedEvaluationAbstract class. Proxy based evaluation algorithms may be optimized by deriving from this class
 CcomparePairFirst
 CDiscreteBoundedSpaceInterface to extend a template type to provide discrete (bounded) space {0, ..., n-1}^d features
 CDiscreteProxyProviderAbstract base class to access the results of proxy / center based clustering algorithms
 CDiscreteProxySolutionData structure for discrete proxies
 CDissimilarityMeasureAbstract base class for dissimilarity measurement
 CEuclideanSpaceProviderInterface to extend a template type to provide euclidean vector space features
 CEvaluationAbstract base class for clustering evaluations
 CInputSetterInterface to propagate the ability to set input data
 CInvalidArgumentExceptionIndicates invalid values of arguments
 CInvalidRuntimeConfigurationExceptionIndicates that a computation entered an invalid configuration state
 CKMeansEvaluatorCalculates the k-means weight
 CL2MetricL2 metric for Point
 CMeasureSetterInterface to propagate the ability to set a DissimilarityMeasure
 CPartitionEvaluationAbstract class for partition-based evaluation algorithms
 CPartitionProviderAbstract base class to access results of partition based clustering algorithms
 CPointWeighted point of arbitrary dimension
 CPointCentroidCenter of gravity for Point
 CPointWeightModifierModifies the weight of a Point
 CProxyEvaluationAbstract class for proxy-based evaluation algorithms
 CProxyGeneratorAbstract base class for mechanisms that compute a proxy or representative object for a given set of objects, e.g. a cluster center
 CProxyProviderAbstract base class to access results of proxy / center based clustering algorithms
 CProxySolutionData structure for proxies
 CRandomnessRandom number generator
 CRealSpaceProviderProvides euclidean vector space features for Point
 CSolutionProviderAbstract base class for algorithm solutions
 CSquaredL2MetricSquared L2 metric for Point
 CStreamingAlgorithmAbstract base class for streaming algorithms
 CWeightedObjectAbstract base class for weighted objects
 CWeightModifierAbstract base class to modify the weight of weighted objects
 CRandomGeneratorEncapsulates an STL random generator