예제 #1
0
파일: Logistic.java 프로젝트: Faelg5/weka
 @Override
 protected double objectiveFunction(double[] x) {
   return m_oO.objectiveFunction(x);
 }