<model name>_MODEL table
This table contains information about the entire clustering model.
The table contains one line.
The following table shows the table columns:
Column name | Data type | Description |
---|---|---|
MODELCLASS | VARCHAR(32) | 'center-based' Type of clustering model |
COMPARISONTYPE | VARCHAR(16) | 'distance' Type of record comparison |
COMPARISONMEASURE | VARCHAR(32) | 'euclidean' Function that is used to aggregate individual column distances |
NUMCLUSTERS | INTEGER | Number of clusters that are contained in the model |