GATE
Version 3.1-2270

gate.creole.ml
Interface AdvancedMLEngine

All Superinterfaces:
MLEngine
All Known Implementing Classes:
MaxentWrapper, SVMLightWrapper, Wrapper

public interface AdvancedMLEngine
extends MLEngine

This interface is used for wrappers to Machine Learning engines. All classes implementing this interface should have a public constructor that takes no parameters. It extends MLEngine by providing more information about the capacities of the engine.


Method Summary
 boolean supportsBatchMode()
          Returns true if the engine supports BatchMode, returns false otherwise.
 
Methods inherited from interface gate.creole.ml.MLEngine
addTrainingInstance, batchClassifyInstances, classifyInstance, cleanUp, init, setDatasetDefinition, setOptions, setOwnerPR
 

Method Detail

supportsBatchMode

boolean supportsBatchMode()
Returns true if the engine supports BatchMode, returns false otherwise.


GATE
Version 3.1-2270