public static enum Segmentation.MultipleModelMethod extends Enum<Segmentation.MultipleModelMethod>
Java class for null.
The following schema fragment specifies the expected content contained within this class.
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="majorityVote"/>
<enumeration value="weightedMajorityVote"/>
<enumeration value="average"/>
<enumeration value="weightedAverage"/>
<enumeration value="median"/>
<enumeration value="max"/>
<enumeration value="sum"/>
<enumeration value="selectFirst"/>
<enumeration value="selectAll"/>
<enumeration value="modelChain"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AVERAGE |
MAJORITY_VOTE |
MAX |
MEDIAN |
MODEL_CHAIN |
SELECT_ALL |
SELECT_FIRST |
SUM |
WEIGHTED_AVERAGE |
WEIGHTED_MAJORITY_VOTE |
| Modifier and Type | Method and Description |
|---|---|
static Segmentation.MultipleModelMethod |
fromValue(String v) |
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 MAX
public static final Segmentation.MultipleModelMethod 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()
public static Segmentation.MultipleModelMethod fromValue(String v)
Copyright © 2016 University of Tartu. All rights reserved.