|
RSquaredLoss Constructor (Int32, Double)
|
Namespace:
Accord.Math.Optimization.Losses
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public RSquaredLoss(
int numberOfInputs,
double[][] expected
)
Public Sub New (
numberOfInputs As Integer,
expected As Double()()
)
Request Example
View SourceParameters
- numberOfInputs
- Type: SystemInt32
The number if variables being fit. - expected
- Type: SystemDouble
The expected outputs (ground truth).
See Also