Examples of BalancedYoundenIndex


Examples of edu.uci.jforestsx.eval.BalancedYoundenIndex

    } 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 {
      throw new Exception("Unknown evaluation metric: " + name);
    }
  }
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.