Uses of Class
adams.flow.core.ExperimentStatistic

Packages that use ExperimentStatistic
adams.flow.core   
adams.flow.transformer   
 

Uses of ExperimentStatistic in adams.flow.core
 

Methods in adams.flow.core that return ExperimentStatistic
 ExperimentStatistic ExperimentStatistic.parse(String s)
          Parses the given string and returns the associated enum.
static ExperimentStatistic ExperimentStatistic.valueOf(AbstractOption option, String str)
          Returns an enum generated from the string.
static ExperimentStatistic ExperimentStatistic.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ExperimentStatistic[] ExperimentStatistic.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ExperimentStatistic in adams.flow.transformer
 

Fields in adams.flow.transformer declared as ExperimentStatistic
protected  ExperimentStatistic WekaExperimentEvaluation.m_ComparisonField
          the comparison field.
 

Methods in adams.flow.transformer that return ExperimentStatistic
 ExperimentStatistic WekaExperimentEvaluation.getComparisonField()
          Returns the comparison field.
 

Methods in adams.flow.transformer with parameters of type ExperimentStatistic
 void WekaExperimentEvaluation.setComparisonField(ExperimentStatistic value)
          Sets the comparison field.
 



Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.