| Package | Description |
|---|---|
| org.dmg.pmml |
| Modifier and Type | Field and Description |
|---|---|
protected DataType |
MapValues.dataType |
protected DataType |
DataField.dataType |
protected DataType |
Discretize.dataType |
protected DataType |
Constant.dataType |
protected DataType |
ResultField.dataType |
protected DataType |
OutputField.dataType |
protected DataType |
DerivedField.dataType |
protected DataType |
DefineFunction.dataType |
protected DataType |
ParameterField.dataType |
| Modifier and Type | Method and Description |
|---|---|
static DataType |
DataType.fromValue(String v) |
DataType |
MapValues.getDataType()
Gets the value of the dataType property.
|
DataType |
MiningField.getDataType()
Gets the value of the dataType property.
|
DataType |
DataField.getDataType()
Gets the value of the dataType property.
|
abstract DataType |
Field.getDataType() |
DataType |
Discretize.getDataType()
Gets the value of the dataType property.
|
DataType |
Constant.getDataType()
Gets the value of the dataType property.
|
DataType |
ResultField.getDataType()
Gets the value of the dataType property.
|
DataType |
OutputField.getDataType()
Gets the value of the dataType property.
|
DataType |
DerivedField.getDataType()
Gets the value of the dataType property.
|
DataType |
DefineFunction.getDataType()
Gets the value of the dataType property.
|
DataType |
ParameterField.getDataType()
Gets the value of the dataType property.
|
static DataType |
DataType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataType[] |
DataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MapValues.setDataType(DataType value)
Sets the value of the dataType property.
|
void |
MiningField.setDataType(DataType dataType)
Sets the value of the dataType property.
|
void |
DataField.setDataType(DataType value)
Sets the value of the dataType property.
|
abstract void |
Field.setDataType(DataType dataType) |
void |
Discretize.setDataType(DataType value)
Sets the value of the dataType property.
|
void |
Constant.setDataType(DataType value)
Sets the value of the dataType property.
|
void |
ResultField.setDataType(DataType value)
Sets the value of the dataType property.
|
void |
OutputField.setDataType(DataType value)
Sets the value of the dataType property.
|
void |
DerivedField.setDataType(DataType value)
Sets the value of the dataType property.
|
void |
DefineFunction.setDataType(DataType value)
Sets the value of the dataType property.
|
void |
ParameterField.setDataType(DataType value)
Sets the value of the dataType property.
|
MapValues |
MapValues.withDataType(DataType value) |
DataField |
DataField.withDataType(DataType value) |
Discretize |
Discretize.withDataType(DataType value) |
Constant |
Constant.withDataType(DataType value) |
ResultField |
ResultField.withDataType(DataType value) |
OutputField |
OutputField.withDataType(DataType value) |
DerivedField |
DerivedField.withDataType(DataType value) |
DefineFunction |
DefineFunction.withDataType(DataType value) |
ParameterField |
ParameterField.withDataType(DataType value) |
| Constructor and Description |
|---|
DataField(FieldName name,
OpType optype,
DataType dataType) |
DerivedField(OpType optype,
DataType dataType) |
Copyright © 2014 University of Tartu. All Rights Reserved.