|
||||||||||
| 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 exception
void init(LensConf conf)
throws LensException
conf - the conf
LensException - the lens exception
void start()
throws LensException
LensException - the lens exception
void 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 | |||||||||