Ocean
Ocean::Clustering< tUseIndices > Class Template Reference

This class implements the base class for all classes providing clustering algorithms. More...

Inheritance diagram for Ocean::Clustering< tUseIndices >:

Data Structures

class  Data
 This class implements the abstract data object which will be specialized for both data modes toggled by tUseIndices. More...
 

Detailed Description

template<bool tUseIndices>
class Ocean::Clustering< tUseIndices >

This class implements the base class for all classes providing clustering algorithms.

The data (the observations) that will be distributed into individual clusters can be provided with two different modes.
The first mode clusters the data elements by their indices, thus the data elements must be provided as joined data block (an array of elements).
Use the first mode by setting tUseIndices to 'True'.
The second mode clusters the data elements by their pointers, thus the data elements may lie at arbitrary positions in the memory.
Use the second mode by setting tUseIndices to 'False'.

Template Parameters
tUseIndicesTrue,

The documentation for this class was generated from the following file: