IRISLIB database
ChartModel Class Reference
Inheritance diagram for ChartModel:

Public Attributes

 Dataset
 The name of the clustering model. More...
 
 ErrorStatus
   More...
 
 NClusters
 Number of Clusters as calculated by current model. More...
 
 Normalize
   More...
 
 Ready
   More...
 
 XMax
 The maximum value on current X axis. More...
 
 XMin
 The minimum value on current X axis. More...
 
 YMax
 The maximum value on current Y axis. More...
 
 YMin
 The minimum value on current Y axis. More...
 
 clusteringHasChanged
 True if clustering options have been updated. More...
 
 datasetHasChanged
 True if data has been updated. More...
 
 dimensionality
 Number of Dimensions included in current model. More...
 
 dsCount
 Number of data points in the whole dataset. More...
 
 method
   More...
 
 sampleSize
 Sample Size for samling methods. More...
 
 sampling
 Are we working with the sample or with the whole dataset? True for CLARA. More...
 

Member Data Documentation

◆ Dataset

Dataset

The name of the clustering model.

 

◆ ErrorStatus

ErrorStatus

 

 

◆ NClusters

NClusters

Number of Clusters as calculated by current model.

 

◆ Normalize

Normalize

 

 

◆ Ready

Ready

 

 

◆ XMax

XMax

The maximum value on current X axis.

 

◆ XMin

XMin

The minimum value on current X axis.

 

◆ YMax

YMax

The maximum value on current Y axis.

 

◆ YMin

YMin

The minimum value on current Y axis.

 

◆ clusteringHasChanged

clusteringHasChanged

True if clustering options have been updated.

 

◆ datasetHasChanged

datasetHasChanged

True if data has been updated.

 

◆ dimensionality

dimensionality

Number of Dimensions included in current model.

 

◆ dsCount

dsCount

Number of data points in the whole dataset.

 

◆ method

method

 

 

◆ sampleSize

sampleSize

Sample Size for samling methods.

 

◆ sampling

sampling

Are we working with the sample or with the whole dataset? True for CLARA.