|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MultiLabelLossFunction
Interfance for loss functions
Method Summary | |
---|---|
double |
computeLoss(MultiLabelOutput prediction,
boolean[] groundTruth)
Computes the loss function |
String |
getName()
Returns the name of the loss function |
Method Detail |
---|
String getName()
double computeLoss(MultiLabelOutput prediction, boolean[] groundTruth)
prediction
- the prediction of the learner for an examplegroundTruth
- the ground truth of the example
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |