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