Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IDmSelfOrganizingMap interface is used for data clustering using the Kohonen self-organizing maps.
IDmSelfOrganizingMap
This method groups objects using the Kohonen neural network. Unsupervised learning is used, thus the result depends only on the structure of input data. The method works on the numeric values.
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:
Ms Assembly Interfaces | Self-organizing Kohonen Maps | Categories Detection