Click or drag to resize
SoSupervisedTextureClassificationProcessing3dminSeparationPercentage Property

This parameter controls the rejection criteria of the feature selection algorithm (FS).

Namespace: OIV.ImageViz.Engines.ImageSegmentation.Classification
Assembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFDouble minSeparationPercentage { get; }

Property Value

Type: SoSFDouble
Remarks

A measure is rejected if its contribution does not increase enough the separation power of the classification model. This ratio indicates the minimal relative growth required to keep a measure. Please refer to Feature Selection section for more information about this parameter. The value must be greater than or equal to 0.0. Default value is 3.0.

See Also