SVM Class |
Namespace: FinMath.MachineLearning.SVM
[SerializableAttribute] public abstract class SVM : IDisposable, ISerializable
The SVM type exposes the following members.
Name | Description | |
---|---|---|
![]() | Kernel |
SVM kernel type.
|
![]() | SupportVectorsNumber |
The number of support vectors
|
Name | Description | |
---|---|---|
![]() | Clear |
Delete model
|
![]() | Dispose |
Disposing method
|
![]() | 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.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Load |
Load model from files.
|
![]() | Save |
Save model to files.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |