uk.ac.ed.inf.enzml.mulan.learn
Class EvaluationParameters

java.lang.Object
  extended by uk.ac.ed.inf.enzml.mulan.learn.EvaluationParameters

public class EvaluationParameters
extends java.lang.Object

Contains the evaluation parameters (micro-macro precision, micro-macro accuracy etc.) of a Multi label Mulan experiment.

Version:
8 Jun 2010
Author:
Luna De Ferrari luna.deferrari-at-ed.ac.uk

Constructor Summary
EvaluationParameters()
           
 
Method Summary
static java.util.TreeSet<java.lang.String> getMeasureNames()
          Get a list containing the evaluation measure names.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvaluationParameters

public EvaluationParameters()
Method Detail

getMeasureNames

public static java.util.TreeSet<java.lang.String> getMeasureNames()
Get a list containing the evaluation measure names.

Returns:
a list containing the evaluation measure names.