예제 #1
0
 /**
  * Gets the useful times parameter of the classifier.
  *
  * @return a boolean with the useful parameter value of the classifier.
  */
 public int getUsefulTimes() {
   return parameters.getUsefulTimes();
 } // end getUseful