Skip to main content

%DeepSee.PMML.Model.RuleSet

Class %DeepSee.PMML.Model.RuleSet Extends AbstractModel [ Abstract, System = 4 ]

Methods

%CreateModelClass

ClassMethod %CreateModelClass(pClass As %Dictionary.ClassDefinition, pDefinition As %DeepSee.PMML.Definition.Models.AbstractModel) As %Status [ Internal ]

%WriteRules

ClassMethod %WriteRules(pRules As %ListOfObjects, pStream As %Stream.Object, pRuleSelectionMethod As %DeepSee.PMML.Definition.Models.RuleSet.RuleSelectionMethod, pIndent As %String, pPrefix As %String = "") As %Status [ Internal, Private ]

%OnGetOutputFeature

ClassMethod %OnGetOutputFeature(pMethod As %Stream.Object, pDefinition As %DeepSee.PMML.Definition.Models.AbstractModel, pOutputField As %DeepSee.PMML.Definition.OutputField, ByRef pFeatureValueVar As %String, Output pSupported As %Boolean) As %Status [ Internal, Private ]