|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MLModel | |
---|---|
org.apache.lens.client | |
org.apache.lens.ml | |
org.apache.lens.ml.dao | |
org.apache.lens.ml.spark.algos | |
org.apache.lens.ml.spark.models | |
org.apache.lens.server.ml |
Uses of MLModel in org.apache.lens.client |
---|
Methods in org.apache.lens.client that return MLModel | |
---|---|
MLModel |
LensMLClient.getModel(String algorithm,
String modelId)
Get a model instance given the algorithm name and model ID. |
Uses of MLModel in org.apache.lens.ml |
---|
Subclasses of MLModel in org.apache.lens.ml | |
---|---|
class |
ClassifierBaseModel
Return a single double value as a prediction. |
class |
ForecastingModel
The Class ForecastingModel. |
Methods in org.apache.lens.ml that return MLModel | |
---|---|
MLModel |
LensMLImpl.getModel(String algorithm,
String modelId)
|
MLModel |
LensML.getModel(String algorithm,
String modelId)
Get a model instance given the algorithm name and model ID. |
static MLModel |
ModelLoader.loadModel(org.apache.hadoop.conf.Configuration conf,
String algorithm,
String modelID)
Load model. |
MLModel |
MLAlgo.train(LensConf conf,
String db,
String table,
String modelId,
String... params)
Train. |
Uses of MLModel in org.apache.lens.ml.dao |
---|
Methods in org.apache.lens.ml.dao that return MLModel | |
---|---|
MLModel<?> |
MLDBUtils.getMLModel(String modelID)
Get model metadata given ID |
Methods in org.apache.lens.ml.dao with parameters of type MLModel | |
---|---|
void |
MLDBUtils.saveMLModel(MLModel<?> mlModel)
Insert model metadata into model table |
Uses of MLModel in org.apache.lens.ml.spark.algos |
---|
Methods in org.apache.lens.ml.spark.algos that return MLModel | |
---|---|
MLModel |
KMeansAlgo.train(LensConf conf,
String db,
String table,
String modelId,
String... params)
|
MLModel<?> |
BaseSparkAlgo.train(LensConf conf,
String db,
String table,
String modelId,
String... params)
|
Uses of MLModel in org.apache.lens.ml.spark.models |
---|
Subclasses of MLModel in org.apache.lens.ml.spark.models | |
---|---|
class |
BaseSparkClassificationModel<MODEL extends ClassificationModel>
The Class BaseSparkClassificationModel. |
class |
DecisionTreeClassificationModel
The Class DecisionTreeClassificationModel. |
class |
KMeansClusteringModel
The Class KMeansClusteringModel. |
class |
LogitRegressionClassificationModel
The Class LogitRegressionClassificationModel. |
class |
NaiveBayesClassificationModel
The Class NaiveBayesClassificationModel. |
class |
SVMClassificationModel
The Class SVMClassificationModel. |
Uses of MLModel in org.apache.lens.server.ml |
---|
Methods in org.apache.lens.server.ml that return MLModel | |
---|---|
MLModel |
MLServiceImpl.getModel(String algorithm,
String modelId)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |