public class ClassificationResult
extends java.lang.Object
Constructor and Description |
---|
ClassificationResult(edu.msu.cme.rdp.readseq.readers.Sequence p,
boolean reverse,
java.util.List<RankAssignment> a,
HierarchyVersion version)
Creates a new instance of ClassificationResult.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<RankAssignment> |
getAssignments()
Returns a list of RankAssignments.
|
HierarchyVersion |
getHierarchyTrainsetNo()
Returns the version of the taxonomy hierarchy from of the training file.
|
edu.msu.cme.rdp.readseq.readers.Sequence |
getSequence()
Returns the query sequence
|
int |
getTrainsetNo()
Returns the training set number of the taxonomy hierarchy from of the training file.
|
boolean |
isReverse() |
public ClassificationResult(edu.msu.cme.rdp.readseq.readers.Sequence p, boolean reverse, java.util.List<RankAssignment> a, HierarchyVersion version)
public edu.msu.cme.rdp.readseq.readers.Sequence getSequence()
public java.util.List<RankAssignment> getAssignments()
public int getTrainsetNo()
public HierarchyVersion getHierarchyTrainsetNo()
public boolean isReverse()