sequence
Class Perceptron
java.lang.Object
sequence.Perceptron
public class Perceptron
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Perceptron
public Perceptron(boolean performAveraging,
int numIterations,
Alphabet xAlphabet,
Alphabet yAlphabet,
SequenceFeatureFunction fxy)
batchTrain
public LinearTagger batchTrain(ArrayList<SequenceInstance> trainingData)
Copyright © 2009. All Rights Reserved.