Interface ModelPMMLContext
public interface ModelPMMLContext
The
ModelPMMLContext
is exposed to model evaluations and calculations via model
binding.
Warning: this interface is experimental and may change in future releases-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
An evaluable PMML model. -
Method Summary
Modifier and TypeMethodDescriptionfromAttachment
(String attachmentName) Loads a @link{PMMLEvaluator} from a given attachment of the model and returns it.
-
Method Details
-
fromAttachment
Loads a @link{PMMLEvaluator} from a given attachment of the model and returns it.- Parameters:
attachmentName
- name of the model attachment- Returns:
- the pmml evaluator
- Since:
- 9.0 Hurricane
-