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

cc.mallet.util.search.AStarState Maven / Gradle / Ivy

Go to download

MALLET is a Java-based package for statistical natural language processing, document classification, clustering, topic modeling, information extraction, and other machine learning applications to text.

The newest version!
package cc.mallet.util.search;

/**
 * Created by IntelliJ IDEA.
 * User: pereira
 * Date: Jun 20, 2005
 * Time: 5:16:05 PM
 * Search state with heuristic cost-to-completion.
 */
public interface AStarState extends SearchState {
  /**
   * Get the cost to completion.
   * @return the cost
   */
  public abstract double completionCost();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy