This project has retired. For details please refer to its Attic page.
Uses of Class org.apache.lens.ml.MLModel (Lens 2.0.1-beta-incubating API)

Uses of Class
org.apache.lens.ml.MLModel

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)
           
 



Copyright © 2014–2015 Apache Software Foundation. All rights reserved.