class %ML.PMML.Provider
extends %ML.Provider
This Provider does not train models based on a dataset, but can be used to
import a model built elsewhere and exported to the Predictive
Modeling Markup Language standard, as supported
in InterSystems IRIS.
Supported USING parameters:
- class_name: %DeepSee.PMML.Definition subclass containing the PMML definition
- file_name: directory path to a file containing the PMML definition
- model_name: if the PMML definition contains multiple models, optinally specify the name of the one to use
Either class_name or file_name must be provided. model_name is optional
parameter PROVIDERNAME = "PMML";
Provider name