public class DVModelReranker.Query extends java.lang.Object implements RerankerQuery
| Constructor and Description |
|---|
Query() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<DeepTree> |
getDeepTrees() |
double |
score(Tree tree) |
public double score(Tree tree)
score in interface RerankerQuerypublic java.util.List<DeepTree> getDeepTrees()