All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.stanford.nlp.optimization.HasEvaluators Maven / Gradle / Ivy

package edu.stanford.nlp.optimization;

/**
 * Indicates that an minimizer supports evaluation periodically
 *
 * @author Angel Chang
 */
public interface HasEvaluators {
  public void setEvaluators(int iters, Evaluator[] evaluators);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy