SVMRegression Methods |
The SVMRegression type exposes the following members.
Name | Description | |
---|---|---|
Classify |
Predicts value in observation point.
| |
Clear |
Delete model
(Inherited from SVM.) | |
Dispose |
Disposing method
(Inherited from SVM.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetObjectData |
The object optimized serialization method.
(Inherited from SVM.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Load |
Load model from files.
(Overrides SVMLoad(String, String, String).) | |
Save |
Save model to files.
(Inherited from SVM.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
TrainEpsilonSVR |
Train \epsilon - Support Vector Regression
| |
TrainNuSVR |
Train \nu - Support Vector Regression
|