public enum LightGBMAlgorithms extends Enum<LightGBMAlgorithms> implements com.feedzai.openml.util.algorithm.MLAlgorithmEnum
| Enum Constant and Description |
|---|
FAIRGBM_BINARY_CLASSIFIER
FairGBM binary classifier algorithm.
|
LIGHTGBM_BINARY_CLASSIFIER
LightGBM binary classifier algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
com.feedzai.openml.provider.descriptor.MLAlgorithmDescriptor |
getAlgorithmDescriptor() |
static LightGBMAlgorithms |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LightGBMAlgorithms[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LightGBMAlgorithms LIGHTGBM_BINARY_CLASSIFIER
public static final LightGBMAlgorithms FAIRGBM_BINARY_CLASSIFIER
public static LightGBMAlgorithms[] values()
for (LightGBMAlgorithms c : LightGBMAlgorithms.values()) System.out.println(c);
public static LightGBMAlgorithms 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 com.feedzai.openml.provider.descriptor.MLAlgorithmDescriptor getAlgorithmDescriptor()
getAlgorithmDescriptor in interface com.feedzai.openml.util.algorithm.MLAlgorithmEnumCopyright © 2022 Feedzai. All rights reserved.