Uses of Class
adams.flow.core.ExperimentStatistic
-
Packages that use ExperimentStatistic Package Description adams.flow.core adams.flow.transformer adams.gui.tools.wekainvestigator.tab.experimenttab.output -
-
Uses of ExperimentStatistic in adams.flow.core
Methods in adams.flow.core that return ExperimentStatistic Modifier and Type Method Description ExperimentStatistic
ExperimentStatistic. parse(String s)
Parses the given string and returns the associated enum.static ExperimentStatistic
ExperimentStatistic. valueOf(adams.core.option.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 Modifier and Type Field Description protected ExperimentStatistic
WekaExperimentEvaluation. m_ComparisonField
the comparison field.Methods in adams.flow.transformer that return ExperimentStatistic Modifier and Type Method Description ExperimentStatistic
WekaExperimentEvaluation. getComparisonField()
Returns the comparison field.Methods in adams.flow.transformer with parameters of type ExperimentStatistic Modifier and Type Method Description void
WekaExperimentEvaluation. setComparisonField(ExperimentStatistic value)
Sets the comparison field. -
Uses of ExperimentStatistic in adams.gui.tools.wekainvestigator.tab.experimenttab.output
Fields in adams.gui.tools.wekainvestigator.tab.experimenttab.output declared as ExperimentStatistic Modifier and Type Field Description protected ExperimentStatistic
TextOutput. m_ComparisonField
the comparison field.Methods in adams.gui.tools.wekainvestigator.tab.experimenttab.output that return ExperimentStatistic Modifier and Type Method Description ExperimentStatistic
TextOutput. getComparisonField()
Returns the comparison field.Methods in adams.gui.tools.wekainvestigator.tab.experimenttab.output with parameters of type ExperimentStatistic Modifier and Type Method Description void
TextOutput. setComparisonField(ExperimentStatistic value)
Sets the comparison field.
-