IDmKmodesClusterAnalysis

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IDmKmodesClusterAnalysis interface is used for data clustering using the K-modes clustering.

Inheritance Hierarchy

          IDmMethodDetails

          IDmAttributesDetails

          IDmClusteringDetails

          IDmKmodesClusterAnalysis

Comments

Source data is divided into few categories (up to 10) in a way of minimizing distance between groups. The method works on categorial values.

Properties inherited from IDmClusteringDetails

  Property name Brief description
The CategoriesCount property determines the number of clusters, the source data is divided into.

Properties inherited from IDmAttributesDetails

  Property name Brief description
The Attributes property determines the field indexes of the data source, containing factors for the analysis.

Properties inherited from IDmMethodDetails

  Brief description
The CrossValidation property returns cross-validation settings
The DisplayName property returns the method name.
The StatMethod property returns statistical method parameters used in analysis.

See also:

Ms Assembly Interfaces | Logistic Regression | Pattern Substitution