Package | Description |
---|---|
org.dmg.pmml.pmml_4_2.descr | |
org.drools.pmml.pmml_4_2 |
Modifier and Type | Field and Description |
---|---|
protected DATATYPE |
DefineFunction.dataType |
protected DATATYPE |
DataField.dataType |
protected DATATYPE |
Discretize.dataType |
protected DATATYPE |
MapValues.dataType |
protected DATATYPE |
DerivedField.dataType |
protected DATATYPE |
Constant.dataType |
protected DATATYPE |
ParameterField.dataType |
protected DATATYPE |
ResultField.dataType |
protected DATATYPE |
OutputField.dataType |
Modifier and Type | Method and Description |
---|---|
static DATATYPE |
DATATYPE.fromValue(String v) |
DATATYPE |
DefineFunction.getDataType()
Gets the value of the dataType property.
|
DATATYPE |
DataField.getDataType()
Gets the value of the dataType property.
|
DATATYPE |
Discretize.getDataType()
Gets the value of the dataType property.
|
DATATYPE |
MapValues.getDataType()
Gets the value of the dataType property.
|
DATATYPE |
DerivedField.getDataType()
Gets the value of the dataType property.
|
DATATYPE |
Constant.getDataType()
Gets the value of the dataType property.
|
DATATYPE |
ParameterField.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.
|
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 |
DefineFunction.setDataType(DATATYPE value)
Sets the value of the dataType property.
|
void |
DataField.setDataType(DATATYPE value)
Sets the value of the dataType property.
|
void |
Discretize.setDataType(DATATYPE value)
Sets the value of the dataType property.
|
void |
MapValues.setDataType(DATATYPE value)
Sets the value of the dataType property.
|
void |
DerivedField.setDataType(DATATYPE value)
Sets the value of the dataType property.
|
void |
Constant.setDataType(DATATYPE value)
Sets the value of the dataType property.
|
void |
ParameterField.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.
|
Modifier and Type | Method and Description |
---|---|
DATATYPE |
PMML4Helper.mapFeatureType(DATATYPE srcType,
RESULTFEATURE feat) |
Modifier and Type | Method and Description |
---|---|
String |
PMML4Helper.format(DATATYPE type,
String val) |
String |
PMML4Helper.mapDatatype(DATATYPE datatype) |
String |
PMML4Helper.mapDatatype(DATATYPE datatype,
boolean box) |
String |
PMML4Helper.mapDatatypeToQuestion(DATATYPE datatype) |
DATATYPE |
PMML4Helper.mapFeatureType(DATATYPE srcType,
RESULTFEATURE feat) |
String |
PMML4Helper.zeroForDatatype(DATATYPE type) |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.