classification
Class Perceptron

java.lang.Object
  extended by classification.Perceptron

public class Perceptron
extends Object


Constructor Summary
Perceptron(boolean performAveraging, int numIterations, Alphabet xAlphabet, Alphabet yAlphabet, FeatureFunction fxy)
           
 
Method Summary
 LinearClassifier batchTrain(ArrayList<ClassificationInstance> trainingData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Perceptron

public Perceptron(boolean performAveraging,
                  int numIterations,
                  Alphabet xAlphabet,
                  Alphabet yAlphabet,
                  FeatureFunction fxy)
Method Detail

batchTrain

public LinearClassifier batchTrain(ArrayList<ClassificationInstance> trainingData)


Copyright © 2009. All Rights Reserved.