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

Packages that use RESULTFEATURE
org.dmg.pmml.pmml_4_1.descr   
 

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

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

Methods in org.dmg.pmml.pmml_4_1.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_1.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.
 



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