Uses of Interface
types.FeatureFunction

Packages that use FeatureFunction
classification   
types   
 

Uses of FeatureFunction in classification
 

Classes in classification that implement FeatureFunction
 class CompleteFeatureFunction
           
 

Constructors in classification with parameters of type FeatureFunction
AdaBoost(int numIterations, Alphabet xAlphabet, Alphabet yAlphabet, FeatureFunction fxy)
           
MaxEntropy(double gaussianPriorVariance, Alphabet xAlphabet, Alphabet yAlphabet, FeatureFunction fxy)
           
Perceptron(boolean performAveraging, int numIterations, Alphabet xAlphabet, Alphabet yAlphabet, FeatureFunction fxy)
           
 

Uses of FeatureFunction in types
 

Constructors in types with parameters of type FeatureFunction
LinearClassifier(Alphabet xAlpha, Alphabet yAlpha, FeatureFunction fxy)
           
 



Copyright © 2009. All Rights Reserved.