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

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

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

Fields in org.dmg.pmml.pmml_4_1.descr with type parameters of type ResultField
protected  List<ResultField> DecisionTree.resultFields
           
protected  List<ResultField> Regression.resultFields
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return ResultField
 ResultField ObjectFactory.createResultField()
          Create an instance of ResultField
 

Methods in org.dmg.pmml.pmml_4_1.descr that return types with arguments of type ResultField
 List<ResultField> DecisionTree.getResultFields()
          Gets the value of the resultFields property.
 List<ResultField> Regression.getResultFields()
          Gets the value of the resultFields property.
 



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