%DeepSee.extensions.modelling.Processor
class %DeepSee.extensions.modelling.Processor extends %Library.RegisteredObject
Method Inventory
Parameters
parameter CONFPACKAGE = %DeepSee.extensions.modelling.conf.;
Methods
classmethod applyModel(class As %String, verbose As %Boolean = 1, Output pmml As %DeepSee.PMML.Definition.PMML, ByRef p1 As %RawString = "", ByRef p2 As %RawString = "", ByRef p3 As %RawString = "", ByRef p4 As %RawString = "", ByRef p5 As %RawString = "", ByRef p6 As %RawString = "", ByRef p7 As %RawString = "", ByRef p8 As %RawString = "") as %Status
classmethod applyOperation(class As %String, opId As %String, type As %String, custom As %String, ByRef pmml As %DeepSee.PMML.Definition.PMML, numargs As %Integer = 0, control As %String, operations As %ObjectHandle, ByRef p1 As %RawString = "", ByRef p2 As %RawString = "", ByRef p3 As %RawString = "", ByRef p4 As %RawString = "", ByRef p5 As %RawString = "", ByRef p6 As %RawString = "", ByRef p7 As %RawString = "", ByRef p8 As %RawString = "") as %Status
classmethod execNArgs(operator As %ObjectHandle, method As %String, numargs As %Integer = 0, ByRef p1 As %RawString = "", ByRef p2 As %RawString = "", ByRef p3 As %RawString = "", ByRef p4 As %RawString = "", ByRef p5 As %RawString = "", ByRef p6 As %RawString = "", ByRef p7 As %RawString = "", ByRef p8 As %RawString = "") as %Status
classmethod readConfig(class As %String, id As %String, type As %String, Output conf As %XML.Adaptor) as %Status
classmethod readModel(class As %String, Output model As %XML.Adaptor) as %Status
Inherited Members
Inherited Methods
- %AddToSaveSet()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Extends()
 - %GetParameter()
 - %IsA()
 - %IsModified()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OriginalNamespace()
 - %PackageName()
 - %RemoveFromSaveSet()
 - %SerializeObject()
 - %SetModified()
 - %ValidateObject()