Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IDmClusteringDetails interface is a base one that is used to work with data mining clustering methods.
IDmClusteringDetails
This interface can be cast to one of the following interfaces:
IDmKmodesClusterAnalysis. K-modes clustering.
IDmSelfOrganizingMap. Clustering by Kohonen self-organizing maps.
Property name | Brief description | |
The CategoriesCount property determines the number of clusters, the source data is divided into. |
Property name | Brief description | |
The Attributes property determines the field indexes of the data source, containing factors for the analysis. |
Property name |
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: