public enum SupportedSparkModels extends Enum<SupportedSparkModels>
Enum Constant and Description |
---|
DECISION_TREE
Decision tree.
|
DECISION_TREE_REGRESSION
Decision tree regression.
|
GRADIENT_BOOSTED_TREES
Gradient boosted trees.
|
GRADIENT_BOOSTED_TREES_REGRESSION
Gradient boosted trees regression.
|
KMEANS
K-Means.
|
LINEAR_REGRESSION
Linear regression.
|
LINEAR_SVM
Support Vector Machine .
|
LOG_REGRESSION
Logistic regression.
|
RANDOM_FOREST
Random forest.
|
RANDOM_FOREST_REGRESSION
Random forest regression.
|
Modifier and Type | Method and Description |
---|---|
String |
getMdlClsNameInSpark() |
static SupportedSparkModels |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportedSparkModels[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SupportedSparkModels LOG_REGRESSION
public static final SupportedSparkModels LINEAR_REGRESSION
public static final SupportedSparkModels DECISION_TREE
public static final SupportedSparkModels LINEAR_SVM
public static final SupportedSparkModels RANDOM_FOREST
public static final SupportedSparkModels KMEANS
public static final SupportedSparkModels DECISION_TREE_REGRESSION
public static final SupportedSparkModels RANDOM_FOREST_REGRESSION
public static final SupportedSparkModels GRADIENT_BOOSTED_TREES_REGRESSION
public static final SupportedSparkModels GRADIENT_BOOSTED_TREES
public static SupportedSparkModels[] values()
for (SupportedSparkModels c : SupportedSparkModels.values()) System.out.println(c);
public static SupportedSparkModels valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getMdlClsNameInSpark()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024