示例#1
0
 /**
  * Returns the prediction error of the classifier.
  *
  * @return a double with the prediction error.
  */
 public double getPredError() {
   return parameters.getPredError();
 } // end getPredError