KNearestAlgorithmType Property |
http://www.emgu.com
Algorithm type
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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