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
Syntaxpublic const SVMSvmType OneClass = 102
Public Const OneClass As SVMSvmType = 102
public:
literal SVMSvmType^ OneClass = 102
static val mutable OneClass: SVMSvmType
Field Value
Type:
SVMSvmType
See Also