Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%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

method calculate(Output sc As %Status) as %Double
method calculateForSample(SampleSize As %Integer, Output sc As %Status) as %Double

Inherited Members

Inherited Methods

FeedbackOpens in a new tab