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) -
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)
-