| KNearestIsClassifier Property |
http://www.emgu.com
Whether classification or regression model should be trained
Namespace: Emgu.CV.MLAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic bool IsClassifier { get; set; }Public Property IsClassifier As Boolean
Get
Set
public:
property bool IsClassifier {
bool get ();
void set (bool value);
}member IsClassifier : bool with get, set
Property Value
Type:
Boolean
See Also