Esempio n. 1
0
 /**
  * Indicates if the classifier matches with the environmental state
  *
  * @param envState is the environment state
  * @return a boolean indicating if the classifier matches.
  */
 public boolean match(double[] envState) {
   return rep.match(envState);
 } // end match