BICO  1.0
 All Classes Namespaces Files Functions Variables Typedefs Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
oNCluENamespace for the CluE library
|oCAlgorithmAbstract base class for algorithms
|oCAttributeCalculatorAbstract base class for attribute calculation (e.g. diameter)
|oCClusterDissimilarityMeasureAbstract base class for cluster dissimilarity measurement
|oCClusterMeasureSetterInterface to propagate the ability to set a ClusterDissimilarityMeasure
|oCCombinedEvaluationAbstract class. Proxy based evaluation algorithms may be optimized by deriving from this class
|oCDiscreteBoundedSpaceInterface to extend a template type to provide discrete (bounded) space {0, ..., n-1}^d features
|oCDiscreteProxyProviderAbstract base class to access the results of proxy / center based clustering algorithms
|oCDissimilarityMeasureAbstract base class for dissimilarity measurement
|oCEuclideanSpaceProviderInterface to extend a template type to provide euclidean vector space features
|oCEvaluationAbstract base class for clustering evaluations
|oCInputSetterInterface to propagate the ability to set input data
|oCMeasureSetterInterface to propagate the ability to set a DissimilarityMeasure
|oCPartitionEvaluationAbstract class for partition-based evaluation algorithms
|oCPartitionProviderAbstract base class to access results of partition based clustering algorithms
|oCProxyEvaluationAbstract class for proxy-based evaluation algorithms
|oCProxyGeneratorAbstract base class for mechanisms that compute a proxy or representative object for a given set of objects, e.g. a cluster center
|oCProxyProviderAbstract base class to access results of proxy / center based clustering algorithms
|oCSolutionProviderAbstract base class for algorithm solutions
|oCStreamingAlgorithmAbstract base class for streaming algorithms
|oCWeightedObjectAbstract base class for weighted objects
|oCWeightModifierAbstract base class to modify the weight of weighted objects
|oCBicoFast computation of k-means coresets in a data stream
||\CBicoNodeClass representing a node in BICO's tree
|oCCFEntryClustering feature tree entry
|oCCFREntryClustering feature with representation point
|oCDiscreteProxySolutionData structure for discrete proxies
|oCProxySolutionData structure for proxies
|oCKMeansEvaluatorCalculates the k-means weight
|oCCluEExceptionCluE related exceptions base class
|oCInvalidArgumentExceptionIndicates invalid values of arguments
|oCInvalidRuntimeConfigurationExceptionIndicates that a computation entered an invalid configuration state
|oCRandomnessRandom number generator
|oCL2MetricL2 metric for Point
|oCPointWeighted point of arbitrary dimension
|oCPointCentroidCenter of gravity for Point
|oCPointWeightModifierModifies the weight of a Point
|oCRealSpaceProviderProvides euclidean vector space features for Point
|\CSquaredL2MetricSquared L2 metric for Point
\CRandomGeneratorEncapsulates an STL random generator