Given the score value of a data point, this returns the classification results. @param score the score for a data point @return the categorical results with the correct probability values for this loss function.
(double score)
| 49 | * this loss function. |
| 50 | */ |
| 51 | public CategoricalResults getClassification(double score); |
| 52 | |
| 53 | @Override |
| 54 | public LossC clone(); |
no outgoing calls
no test coverage detected