Examples of graphFutureForecastOnTraining()


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

        // graph future predictions
        if (m_advancedConfigPanel.getGraphFuturePredictions()) {
          if (eval.getTrainingData() != null /*&& eval.getEvaluateOnTrainingData()*/) {
            try {
              JPanel trainFuture = eval.
              graphFutureForecastOnTraining(GraphDriver.getDefaultDriver(),
                  m_threadForecaster, AbstractForecaster.
                  stringToList(m_threadForecaster.getFieldsToForecast()));
              trainFuture.setToolTipText("Train future pred.");

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.