Package edu.uci.jforestsx.eval

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

Related Classes of edu.uci.jforestsx.eval.BalancedYoundenIndex

Copyright © 2018 www.massapicom. 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.