Drools :: PMML - Compiler 6.1.0.Beta2

Uses of Class
org.dmg.pmml.pmml_4_1.descr.DATATYPE

Packages that use DATATYPE
org.dmg.pmml.pmml_4_1.descr   
org.drools.pmml.pmml_4_1   
 

Uses of DATATYPE in org.dmg.pmml.pmml_4_1.descr
 

Fields in org.dmg.pmml.pmml_4_1.descr declared as DATATYPE
protected  DATATYPE DataField.dataType
           
protected  DATATYPE DefineFunction.dataType
           
protected  DATATYPE ParameterField.dataType
           
protected  DATATYPE MapValues.dataType
           
protected  DATATYPE Discretize.dataType
           
protected  DATATYPE DerivedField.dataType
           
protected  DATATYPE Constant.dataType
           
protected  DATATYPE ResultField.dataType
           
protected  DATATYPE OutputField.dataType
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return DATATYPE
static DATATYPE DATATYPE.fromValue(String v)
           
 DATATYPE DataField.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.
 DATATYPE MapValues.getDataType()
          Gets the value of the dataType property.
 DATATYPE Discretize.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 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.
 

Methods in org.dmg.pmml.pmml_4_1.descr with parameters of type DATATYPE
 void DataField.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.
 void MapValues.setDataType(DATATYPE value)
          Sets the value of the dataType property.
 void Discretize.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 ResultField.setDataType(DATATYPE value)
          Sets the value of the dataType property.
 void OutputField.setDataType(DATATYPE value)
          Sets the value of the dataType property.
 

Uses of DATATYPE in org.drools.pmml.pmml_4_1
 

Methods in org.drools.pmml.pmml_4_1 that return DATATYPE
 DATATYPE PMML4Helper.mapFeatureType(DATATYPE srcType, RESULTFEATURE feat)
           
 

Methods in org.drools.pmml.pmml_4_1 with parameters of type DATATYPE
 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)
           
 


Drools :: PMML - Compiler 6.1.0.Beta2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.