Click or drag to resize

SVMDensityEstimation Methods

The SVMDensityEstimation type exposes the following members.

Methods
  NameDescription
Public methodClassify
Estimate probability in observation point.
Public methodClear
Delete model
(Inherited from SVM.)
Public methodDispose
Disposing method
(Inherited from SVM.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetObjectData
The object optimized serialization method.
(Inherited from SVM.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad
Load model from files.
(Overrides SVMLoad(String, String, String).)
Public methodSave
Save model to files.
(Inherited from SVM.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTrainOneClass
Train OneClass probability density estimation model
Top
See Also