|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.cmu.minorthird.classify.sequential.SequenceUtils
public class SequenceUtils
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 |
---|
public SequenceUtils()
Method Detail |
---|
public static OnlineClassifierLearner[] duplicatePrototypeLearner(OnlineClassifierLearner prototype, int n)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |