CDRClassifyMode
This type defines the algorithms for how the results of several classification engines can be combined.
Type | Description |
---|---|
CDRClassifyAverage | Average is computed |
CDRClassifyMax | Maximum is computed |
CDRClassifyWeightedDistance | For each cell of classification matrix difference between maximum of column and classification weight is calculated |