com.pawjaw.classification.crf.lmcbt.readers
Class TreeCRFLabeledSequenceDataReader

java.lang.Object
  extended by com.pawjaw.classification.crf.lmcbt.readers.LabeledSequenceDataReader
      extended by com.pawjaw.classification.crf.lmcbt.readers.TreeCRFLabeledSequenceDataReader

public class TreeCRFLabeledSequenceDataReader
extends LabeledSequenceDataReader


Constructor Summary
TreeCRFLabeledSequenceDataReader()
           
 
Method Summary
 int getLabelCount()
           
 int getPointFeatureCount()
           
 void readPoints(java.util.List<Point[]> pointss, java.util.List<int[]> true_labelss, java.io.BufferedReader br)
           
 
Methods inherited from class com.pawjaw.classification.crf.lmcbt.readers.LabeledSequenceDataReader
readFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeCRFLabeledSequenceDataReader

public TreeCRFLabeledSequenceDataReader()
Method Detail

readPoints

public void readPoints(java.util.List<Point[]> pointss,
                       java.util.List<int[]> true_labelss,
                       java.io.BufferedReader br)
                throws java.io.IOException
Specified by:
readPoints in class LabeledSequenceDataReader
Throws:
java.io.IOException

getPointFeatureCount

public int getPointFeatureCount()
Specified by:
getPointFeatureCount in class LabeledSequenceDataReader

getLabelCount

public int getLabelCount()
Specified by:
getLabelCount in class LabeledSequenceDataReader