public static enum Segmentation.MultipleModelMethod extends Enum<Segmentation.MultipleModelMethod> implements StringValue<Segmentation.MultipleModelMethod>
| Enum Constant and Description |
|---|
AVERAGE |
MAJORITY_VOTE |
MAX |
MEDIAN |
MODEL_CHAIN |
SELECT_ALL |
SELECT_FIRST |
SUM |
WEIGHTED_AVERAGE |
WEIGHTED_MAJORITY_VOTE |
WEIGHTED_MEDIAN |
WEIGHTED_SUM |
| Modifier and Type | Method and Description |
|---|---|
static Segmentation.MultipleModelMethod |
fromValue(String v) |
String |
toString() |
String |
value() |
static Segmentation.MultipleModelMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Segmentation.MultipleModelMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Segmentation.MultipleModelMethod MAJORITY_VOTE
public static final Segmentation.MultipleModelMethod WEIGHTED_MAJORITY_VOTE
public static final Segmentation.MultipleModelMethod AVERAGE
public static final Segmentation.MultipleModelMethod WEIGHTED_AVERAGE
public static final Segmentation.MultipleModelMethod MEDIAN
public static final Segmentation.MultipleModelMethod WEIGHTED_MEDIAN
public static final Segmentation.MultipleModelMethod MAX
public static final Segmentation.MultipleModelMethod SUM
public static final Segmentation.MultipleModelMethod WEIGHTED_SUM
public static final Segmentation.MultipleModelMethod SELECT_FIRST
public static final Segmentation.MultipleModelMethod SELECT_ALL
public static final Segmentation.MultipleModelMethod MODEL_CHAIN
public static Segmentation.MultipleModelMethod[] values()
for (Segmentation.MultipleModelMethod c : Segmentation.MultipleModelMethod.values()) System.out.println(c);
public static Segmentation.MultipleModelMethod 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 value()
value in interface StringValue<Segmentation.MultipleModelMethod>public static Segmentation.MultipleModelMethod fromValue(String v)
public String toString()
toString in class Enum<Segmentation.MultipleModelMethod>Copyright © 2022. All rights reserved.