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 ExperimentStatisticExperimentStatistic. parse(String s)Parses the given string and returns the associated enum.static ExperimentStatisticExperimentStatistic. valueOf(AbstractOption option, String str)Returns an enum generated from the string.static ExperimentStatisticExperimentStatistic. 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 ExperimentStatisticWekaExperimentEvaluation. m_ComparisonFieldthe comparison field.Methods in adams.flow.transformer that return ExperimentStatistic Modifier and Type Method Description ExperimentStatisticWekaExperimentEvaluation. getComparisonField()Returns the comparison field.Methods in adams.flow.transformer with parameters of type ExperimentStatistic Modifier and Type Method Description voidWekaExperimentEvaluation. 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 ExperimentStatisticTextOutput. m_ComparisonFieldthe comparison field.Methods in adams.gui.tools.wekainvestigator.tab.experimenttab.output that return ExperimentStatistic Modifier and Type Method Description ExperimentStatisticTextOutput. getComparisonField()Returns the comparison field.Methods in adams.gui.tools.wekainvestigator.tab.experimenttab.output with parameters of type ExperimentStatistic Modifier and Type Method Description voidTextOutput. setComparisonField(ExperimentStatistic value)Sets the comparison field.
-