Uses of Class
org.jpmml.evaluator.InputField
-
Packages that use InputField Package Description org.jpmml.evaluator org.jpmml.evaluator.association org.jpmml.evaluator.time_series -
-
Uses of InputField in org.jpmml.evaluator
Subclasses of InputField in org.jpmml.evaluator Modifier and Type Class Description classResidualFieldMethods in org.jpmml.evaluator that return types with arguments of type InputField Modifier and Type Method Description List<InputField>HasInputFields. getActiveFields()Gets the "active" subset of feature fields of aModelfrom itsMiningSchema.List<InputField>ModelManager. getActiveFields()List<InputField>HasGroupFields. getGroupFields()Gets the group fields of aModelfrom itsMiningSchema.List<InputField>HasInputFields. getInputFields()Gets the feature fields plus the residual fields of aModel.List<InputField>ModelManager. getInputFields()List<InputField>HasOrderFields. getOrderFields()Gets the order fields of aModelfrom itsMiningSchema.List<InputField>HasInputFields. getSupplementaryFields()Gets the "supplementary" subset of feature fields of aModelfrom itsMiningSchema.List<InputField>ModelManager. getSupplementaryFields() -
Uses of InputField in org.jpmml.evaluator.association
Methods in org.jpmml.evaluator.association that return types with arguments of type InputField Modifier and Type Method Description List<InputField>AssociationModelEvaluator. getGroupFields() -
Uses of InputField in org.jpmml.evaluator.time_series
Methods in org.jpmml.evaluator.time_series that return types with arguments of type InputField Modifier and Type Method Description List<InputField>TimeSeriesModelEvaluator. getOrderFields()
-