Click or drag to resize
Accord.NET (logo)

LibSvmModel Properties

The LibSvmModel type exposes the following members.

Properties
  NameDescription
Public propertyBias
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.
Public propertyClasses Obsolete.
Obsolete. Please use NumberOfClasses instead.
Public propertyDimension Obsolete.
Obsolete. Please use NumberOfInputs instead.
Public propertyLabels
Gets or sets the class label for each class this classification model expects to handle.
Public propertyNumberOfClasses
Gets or sets the number of classes that this classification model can handle.
Public propertyNumberOfInputs
Gets or sets the number of dimensions (features) the classification or regression model can handle.
Public propertySolver
Gets or sets the solver type used to create the model.
Public propertyVectors
Gets or sets the set of support vectors used by this model. If the model is compact, this will be set to null.
Public propertyWeights
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.
Top
See Also