Click or drag to resize

SVM Class

Basic functionality helper class.
Inheritance Hierarchy

Namespace:  FinMath.MachineLearning.SVM
Assembly:  FinMath (in FinMath.dll) Version: 2.4.7-0a995bd0ea1854c2c868ec3f8dae606c5777e170
Syntax
C#
[SerializableAttribute]
public abstract class SVM : IDisposable, 
	ISerializable

The SVM type exposes the following members.

Constructors
  NameDescription
Public methodSVM
The object deserialization constructor.
Top
Properties
  NameDescription
Public propertyKernel
SVM kernel type.
Public propertySupportVectorsNumber
The number of support vectors
Top
Methods
  NameDescription
Public methodClear
Delete model
Public methodDispose
Disposing method
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.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad
Load model from files.
Public methodSave
Save model to files.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also