Examples of graphPredictionsForStepsOnTraining()


Examples of weka.classifiers.timeseries.eval.TSEvaluation.graphPredictionsForStepsOnTraining()

          List<Integer> stepList =
            m_advancedConfigPanel.getGraphTargetForStepsStepList();

          if (eval.getTrainingData() != null && eval.getEvaluateOnTrainingData()) {
            JPanel trainStepsForTarget =
              eval.graphPredictionsForStepsOnTraining(GraphDriver.getDefaultDriver(),
                  m_threadForecaster, selectedTarget, stepList, eval.getPrimeWindowSize());
            trainStepsForTarget.setToolTipText("Train pred. at steps");

            graphList.add(trainStepsForTarget);
          }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.