Examples of printPredictionsForTestData()


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

              (eval.getTrainingData() != null &&
                  m_advancedConfigPanel.getHoldoutSetSize() > 0)
                  ? eval.getTrainingData().numInstances()
                      : 0;

                  String predString = eval.printPredictionsForTestData("=== Predictions " +
                      "for test data: " + targetName + " ("
                      + step + (step > 1 ? "-steps ahead)" : "-step ahead)") + " ===",
                      targetName, step, instanceNumOffset);
                  outBuff.append("\n").append(predString);
          }
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.