Click or drag to resize

SVMSvmTypeOneClass Field

http://www.emgu.com
one-class SVM. All the training data are from the same class, SVM builds a boundary that separates the class from the rest of the feature space

Namespace:  Emgu.CV.ML
Assembly:  Emgu.CV.World.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
Syntax
public const SVMSvmType OneClass = 102

Field Value

Type: SVMSvmType
See Also