Uses of Interface
org.jpmml.evaluator.InputMapper
-
Packages that use InputMapper Package Description org.jpmml.evaluator -
-
Uses of InputMapper in org.jpmml.evaluator
Methods in org.jpmml.evaluator that return InputMapper Modifier and Type Method Description InputMapperModelEvaluator. getInputMapper()InputMapperModelEvaluatorBuilder. getInputMapper()Methods in org.jpmml.evaluator with parameters of type InputMapper Modifier and Type Method Description LoadingModelEvaluatorBuilderLoadingModelEvaluatorBuilder. setInputMapper(InputMapper inputMapper)ModelEvaluatorBuilderModelEvaluatorBuilder. setInputMapper(InputMapper inputMapper)Sets a mapper for translating input field names from user namespace to model namespace.ServiceLoadingModelEvaluatorBuilderServiceLoadingModelEvaluatorBuilder. setInputMapper(InputMapper inputMapper)
-