%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
Method Inventory
Properties
property Model as AbstractModel;
Property methods: ModelGet(), ModelGetSwizzled(), ModelIsValid(), ModelNewObject(), ModelSet()
Methods
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()