Drools :: PMML - Compiler 6.2.0.CR3

Uses of Class
org.dmg.pmml.pmml_4_2.descr.RESULTFEATURE

Packages that use RESULTFEATURE
org.dmg.pmml.pmml_4_2.descr   
org.drools.pmml.pmml_4_2   
 

Uses of RESULTFEATURE in org.dmg.pmml.pmml_4_2.descr
 

Fields in org.dmg.pmml.pmml_4_2.descr declared as RESULTFEATURE
protected  RESULTFEATURE ResultField.feature
           
protected  RESULTFEATURE OutputField.feature
           
 

Methods in org.dmg.pmml.pmml_4_2.descr that return RESULTFEATURE
static RESULTFEATURE RESULTFEATURE.fromValue(String v)
           
 RESULTFEATURE ResultField.getFeature()
          Gets the value of the feature property.
 RESULTFEATURE OutputField.getFeature()
          Gets the value of the feature property.
static RESULTFEATURE RESULTFEATURE.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RESULTFEATURE[] RESULTFEATURE.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.dmg.pmml.pmml_4_2.descr with parameters of type RESULTFEATURE
 void ResultField.setFeature(RESULTFEATURE value)
          Sets the value of the feature property.
 void OutputField.setFeature(RESULTFEATURE value)
          Sets the value of the feature property.
 

Uses of RESULTFEATURE in org.drools.pmml.pmml_4_2
 

Methods in org.drools.pmml.pmml_4_2 with parameters of type RESULTFEATURE
 DATATYPE PMML4Helper.mapFeatureType(DATATYPE srcType, RESULTFEATURE feat)
           
 


Drools :: PMML - Compiler 6.2.0.CR3

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