LibSvmModel Properties |
The LibSvmModel type exposes the following members.
Name | Description | |
---|---|---|
Bias |
Gets or sets whether an initial double value should
be appended in the beginning of every feature vector.
If set to a negative number, this functionality is
disabled. Default is 0.
| |
Classes | Obsolete.
Obsolete. Please use NumberOfClasses instead.
| |
Dimension | Obsolete.
Obsolete. Please use NumberOfInputs instead.
| |
Labels |
Gets or sets the class label for each class
this classification model expects to handle.
| |
NumberOfClasses |
Gets or sets the number of classes that
this classification model can handle.
| |
NumberOfInputs |
Gets or sets the number of dimensions (features)
the classification or regression model can handle.
| |
Solver |
Gets or sets the solver type used to create the model.
| |
Vectors |
Gets or sets the set of support vectors used
by this model. If the model is compact, this
will be set to null.
| |
Weights |
Gets or sets the vector of linear weights used
by this model, if it is a compact model. If this
is not a compact model, this will be set to null.
|