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