protected static enum PMMLFactory.ModelType extends Enum<PMMLFactory.ModelType>
Enum Constant and Description |
---|
GENERAL_REGRESSION_MODEL |
NEURAL_NETWORK_MODEL |
REGRESSION_MODEL |
UNKNOWN_MODEL |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static PMMLFactory.ModelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PMMLFactory.ModelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PMMLFactory.ModelType UNKNOWN_MODEL
public static final PMMLFactory.ModelType REGRESSION_MODEL
public static final PMMLFactory.ModelType GENERAL_REGRESSION_MODEL
public static final PMMLFactory.ModelType NEURAL_NETWORK_MODEL
public static PMMLFactory.ModelType[] values()
for (PMMLFactory.ModelType c : PMMLFactory.ModelType.values()) System.out.println(c);
public static PMMLFactory.ModelType 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 toString()
toString
in class Enum<PMMLFactory.ModelType>
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.