%DeepSee.extensions.clusters.PearsonGamma
class %DeepSee.extensions.clusters.PearsonGamma extends %Library.RegisteredObject
This class calculates Pearson-Gamma index which is a correlation coefficient between distance between two points and a binary function whether they belong to the same cluster.Pearson-Gamma index is useful when clustering is used for dimension reduction i.e. the process of reducing the number of random variables under consideration
Validity indices are used in Cluster Validation and determination of the optimal number of clusters.
Property Inventory (Including Private)
Method Inventory (Including Private)
Properties (Including Private)
property Model as AbstractModel;
Property methods: ModelGet(), ModelGetSwizzled(), ModelIsValid(), ModelNewObject(), ModelSet()
Methods (Including Private)
Inherited Members
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()