|
AccuracyLoss Constructor (Int32)
|
Namespace:
Accord.Math.Optimization.Losses
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public AccuracyLoss(
int[] expected
)
Public Sub New (
expected As Integer()
)
Request Example
View SourceParameters
- expected
- Type: SystemInt32
The expected outputs (ground truth).
See Also