Package edu.msu.cme.rdp.classifier.utils
Class HierarchyVersion
java.lang.Object
edu.msu.cme.rdp.classifier.utils.HierarchyVersion
A HierarchyVersion holds the training set number and version of the taxonomy.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Returns the training set number of the taxonomy hierarchy from the header of the training file.Returns the version of the taxonomy hierarchy from the header of the training file.static void
-
Constructor Details
-
HierarchyVersion
Creates a new instance of HierarchyVersion,- Throws:
TrainingDataException
-
-
Method Details
-
getTrainsetNo
public int getTrainsetNo()Returns the training set number of the taxonomy hierarchy from the header of the training file. -
getVersion
Returns the version of the taxonomy hierarchy from the header of the training file. -
main
- Throws:
TrainingDataException
-