public class DeepTree
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.util.Comparator<DeepTree> |
DESCENDING_COMPARATOR
A comparator that can be used with Collections.sort() that puts
the highest scoring tree first
|
double |
score |
| Constructor and Description |
|---|
DeepTree(Tree tree,
java.util.IdentityHashMap<Tree,SimpleMatrix> vectors,
double score) |
| Modifier and Type | Method and Description |
|---|---|
double |
getScore() |
Tree |
getTree() |
java.util.IdentityHashMap<Tree,SimpleMatrix> |
getVectors() |
void |
setScore(double score) |
void |
setTree(Tree tree) |
void |
setVectors(java.util.IdentityHashMap<Tree,SimpleMatrix> vectors) |
public double score
public static final java.util.Comparator<DeepTree> DESCENDING_COMPARATOR
public Tree getTree()
public void setTree(Tree tree)
public java.util.IdentityHashMap<Tree,SimpleMatrix> getVectors()
public void setVectors(java.util.IdentityHashMap<Tree,SimpleMatrix> vectors)
public double getScore()
public void setScore(double score)