|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AdvancedMLEngine
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 |
---|
boolean supportsBatchMode()
|
GATE Version 3.1-2270 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |