KNearestAlgorithmType Property
|
Algorithm type, one of KNearest::Types.
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
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
function get_AlgorithmType();
function set_AlgorithmType(value);
Property Value
Type:
KNearestTypes
See Also