Click or drag to resize

KNearest Properties

http://www.emgu.com

The KNearest type exposes the following members.

Properties
  NameDescription
Public propertyAlgorithmType
Algorithm type
Public propertyDefaultK
Default number of neighbors to use in predict method
Public propertyEmax
Parameter for KDTree implementation
Public propertyIsClassifier
Whether classification or regression model should be trained
Public propertyPtr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Public propertySharedPtr
Pointer to the shared pointer to the unmanaged object
(Inherited from SharedPtrObject.)
Top
See Also