Esempio n. 1
0
 public void addInstance(SingleDecision decision) throws MaltChainedException {
   try {
     method.addInstance(decision, featureVector);
   } catch (NullPointerException e) {
     throw new GuideException("The learner cannot be found. ", e);
   }
 }