classification
Class Perceptron
java.lang.Object
classification.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,
FeatureFunction fxy)
batchTrain
public LinearClassifier batchTrain(ArrayList<ClassificationInstance> trainingData)
Copyright © 2009. All Rights Reserved.