|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MLAlgo
The Interface MLAlgo.
| Method Summary | |
|---|---|
void |
configure(LensConf configuration)
Configure. |
LensConf |
getConf()
|
String |
getDescription()
|
String |
getName()
|
MLModel |
train(LensConf conf,
String db,
String table,
String modelId,
String... params)
Train. |
| Method Detail |
|---|
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 params
LensException - the lens exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||