Uses of Class
weka.classifiers.StoppableEvaluation
-
Packages that use StoppableEvaluation Package Description adams.flow.transformer adams.gui.tools.wekainvestigator.tab.classifytab.evaluation adams.multiprocess -
-
Uses of StoppableEvaluation in adams.flow.transformer
Fields in adams.flow.transformer declared as StoppableEvaluation Modifier and Type Field Description protected StoppableEvaluation
WekaTestSetEvaluator. m_CurrentEvaluation
the current evaluation.protected StoppableEvaluation
WekaTrainTestSetEvaluator. m_CurrentEvaluation
the current evaluation.protected StoppableEvaluation
WekaClassifierRanker.RankingJob. m_Evaluation
the current evaluation.protected StoppableEvaluation
WekaTestSetEvaluator.EvaluateJob. m_Evaluation
the evaluation object to use.protected StoppableEvaluation
WekaTrainTestSetEvaluator.EvaluateJob. m_Evaluation
the evaluation object to use.Constructors in adams.flow.transformer with parameters of type StoppableEvaluation Constructor Description EvaluateJob(StoppableEvaluation evaluation, weka.classifiers.Classifier classifier, weka.core.Instances test, weka.classifiers.evaluation.output.prediction.AbstractOutput output)
Initializes the job.EvaluateJob(weka.classifiers.Classifier classifier, weka.core.Instances train, weka.core.Instances test, StoppableEvaluation eval, weka.classifiers.evaluation.output.prediction.AbstractOutput output)
Initializes the job. -
Uses of StoppableEvaluation in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation
Fields in adams.gui.tools.wekainvestigator.tab.classifytab.evaluation declared as StoppableEvaluation Modifier and Type Field Description protected StoppableEvaluation
ReevaluateModel. m_Evaluation
the current evaluation.protected StoppableEvaluation
TrainTestSet. m_Evaluation
the current evaluation.protected StoppableEvaluation
TrainTestSplit. m_Evaluation
the current evaluation.protected StoppableEvaluation
TrainValidateTestSet. m_Evaluation
the current evaluation. -
Uses of StoppableEvaluation in adams.multiprocess
Fields in adams.multiprocess declared as StoppableEvaluation Modifier and Type Field Description protected StoppableEvaluation
WekaCrossValidationExecution. m_CurrentEvaluation
the evaluation currently being run.protected StoppableEvaluation
WekaCrossValidationJob. m_Evaluation
the evaluation.
-