| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectclassification.Perceptron
public class Perceptron
| 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 | 
|---|
public Perceptron(boolean performAveraging,
                  int numIterations,
                  Alphabet xAlphabet,
                  Alphabet yAlphabet,
                  FeatureFunction fxy)
| Method Detail | 
|---|
public LinearClassifier batchTrain(ArrayList<ClassificationInstance> trainingData)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||