|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MLDriver
The Interface MLDriver.
Method Summary | |
---|---|
MLAlgo |
getAlgoInstance(String algo)
Gets the algo instance. |
List<String> |
getAlgoNames()
|
void |
init(LensConf conf)
Inits the. |
boolean |
isAlgoSupported(String algo)
Checks if is algo supported. |
void |
start()
Start. |
void |
stop()
Stop. |
Method Detail |
---|
boolean isAlgoSupported(String algo)
algo
- the algo
MLAlgo getAlgoInstance(String algo) throws LensException
algo
- the algo
LensException
- the lens exceptionvoid init(LensConf conf) throws LensException
conf
- the conf
LensException
- the lens exceptionvoid start() throws LensException
LensException
- the lens exceptionvoid stop() throws LensException
LensException
- the lens exceptionList<String> getAlgoNames()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |