Click or drag to resize
Accord.NET (logo)

RSquaredLoss Properties

The RSquaredLoss type exposes the following members.

Properties
  NameDescription
Public propertyAdjust
Gets whether the adjusted version of the R² measure should be computed instead.
Public propertyExpected
Gets the expected outputs (the ground truth).
(Inherited from LossBaseTInput, TScore, TLoss.)
Public propertyNumberOfInputs
Gets or sets the number of variables being fit in the problem.
Public propertyWeights
Gets or sets the weights associated with each input-output pair.
Top
See Also