
cc.mallet.util.search.AStarState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jcore-mallet-2.0.9 Show documentation
Show all versions of jcore-mallet-2.0.9 Show documentation
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