MaltParser 1.6.1

Uses of Interface
org.maltparser.ml.LearningMethod

Packages that use LearningMethod
org.maltparser.ml Contains an interface and classes for creating an interface to an machine learning method. 
org.maltparser.ml.lib   
org.maltparser.parser.guide.instance Provides classes for different instance models. 
 

Uses of LearningMethod in org.maltparser.ml
 

Methods in org.maltparser.ml with parameters of type LearningMethod
 void LearningMethod.moveAllInstances(LearningMethod method, FeatureFunction divideFeature, ArrayList<Integer> divideFeatureIndexVector)
           
 

Uses of LearningMethod in org.maltparser.ml.lib
 

Classes in org.maltparser.ml.lib that implement LearningMethod
 class Lib
           
 class LibLinear
           
 class LibSvm
           
 

Methods in org.maltparser.ml.lib with parameters of type LearningMethod
 void Lib.moveAllInstances(LearningMethod method, FeatureFunction divideFeature, ArrayList<Integer> divideFeatureIndexVector)
           
 

Uses of LearningMethod in org.maltparser.parser.guide.instance
 

Methods in org.maltparser.parser.guide.instance that return LearningMethod
 LearningMethod AtomicModel.getMethod()
          Returns a learner object
 


MaltParser 1.6.1

Copyright 2007-2011 Johan Hall, Jens Nilsson and Joakim Nivre.