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 classResidualInputFieldMethods in org.jpmml.evaluator that return types with arguments of type InputField Modifier and Type Method Description protected java.util.List<InputField>ModelManager. createInputFields()protected java.util.List<InputField>ModelManager. createInputFields(org.dmg.pmml.MiningField.UsageType usageType)protected java.util.List<InputField>ModelEvaluator. filterInputFields(java.util.List<InputField> inputFields)protected java.util.List<InputField>ModelManager. filterInputFields(java.util.List<InputField> inputFields)java.util.List<InputField>HasActiveFields. getActiveFields()Gets the independent (ie.java.util.List<InputField>ModelManager. getActiveFields()java.util.List<InputField>HasGroupFields. getGroupFields()Gets the group fields of aModelfrom itsMiningSchema.java.util.List<InputField>HasInputFields. getInputFields()java.util.List<InputField>ModelManager. getInputFields()java.util.List<InputField>HasOrderFields. getOrderFields()Gets the order fields of aModelfrom itsMiningSchema.java.util.List<InputField>HasSupplementaryFields. getSupplementaryFields()Method parameters in org.jpmml.evaluator with type arguments of type InputField Modifier and Type Method Description protected java.util.List<InputField>ModelEvaluator. filterInputFields(java.util.List<InputField> inputFields)protected java.util.List<InputField>ModelManager. filterInputFields(java.util.List<InputField> inputFields) -
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 java.util.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 java.util.List<InputField>TimeSeriesModelEvaluator. getOrderFields()java.util.List<InputField>TimeSeriesModelEvaluator. getSupplementaryFields()
-