KNearestAlgorithmType Property |
http://www.emgu.com
Algorithm type
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
Syntaxpublic int AlgorithmType { get; set; }
Public Property AlgorithmType As Integer
Get
Set
public:
property int AlgorithmType {
int get ();
void set (int value);
}
member AlgorithmType : int with get, set
Property Value
Type:
Int32
See Also