Uses of Class
adams.flow.core.EvaluationStatistic
-
-
Uses of EvaluationStatistic in adams.flow.core
Methods in adams.flow.core that return EvaluationStatistic Modifier and Type Method Description EvaluationStatisticEvaluationStatistic. parse(String s)Parses the given string and returns the associated enum.static EvaluationStatisticEvaluationStatistic. valueOf(AbstractOption option, String str)Returns an enum generated from the string.static EvaluationStatisticEvaluationStatistic. valueOf(String name)Returns the enum constant of this type with the specified name.static EvaluationStatistic[]EvaluationStatistic. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in adams.flow.core with parameters of type EvaluationStatistic Modifier and Type Method Description static doubleEvaluationHelper. getValue(weka.classifiers.Evaluation eval, EvaluationStatistic statistic, int classIndex)Returns a statistical value from the evaluation object. -
Uses of EvaluationStatistic in adams.flow.transformer
Fields in adams.flow.transformer declared as EvaluationStatistic Modifier and Type Field Description protected EvaluationStatisticWekaEvaluationValuePicker. m_StatisticValuethe comparison field.protected EvaluationStatistic[]WekaBootstrapping. m_StatisticValuesthe comparison fields.protected EvaluationStatistic[]WekaEvaluationValues. m_StatisticValuesthe comparison fields.Methods in adams.flow.transformer that return EvaluationStatistic Modifier and Type Method Description EvaluationStatisticWekaEvaluationValuePicker. getStatisticValue()Returns the value to extract.EvaluationStatistic[]WekaBootstrapping. getStatisticValues()Returns the values to extract.EvaluationStatistic[]WekaEvaluationValues. getStatisticValues()Returns the values to extract.Methods in adams.flow.transformer with parameters of type EvaluationStatistic Modifier and Type Method Description protected StringWekaEvaluationValues. addStatistic(weka.classifiers.Evaluation eval, SpreadSheet sheet, EvaluationStatistic statistic, int classIndex, boolean useIndex)Adds the specified statistic to the spreadsheet.voidWekaEvaluationValuePicker. setStatisticValue(EvaluationStatistic value)Sets the value to extract.voidWekaBootstrapping. setStatisticValues(EvaluationStatistic[] value)Sets the values to extract.voidWekaEvaluationValues. setStatisticValues(EvaluationStatistic[] value)Sets the values to extract. -
Uses of EvaluationStatistic in adams.flow.transformer.wekarepeatedcrossvalidationoutput
Fields in adams.flow.transformer.wekarepeatedcrossvalidationoutput declared as EvaluationStatistic Modifier and Type Field Description protected EvaluationStatistic[]Statistics. m_Statisticsthe statistics to output.Methods in adams.flow.transformer.wekarepeatedcrossvalidationoutput that return EvaluationStatistic Modifier and Type Method Description EvaluationStatistic[]Statistics. getStatistics()Returns the statistics to output.Methods in adams.flow.transformer.wekarepeatedcrossvalidationoutput with parameters of type EvaluationStatistic Modifier and Type Method Description voidStatistics. setStatistics(EvaluationStatistic[] value)Sets the statistics to output. -
Uses of EvaluationStatistic in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated declared as EvaluationStatistic Modifier and Type Field Description protected EvaluationStatistic[]Statistics. m_Statisticsthe statistics to output.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated that return EvaluationStatistic Modifier and Type Method Description EvaluationStatistic[]Statistics. getStatistics()Returns the statistics to output.Methods in adams.gui.tools.wekainvestigator.tab.classifytab.output.repeated with parameters of type EvaluationStatistic Modifier and Type Method Description voidStatistics. setStatistics(EvaluationStatistic[] value)Sets the statistics to output. -
Uses of EvaluationStatistic in adams.opt.genetic
Methods in adams.opt.genetic that return EvaluationStatistic Modifier and Type Method Description EvaluationStatisticMeasure. toEvaluationStatistic()Converts the measure intoEvaluationStatistic. -
Uses of EvaluationStatistic in weka.classifiers.meta
Fields in weka.classifiers.meta declared as EvaluationStatistic Modifier and Type Field Description static EvaluationStatisticClassifierCascade. DEFAULT_STATISTICprotected EvaluationStatisticClassifierCascade. m_Statisticthe statistic to use for termination.Methods in weka.classifiers.meta that return EvaluationStatistic Modifier and Type Method Description EvaluationStatisticClassifierCascade. getStatistic()the statistic to use for termination.Methods in weka.classifiers.meta with parameters of type EvaluationStatistic Modifier and Type Method Description voidClassifierCascade. setStatistic(EvaluationStatistic statistic)the statistic to use for termination.
-