public class RankAssignment
extends java.lang.Object
Constructor and Description |
---|
RankAssignment(HierarchyTree t,
float c)
Creates new RankAssignment.
|
Modifier and Type | Method and Description |
---|---|
HierarchyTree |
getBestClass()
Returns the HierarchyTree which the query sequence is assigned to.
|
float |
getConfidence()
Returns the estimate of confidence of the assignment.
|
java.lang.String |
getName()
Returns the name of the assigned HierarchyTree.
|
java.lang.String |
getRank()
Returns the rank of the assigned HiearchyTree.
|
int |
getTaxid()
Returns the taxid of the assigned HierachyTree
|
public RankAssignment(HierarchyTree t, float c)
public float getConfidence()
public HierarchyTree getBestClass()
public java.lang.String getName()
public java.lang.String getRank()
public int getTaxid()