Пример #1
0
 /**
  * Returns the fitness of the classifier.
  *
  * @return a double with the fitness
  */
 public double getFitness() {
   return parameters.getFitness();
 } // end getFitness