Examples of RMSE


Examples of edu.uci.jforestsx.eval.RMSE

  protected EvaluationMetric getEvaluationMetric(String name) throws Exception {
    if (name.equals("AUC")) {
      return new AUC();
    } else if (name.equals("RMSE")) {
      return new RMSE();
    } else if (name.equals("Accuracy")) {
      return new Accuracy();
    } else if (name.equals("BalancedYoundenIndex")) {
      return new BalancedYoundenIndex();
    } else {
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.