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

Uses of Class
org.apache.lens.ml.algo.api.Algorithm

Packages that use Algorithm
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   
 

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

Classes in org.apache.lens.ml.algo.spark.dt with annotations of type Algorithm
 class DecisionTreeAlgo
          The Class DecisionTreeAlgo.
 

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

Classes in org.apache.lens.ml.algo.spark.kmeans with annotations of type Algorithm
 class KMeansAlgo
          The Class KMeansAlgo.
 

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

Classes in org.apache.lens.ml.algo.spark.lr with annotations of type Algorithm
 class LogisticRegressionAlgo
          The Class LogisticRegressionAlgo.
 

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

Classes in org.apache.lens.ml.algo.spark.nb with annotations of type Algorithm
 class NaiveBayesAlgo
          The Class NaiveBayesAlgo.
 

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

Classes in org.apache.lens.ml.algo.spark.svm with annotations of type Algorithm
 class SVMAlgo
          The Class SVMAlgo.
 



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