Examples of graphPredictionsForTargetsOnTraining()


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

          int stepNum = m_advancedConfigPanel.getGraphPredictionsAtStep();
          List<String> targets =
            AbstractForecaster.stringToList(m_threadForecaster.getFieldsToForecast());
          if (eval.getTrainingData() != null && eval.getEvaluateOnTrainingData()) {               
            JPanel trainTargetsAtStep =
              eval.graphPredictionsForTargetsOnTraining(GraphDriver.getDefaultDriver(),
                  m_threadForecaster, targets, stepNum, eval.getPrimeWindowSize());
            trainTargetsAtStep.setToolTipText("Train pred. for targets");

            graphList.add(trainTargetsAtStep);
          }
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.