This project has retired. For details please refer to its Attic page.
Uses of Interface org.apache.lens.ml.algo.api.MLAlgo (Lens 2.1.0-beta-incubating API)

Uses of Interface
org.apache.lens.ml.algo.api.MLAlgo

Packages that use MLAlgo
org.apache.lens.client   
org.apache.lens.ml.algo.api   
org.apache.lens.ml.algo.lib   
org.apache.lens.ml.algo.spark   
org.apache.lens.ml.algo.spark.dt   
org.apache.lens.ml.algo.spark.kmeans   
org.apache.lens.ml.algo.spark.lr   
org.apache.lens.ml.algo.spark.nb   
org.apache.lens.ml.algo.spark.svm   
org.apache.lens.ml.api   
org.apache.lens.ml.impl   
org.apache.lens.ml.server   
 

Uses of MLAlgo in org.apache.lens.client
 

Methods in org.apache.lens.client that return MLAlgo
 MLAlgo LensMLClient.getAlgoForName(String algorithm)
          Get a algo object instance which could be used to generate a model of the given algorithm.
 

Uses of MLAlgo in org.apache.lens.ml.algo.api
 

Methods in org.apache.lens.ml.algo.api that return MLAlgo
 MLAlgo MLDriver.getAlgoInstance(String algo)
          Gets the algo instance.
 

Uses of MLAlgo in org.apache.lens.ml.algo.lib
 

Methods in org.apache.lens.ml.algo.lib that return MLAlgo
 MLAlgo Algorithms.getAlgoForName(String name)
          Gets the algo for name.
 

Methods in org.apache.lens.ml.algo.lib with parameters of type MLAlgo
static List<String> AlgoArgParser.parseArgs(MLAlgo algo, String[] args)
          Extracts feature names.
 

Method parameters in org.apache.lens.ml.algo.lib with type arguments of type MLAlgo
 void Algorithms.register(Class<? extends MLAlgo> algoClass)
          Register.
 

Uses of MLAlgo in org.apache.lens.ml.algo.spark
 

Classes in org.apache.lens.ml.algo.spark that implement MLAlgo
 class BaseSparkAlgo
          The Class BaseSparkAlgo.
 

Methods in org.apache.lens.ml.algo.spark that return MLAlgo
 MLAlgo SparkMLDriver.getAlgoInstance(String name)
           
 

Uses of MLAlgo in org.apache.lens.ml.algo.spark.dt
 

Classes in org.apache.lens.ml.algo.spark.dt that implement MLAlgo
 class DecisionTreeAlgo
          The Class DecisionTreeAlgo.
 

Uses of MLAlgo in org.apache.lens.ml.algo.spark.kmeans
 

Classes in org.apache.lens.ml.algo.spark.kmeans that implement MLAlgo
 class KMeansAlgo
          The Class KMeansAlgo.
 

Uses of MLAlgo in org.apache.lens.ml.algo.spark.lr
 

Classes in org.apache.lens.ml.algo.spark.lr that implement MLAlgo
 class LogisticRegressionAlgo
          The Class LogisticRegressionAlgo.
 

Uses of MLAlgo in org.apache.lens.ml.algo.spark.nb
 

Classes in org.apache.lens.ml.algo.spark.nb that implement MLAlgo
 class NaiveBayesAlgo
          The Class NaiveBayesAlgo.
 

Uses of MLAlgo in org.apache.lens.ml.algo.spark.svm
 

Classes in org.apache.lens.ml.algo.spark.svm that implement MLAlgo
 class SVMAlgo
          The Class SVMAlgo.
 

Uses of MLAlgo in org.apache.lens.ml.api
 

Methods in org.apache.lens.ml.api that return MLAlgo
 MLAlgo LensML.getAlgoForName(String algorithm)
          Get a algo object instance which could be used to generate a model of the given algorithm.
 

Uses of MLAlgo in org.apache.lens.ml.impl
 

Methods in org.apache.lens.ml.impl that return MLAlgo
 MLAlgo LensMLImpl.getAlgoForName(String algorithm)
           
 

Method parameters in org.apache.lens.ml.impl with type arguments of type MLAlgo
static String MLUtils.getAlgoName(Class<? extends MLAlgo> algoClass)
           
 

Uses of MLAlgo in org.apache.lens.ml.server
 

Methods in org.apache.lens.ml.server that return MLAlgo
 MLAlgo MLServiceImpl.getAlgoForName(String algorithm)
           
 



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