GATE
Version 3.1-2270

Uses of Interface
gate.creole.ml.MLEngine

Packages that use MLEngine
gate.creole.ml   
gate.creole.ml.maxent   
gate.creole.ml.svmlight   
gate.creole.ml.weka   
 

Uses of MLEngine in gate.creole.ml
 

Subinterfaces of MLEngine in gate.creole.ml
 interface AdvancedMLEngine
          This interface is used for wrappers to Machine Learning engines.
 

Fields in gate.creole.ml declared as MLEngine
protected  MLEngine MachineLearningPR.engine
           
 

Methods in gate.creole.ml that return MLEngine
 MLEngine MachineLearningPR.getEngine()
           
 

Methods in gate.creole.ml with parameters of type MLEngine
 void MachineLearningPR.setEngine(MLEngine engine)
           
 

Uses of MLEngine in gate.creole.ml.maxent
 

Classes in gate.creole.ml.maxent that implement MLEngine
 class MaxentWrapper
          Wrapper class for the Maxent machine learning algorithm.
 

Uses of MLEngine in gate.creole.ml.svmlight
 

Classes in gate.creole.ml.svmlight that implement MLEngine
 class SVMLightWrapper
          Wrapper class for the SVM Light support vector machine learning algorithm.
 

Uses of MLEngine in gate.creole.ml.weka
 

Classes in gate.creole.ml.weka that implement MLEngine
 class Wrapper
          Wrapper class for the WEKA Machine Learning Engine.
 


GATE
Version 3.1-2270