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