sequence
Class Perceptron

java.lang.Object
  extended by sequence.Perceptron

public class Perceptron
extends Object


Constructor Summary
Perceptron(boolean performAveraging, int numIterations, Alphabet xAlphabet, Alphabet yAlphabet, SequenceFeatureFunction fxy)
           
 
Method Summary
 LinearTagger batchTrain(ArrayList<SequenceInstance> 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,
                  SequenceFeatureFunction fxy)
Method Detail

batchTrain

public LinearTagger batchTrain(ArrayList<SequenceInstance> trainingData)


Copyright © 2009. All Rights Reserved.