Uses of Interface
gate.creole.ml.MLEngine

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

Uses of MLEngine in gate.creole.ml
 

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.weka
 

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