Examples of graphFutureForecastOnTesting()


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

            }
          }

          if (eval.getTestData() != null && eval.getEvaluateOnTestData()) {
            try {
              JPanel testFuture = eval.
              graphFutureForecastOnTesting(GraphDriver.getDefaultDriver(),
                  m_threadForecaster, AbstractForecaster.
                  stringToList(m_threadForecaster.getFieldsToForecast()));
              testFuture.setToolTipText("Test 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.