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

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

Packages that use MLAlgo
org.apache.lens.client   
org.apache.lens.ml   
org.apache.lens.ml.spark   
org.apache.lens.ml.spark.algos   
org.apache.lens.server.ml   
 

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
 

Methods in org.apache.lens.ml that return MLAlgo
 MLAlgo LensMLImpl.getAlgoForName(String algorithm)
           
 MLAlgo LensML.getAlgoForName(String algorithm)
          Get a algo object instance which could be used to generate a model of the given algorithm.
 MLAlgo Algorithms.getAlgoForName(String name)
          Gets the algo for name.
 MLAlgo MLDriver.getAlgoInstance(String algo)
          Gets the algo instance.
 

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

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

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

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

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

Classes in org.apache.lens.ml.spark.algos that implement MLAlgo
 class BaseSparkAlgo
          The Class BaseSparkAlgo.
 class DecisionTreeAlgo
          The Class DecisionTreeAlgo.
 class KMeansAlgo
          The Class KMeansAlgo.
 class LogisticRegressionAlgo
          The Class LogisticRegressionAlgo.
 class NaiveBayesAlgo
          The Class NaiveBayesAlgo.
 class SVMAlgo
          The Class SVMAlgo.
 

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

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



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