MatHtoolClusteringType#
Indicates the type of clustering used by a MATHTOOL
Synopsis#
Values#
MAT_HTOOL_CLUSTERING_PCA_REGULAR
(default) - axis computed via principle component analysis, split uniformlyMAT_HTOOL_CLUSTERING_PCA_GEOMETRIC
- axis computed via principle component analysis, split barycentricallyMAT_HTOOL_CLUSTERING_BOUNDING_BOX_1_REGULAR
- axis along the largest extent of the bounding box, split uniformlyMAT_HTOOL_CLUSTERING_BOUNDING_BOX_1_GEOMETRIC
- axis along the largest extent of the bounding box, split barycentrically
Notes: higher-dimensional clustering is not yet supported in Htool, but once it is, one should add BOUNDING_BOX_{2,3} types
See Also#
MatCreateHtoolFromKernel()
, MATHTOOL
, MatHtoolCompressorType
Level#
beginner
Location#
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages