%DeepSee.PMML.ModelInput
Class %DeepSee.PMML.ModelInput Extends %DeepSee.PMML.Data [ Abstract, System = 4 ]
Parameters
DATACLASS
Parameter DATACLASS As CLASSNAME;
The name of the root %DeepSee.PMML.Data class for this PMML definition
MODELCLASS
Parameter MODELCLASS As CLASSNAME;
The name of the %DeepSee.PMML.Model.AbstractModel for this PMML model
MODELNAME
Parameter MODELNAME As STRING;
The name of this model as defined in the PMML definition
Methods
%GetFields
ClassMethod %GetFields(Output pArray) As %Status [ Abstract ]
Returns the usage types for all fields in this Mining Model pArray(fieldName) = $lb(usageType, displayName)
%OnNew
Method %OnNew(ByRef pData) As %Status [ Private, ServerOnly = 1 ]