KNearestAlgorithmType Property |
http://www.emgu.com
Algorithm type
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic KNearestTypes AlgorithmType { get; set; }
Public Property AlgorithmType As KNearestTypes
Get
Set
public:
property KNearestTypes AlgorithmType {
KNearestTypes get ();
void set (KNearestTypes value);
}
member AlgorithmType : KNearestTypes with get, set
Property Value
Type:
KNearestTypes
See Also