public enum MultipleModelMethodType extends Enum<MultipleModelMethodType>
Java class for MULTIPLE-MODEL-METHOD.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="MULTIPLE-MODEL-METHOD">
<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 MultipleModelMethodType |
fromValue(String v) |
String |
value() |
static MultipleModelMethodType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MultipleModelMethodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultipleModelMethodType MAJORITY_VOTE
public static final MultipleModelMethodType WEIGHTED_MAJORITY_VOTE
public static final MultipleModelMethodType AVERAGE
public static final MultipleModelMethodType WEIGHTED_AVERAGE
public static final MultipleModelMethodType MEDIAN
public static final MultipleModelMethodType MAX
public static final MultipleModelMethodType SUM
public static final MultipleModelMethodType SELECT_FIRST
public static final MultipleModelMethodType SELECT_ALL
public static final MultipleModelMethodType MODEL_CHAIN
public static MultipleModelMethodType[] values()
for (MultipleModelMethodType c : MultipleModelMethodType.values()) System.out.println(c);
public static MultipleModelMethodType 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 MultipleModelMethodType fromValue(String v)
Copyright © 2015 University of Tartu. All Rights Reserved.