Beispiel #1
0
 /**
  * Returns the accuracy of the classifier.
  *
  * @return a double with the accuracy
  */
 public double getAccuracy() {
   return parameters.getAccuracy();
 } // end getAccuracy