Class HierarchyVersion

java.lang.Object
edu.msu.cme.rdp.classifier.utils.HierarchyVersion

public class HierarchyVersion extends Object
A HierarchyVersion holds the training set number and version of the taxonomy.
  • Constructor Details

  • Method Details

    • getTrainsetNo

      public int getTrainsetNo()
      Returns the training set number of the taxonomy hierarchy from the header of the training file.
    • getVersion

      public String getVersion()
      Returns the version of the taxonomy hierarchy from the header of the training file.
    • main

      public static void main(String[] args) throws TrainingDataException
      Throws:
      TrainingDataException