edu.cmu.minorthird.classify.sequential
Class SequenceUtils

java.lang.Object
  extended by edu.cmu.minorthird.classify.sequential.SequenceUtils

public class SequenceUtils
extends java.lang.Object


Nested Class Summary
static class SequenceUtils.MultiClassClassifier
          Wraps the OneVsAllClassifier, and provides a more convenient constructor.
 
Constructor Summary
SequenceUtils()
           
 
Method Summary
static OnlineClassifierLearner[] duplicatePrototypeLearner(OnlineClassifierLearner prototype, int n)
          Create an array of n copies of the prototype learner.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequenceUtils

public SequenceUtils()
Method Detail

duplicatePrototypeLearner

public static OnlineClassifierLearner[] duplicatePrototypeLearner(OnlineClassifierLearner prototype,
                                                                  int n)
Create an array of n copies of the prototype learner.