public interface MLAlgo
String getName()
String getDescription()
void configure(LensConf configuration)
configuration
- the configurationLensConf getConf()
MLModel train(LensConf conf, String db, String table, String modelId, String... params) throws LensException
conf
- the confdb
- the dbtable
- the tablemodelId
- the model idparams
- the paramsLensException
- the lens exceptionCopyright © 2014–2015 Apache Software Foundation. All rights reserved.