org.aksw.commons.experiments
Class TableRowColumn

java.lang.Object
  extended by org.aksw.commons.experiments.TableRowColumn
All Implemented Interfaces:
Serializable

public class TableRowColumn
extends Object
implements Serializable

Author:
Sebastian Hellmann
See Also:
Serialized Form

Constructor Summary
TableRowColumn(String experimentName, String label, Static.Units unit, com.jamonapi.Monitor[] monitors)
           
 
Method Summary
 void finalize()
           
 String getExperimentName()
           
 FinalizedMonitor[] getFinalizedMonitors()
           
 com.jamonapi.Monitor getJamMonitors(int i)
           
 String getLabel()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableRowColumn

public TableRowColumn(String experimentName,
                      String label,
                      Static.Units unit,
                      com.jamonapi.Monitor[] monitors)
Parameters:
monitors - the JamonMonitors
experimentName - The name of the experiment, could be e.g. a parameter ("special noise ratio" or "baseline")
label - the label for this specific vector of values such as Precision, Recall ....
Method Detail

size

public int size()

getLabel

public String getLabel()

getExperimentName

public String getExperimentName()

getFinalizedMonitors

public FinalizedMonitor[] getFinalizedMonitors()

getJamMonitors

public com.jamonapi.Monitor getJamMonitors(int i)

finalize

public void finalize()
Overrides:
finalize in class Object


Copyright © 2012. All Rights Reserved.