HierarchicalClustering class.
Macros:
Enumerations:
None.
Typedefs:
None.
Struct CapyHierarchicalClustering :
Struct CapyHierarchicalClustering's properties:
Verbose stream (default: NULL)
Struct CapyHierarchicalClustering's methods:
Destructor
Cluster a dataset using the DIANA algorithm
Input argument(s):
dataset: the dataset to cluster
Output and side effect(s):
Return the clustering as a tree of dataset's rows. The clustering occurs based on input fields converted ot numerical values. The dataset can have output fields.
Cluster a dataset using a slightly faster version of the DIANA algorithm
Input argument(s):
dataset: the dataset to cluster
Output and side effect(s):
Return the clustering as a tree of dataset's rows. The clustering occurs based on input fields converted ot numerical values. The dataset can have output fields.
Functions:
Create a CapyHierarchicalClustering
Output and side effect(s):
Return a CapyHierarchicalClustering
Allocate memory for a new CapyHierarchicalClustering and create it
Output and side effect(s):
Return a CapyHierarchicalClustering
Exception(s):
May raise CapyExc_MallocFailed.
Free the memory used by a CapyHierarchicalClustering* and reset '*that' to NULL
Input argument(s):
that: a pointer to the CapyHierarchicalClustering to free