abstract serial class %DeepSee.PMML.ModelInput
extends %DeepSee.PMML.Data
parameter DATACLASS;
The name of the root %DeepSee.PMML.Data class for this PMML definition
parameter MODELCLASS;
The name of the %DeepSee.PMML.Model.AbstractModel for this PMML model
parameter MODELNAME;
The name of this model as defined in the PMML definition
abstract classmethod %GetFields(Output pArray)
as %Status
Returns the usage types for all fields in this Mining Model
pArray(fieldName) = $lb(usageType, displayName)