| KNearestAlgorithmType Property |
Algorithm type, one of KNearest::Types.
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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:
KNearestTypesSee Also