Click or drag to resize

FeaturePlaneMethodDesignclassifier Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets the classifier.

Namespace:  imbNLP.Toolkit.Planes
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public IClassifier classifier { get; set; }

Property Value

Type: IClassifier
The classifier.
See Also