Uses of Class
org.dmg.pmml.ResultField
-
Packages that use ResultField Package Description org.dmg.pmml org.dmg.pmml.regression org.dmg.pmml.tree org.jpmml.model.visitors -
-
Uses of ResultField in org.dmg.pmml
Methods in org.dmg.pmml that return ResultField Modifier and Type Method Description ResultFieldResultField. addExtensions(Extension... extensions)ResultFieldObjectFactory. createResultField()Create an instance ofResultFieldResultFieldResultField. setDataType(DataType dataType)ResultFieldResultField. setDisplayName(java.lang.String displayName)ResultFieldResultField. setName(java.lang.String name)ResultFieldResultField. setOpType(OpType opType)ResultFieldResultField. setResultFeature(ResultFeature resultFeature)ResultFieldResultField. setValue(java.lang.Object value)Methods in org.dmg.pmml with parameters of type ResultField Modifier and Type Method Description VisitorActionVisitor. visit(ResultField resultField) -
Uses of ResultField in org.dmg.pmml.regression
Methods in org.dmg.pmml.regression that return types with arguments of type ResultField Modifier and Type Method Description java.util.List<ResultField>Regression. getResultFields()Methods in org.dmg.pmml.regression with parameters of type ResultField Modifier and Type Method Description RegressionRegression. addResultFields(ResultField... resultFields) -
Uses of ResultField in org.dmg.pmml.tree
Methods in org.dmg.pmml.tree that return types with arguments of type ResultField Modifier and Type Method Description java.util.List<ResultField>DecisionTree. getResultFields()Methods in org.dmg.pmml.tree with parameters of type ResultField Modifier and Type Method Description DecisionTreeDecisionTree. addResultFields(ResultField... resultFields) -
Uses of ResultField in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type ResultField Modifier and Type Method Description VisitorActionAbstractVisitor. visit(ResultField resultField)VisitorActionFieldResolver. visit(ResultField resultField)
-