Uses of Class
org.jpmml.translator.ValueBuilder
-
Packages that use ValueBuilder Package Description org.jpmml.translator org.jpmml.translator.regression -
-
Uses of ValueBuilder in org.jpmml.translator
Methods in org.jpmml.translator that return ValueBuilder Modifier and Type Method Description ValueBuilderValueBuilder. declare(String name, com.sun.codemodel.JInvocation invocation)Methods in org.jpmml.translator with parameters of type ValueBuilder Modifier and Type Method Description static voidModelTranslator. translateRegressorTarget(org.dmg.pmml.Model model, org.dmg.pmml.Target target, ValueBuilder valueBuilder) -
Uses of ValueBuilder in org.jpmml.translator.regression
Methods in org.jpmml.translator.regression that return ValueBuilder Modifier and Type Method Description static ValueBuilderRegressionModelTranslator. translateRegressionTable(org.dmg.pmml.regression.RegressionTable regressionTable, FieldInfoMap fieldInfos, TranslationContext context)Methods in org.jpmml.translator.regression with parameters of type ValueBuilder Modifier and Type Method Description static voidRegressionModelTranslator. computeValue(ValueBuilder valueBuilder, org.dmg.pmml.regression.RegressionModel regressionModel, TranslationContext context)
-