BICO
1.1
|
▼NCluE | Namespace for the CluE library |
CAlgorithm | Abstract base class for algorithms |
CAttributeCalculator | Abstract base class for attribute calculation (e.g. diameter) |
▼CBico | Fast computation of k-means coresets in a data stream |
CBicoNode | Class representing a node in BICO's tree |
CCFEntry | Clustering feature tree entry |
CCFREntry | Clustering feature with representation point |
CCluEException | CluE related exceptions base class |
CClusterDissimilarityMeasure | Abstract base class for cluster dissimilarity measurement |
CClusterMeasureSetter | Interface to propagate the ability to set a ClusterDissimilarityMeasure |
CCombinedEvaluation | Abstract class. Proxy based evaluation algorithms may be optimized by deriving from this class |
CcomparePairFirst | |
CDiscreteBoundedSpace | Interface to extend a template type to provide discrete (bounded) space {0, ..., n-1}^d features |
CDiscreteProxyProvider | Abstract base class to access the results of proxy / center based clustering algorithms |
CDiscreteProxySolution | Data structure for discrete proxies |
CDissimilarityMeasure | Abstract base class for dissimilarity measurement |
CEuclideanSpaceProvider | Interface to extend a template type to provide euclidean vector space features |
CEvaluation | Abstract base class for clustering evaluations |
CInputSetter | Interface to propagate the ability to set input data |
CInvalidArgumentException | Indicates invalid values of arguments |
CInvalidRuntimeConfigurationException | Indicates that a computation entered an invalid configuration state |
CKMeansEvaluator | Calculates the k-means weight |
CL2Metric | L2 metric for Point |
CMeasureSetter | Interface to propagate the ability to set a DissimilarityMeasure |
CPartitionEvaluation | Abstract class for partition-based evaluation algorithms |
CPartitionProvider | Abstract base class to access results of partition based clustering algorithms |
CPoint | Weighted point of arbitrary dimension |
CPointCentroid | Center of gravity for Point |
CPointWeightModifier | Modifies the weight of a Point |
CProxyEvaluation | Abstract class for proxy-based evaluation algorithms |
CProxyGenerator | Abstract base class for mechanisms that compute a proxy or representative object for a given set of objects, e.g. a cluster center |
CProxyProvider | Abstract base class to access results of proxy / center based clustering algorithms |
CProxySolution | Data structure for proxies |
CRandomness | Random number generator |
CRealSpaceProvider | Provides euclidean vector space features for Point |
CSolutionProvider | Abstract base class for algorithm solutions |
CSquaredL2Metric | Squared L2 metric for Point |
CStreamingAlgorithm | Abstract base class for streaming algorithms |
CWeightedObject | Abstract base class for weighted objects |
CWeightModifier | Abstract base class to modify the weight of weighted objects |
CRandomGenerator | Encapsulates an STL random generator |