%DeepSee.extensions.modelling.Base
Class %DeepSee.extensions.modelling.Base [ Abstract, System = 4 ]
Properties
PMML
Property PMML As %DeepSee.PMML.Definition.PMML;
BDB473 - "current" PMML definition. It is up to the operator's apply() method to append relevant sections to this PMML definition based on the action the operator represents.
Methods
ClassifierPropName
ClassMethod ClassifierPropName(i As %Integer) As %String
ClassifierPCName
ClassMethod ClassifierPCName(i As %Integer) As %String
GetAttributeList
ClassMethod GetAttributeList(className As %String, Output list As %List) As %Status