Ocean
|
This class implements the base class for all classes providing clustering algorithms. More...
Data Structures | |
class | Data |
This class implements the abstract data object which will be specialized for both data modes toggled by tUseIndices. More... | |
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'.
tUseIndices | True, |