コード例 #1
0
ファイル: Classifier.java プロジェクト: TheMurderer/keel
 /**
  * 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