| Package | Description |
|---|---|
| weka.classifiers.pmml.producer | |
| weka.core.pmml.jaxbbindings |
| Modifier and Type | Method and Description |
|---|---|
static OPTYPE |
AbstractPMMLProducerHelper.getOPTYPE(int wekaType)
Returns an OPTYPE for a weka attribute type.
|
| Modifier and Type | Method and Description |
|---|---|
static OPTYPE |
OPTYPE.fromValue(String v) |
OPTYPE |
Target.getOptype()
Gets the value of the optype property.
|
OPTYPE |
ResultField.getOptype()
Gets the value of the optype property.
|
OPTYPE |
ParameterField.getOptype()
Gets the value of the optype property.
|
OPTYPE |
OutputField.getOptype()
Gets the value of the optype property.
|
OPTYPE |
MiningField.getOptype()
Gets the value of the optype property.
|
OPTYPE |
DerivedField.getOptype()
Gets the value of the optype property.
|
OPTYPE |
DefineFunction.getOptype()
Gets the value of the optype property.
|
OPTYPE |
DataField.getOptype()
Gets the value of the optype property.
|
static OPTYPE |
OPTYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OPTYPE[] |
OPTYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Target.setOptype(OPTYPE value)
Sets the value of the optype property.
|
void |
ResultField.setOptype(OPTYPE value)
Sets the value of the optype property.
|
void |
ParameterField.setOptype(OPTYPE value)
Sets the value of the optype property.
|
void |
OutputField.setOptype(OPTYPE value)
Sets the value of the optype property.
|
void |
MiningField.setOptype(OPTYPE value)
Sets the value of the optype property.
|
void |
DerivedField.setOptype(OPTYPE value)
Sets the value of the optype property.
|
void |
DefineFunction.setOptype(OPTYPE value)
Sets the value of the optype property.
|
void |
DataField.setOptype(OPTYPE value)
Sets the value of the optype property.
|
| Constructor and Description |
|---|
DataField(String name,
OPTYPE optype) |
DerivedField(String name,
DATATYPE dataType,
OPTYPE optype) |
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.