Click or drag to resize
Accord.NET (logo)

MultivariateLinearRegression Properties

The MultivariateLinearRegression type exposes the following members.

Properties
  NameDescription
Public propertyCoefficients Obsolete.
Gets the coefficient matrix used by the regression model. Each column corresponds to the coefficient vector for each of the outputs.
Public propertyInputs Obsolete.
Gets the number of inputs in the model.
Public propertyIntercepts
Gets the intercept vector (bias).
Public propertyNumberOfInputs
Gets the number of inputs accepted by the model.
(Inherited from TransformBaseTInput, TOutput.)
Public propertyNumberOfOutputs
Gets the number of outputs generated by the model.
(Inherited from TransformBaseTInput, TOutput.)
Public propertyNumberOfParameters
Gets the number of parameters in the model (returns NumberOfInputs * NumberOfOutputs + NumberOfInputs).
Public propertyOutputs Obsolete.
Gets the number of outputs in the model.
Public propertyWeights
Gets the linear weights matrix.
Top
See Also