Modifier and Type | Method and Description |
---|---|
MLAlgo |
LensMLClient.getAlgoForName(String algorithm)
Get a algo object instance which could be used to generate a model of the given algorithm.
|
Modifier and Type | Method and Description |
---|---|
MLAlgo |
MLDriver.getAlgoInstance(String algo)
Gets the algo instance.
|
Modifier and Type | Method and Description |
---|---|
MLAlgo |
Algorithms.getAlgoForName(String name)
Gets the algo for name.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
AlgoArgParser.parseArgs(MLAlgo algo,
String[] args)
Extracts feature names.
|
Modifier and Type | Method and Description |
---|---|
void |
Algorithms.register(Class<? extends MLAlgo> algoClass)
Register.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseSparkAlgo
The Class BaseSparkAlgo.
|
Modifier and Type | Method and Description |
---|---|
MLAlgo |
SparkMLDriver.getAlgoInstance(String name) |
Modifier and Type | Class and Description |
---|---|
class |
DecisionTreeAlgo
The Class DecisionTreeAlgo.
|
Modifier and Type | Class and Description |
---|---|
class |
KMeansAlgo
The Class KMeansAlgo.
|
Modifier and Type | Class and Description |
---|---|
class |
LogisticRegressionAlgo
The Class LogisticRegressionAlgo.
|
Modifier and Type | Class and Description |
---|---|
class |
NaiveBayesAlgo
The Class NaiveBayesAlgo.
|
Modifier and Type | Class and Description |
---|---|
class |
SVMAlgo
The Class SVMAlgo.
|
Modifier and Type | Method and Description |
---|---|
MLAlgo |
LensML.getAlgoForName(String algorithm)
Get a algo object instance which could be used to generate a model of the given algorithm.
|
Modifier and Type | Method and Description |
---|---|
MLAlgo |
LensMLImpl.getAlgoForName(String algorithm) |
Modifier and Type | Method and Description |
---|---|
static String |
MLUtils.getAlgoName(Class<? extends MLAlgo> algoClass) |
Modifier and Type | Method and Description |
---|---|
MLAlgo |
MLServiceImpl.getAlgoForName(String algorithm) |
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.