Пример #1
0
 /**
  * Sets the fitness of the classifier at the value specified
  *
  * @param fit is the fitness that has to take the classifier.
  */
 public void setFitness(double fit) {
   parameters.setFitness(fit);
 } // end setFitness