|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||