public interface MLDriver
Modifier and Type | Method and Description |
---|---|
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.
|
boolean isAlgoSupported(String algo)
algo
- the algoMLAlgo getAlgoInstance(String algo) throws LensException
algo
- the algoLensException
- the lens exceptionvoid init(LensConf conf) throws LensException
conf
- the confLensException
- the lens exceptionvoid start() throws LensException
LensException
- the lens exceptionvoid stop() throws LensException
LensException
- the lens exceptionCopyright © 2014–2015 Apache Software Foundation. All rights reserved.