KNearestIsClassifier Property |
http://www.emgu.com
Whether classification or regression model should be trained
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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