|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object mulan.evaluation.Evaluation
public class Evaluation
Simple class that includes a list of evaluation measures returned from a
call to the static methods of Evaluator
for evaluation purposes.
Evaluator
Constructor Summary | |
---|---|
Evaluation(List<Measure> someMeasures,
MultiLabelInstances data)
Creates a new evaluation object by deep copying the measure objects that are given as parameters |
Method Summary | |
---|---|
List<Measure> |
getMeasures()
Returns the evaluation measures |
String |
toCSV()
Returns a CSV representation of the calculated measures |
String |
toString()
Returns a string with the results of the evaluation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Evaluation(List<Measure> someMeasures, MultiLabelInstances data) throws Exception
someMeasures
- calculated measuresdata
- the evaluation data used for obtaining label names for per
outputting per label values of macro average measures
Exception
Method Detail |
---|
public String toString()
toString
in class Object
public String toCSV()
public List<Measure> getMeasures()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |