|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmulan.evaluation.Evaluator
uk.ac.ed.inf.enzml.mulan.learn.EvaluatorNoAUC
public class EvaluatorNoAUC
Prepares the evaluation measures taking into consideration the dataset size. MicroAUC and MacroAUC are *not* calculated for datasets > n instances.
| Constructor Summary | |
|---|---|
EvaluatorNoAUC()
|
|
| Method Summary | |
|---|---|
mulan.evaluation.Evaluation |
evaluate(mulan.classifier.MultiLabelLearner learner,
mulan.data.MultiLabelInstances data)
Evaluates a MultiLabelLearner on given test data set. |
| Methods inherited from class mulan.evaluation.Evaluator |
|---|
crossValidate, crossValidate, evaluate, setSeed, setStrict |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EvaluatorNoAUC()
| Method Detail |
|---|
public mulan.evaluation.Evaluation evaluate(mulan.classifier.MultiLabelLearner learner,
mulan.data.MultiLabelInstances data)
throws java.lang.IllegalArgumentException,
java.lang.Exception
MultiLabelLearner on given test data set.
evaluate in class mulan.evaluation.Evaluatorlearner - the learner to be evaluateddata - the data set for evaluation
java.lang.IllegalArgumentException - if either of input parameters is null.
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||