KNearest.AlgorithmType Property
|
Algorithm type, one of KNearest::Types.
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic KNearest.Types AlgorithmType { get; set; }
Public Property AlgorithmType As KNearest.Types
Get
Set
public:
property KNearest.Types AlgorithmType {
KNearest.Types get ();
void set (KNearest.Types value);
}
member AlgorithmType : KNearest.Types with get, set
function get_AlgorithmType();
function set_AlgorithmType(value);
Property Value
Type:
KNearest.Types
See Also