com.pawjaw.classification.crf.lmcbt.tests
Class ProteinCRFTest

java.lang.Object
  extended by com.pawjaw.classification.crf.lmcbt.tests.CRFTest
      extended by com.pawjaw.classification.crf.lmcbt.tests.ProteinCRFTest

public class ProteinCRFTest
extends CRFTest


Field Summary
 
Fields inherited from class com.pawjaw.classification.crf.lmcbt.tests.CRFTest
accuracies, boosting_iterations
 
Constructor Summary
ProteinCRFTest()
           
 
Method Summary
 LabeledSequenceDataReader getLabeledSequenceDataReader()
           
 int getWindowRadius()
           
 
Methods inherited from class com.pawjaw.classification.crf.lmcbt.tests.CRFTest
getCrossValidationPasses, getTrainingPercentage, test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProteinCRFTest

public ProteinCRFTest()
Method Detail

getWindowRadius

public int getWindowRadius()
Specified by:
getWindowRadius in class CRFTest

getLabeledSequenceDataReader

public LabeledSequenceDataReader getLabeledSequenceDataReader()
Specified by:
getLabeledSequenceDataReader in class CRFTest