|   | HammingLossLoss Method (Int32) | 
        
         
            Computes the loss between the expected values (ground truth)
            and the given actual values that have been predicted.
            
 
    Namespace: 
   Accord.Math.Optimization.Losses
    Assembly:
   Accord.Math (in Accord.Math.dll) Version: 3.8.0
 Syntax
Syntaxpublic double Loss(
	int[] actual
)
Public Function Loss ( 
	actual As Integer()
) As Double
Parameters
- actual
- Type: SystemInt32
 The actual values that have been predicted.
Return Value
Type: 
Double
            The loss value between the expected values and
            the actual predicted values.
            
Implements
ILossTScore, TLossLoss(TScore) See Also
See Also