Class Reference
%iKnow.Classification.Methods.pmml
Server:appadmin-00044-deployment-6bf4cbc86d-9f4xc
Instance:IRIS
User:SuperUser
 
-
  [USER] >  [%iKnow] >  [Classification] >  [Methods] >  [pmml]
Private  Storage

deprecatedclass %iKnow.Classification.Methods.pmml extends Base

This Builder implementation leverages a model defined in PMML for the numerical part of the categorization task. Term selection occurs as normal, but before calling %GenerateClassifier or %CreateClassifierClass, either of the following two steps needs to be taken:

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 2


Summary

Properties
Builder PMMLBuilder PMMLString

Methods
%AddToSaveSet %BuildClassificationMethod %ClassIsLatestVersion %ClassName
%ConstructClone %DispatchClassMethod %DispatchGetModified %DispatchGetProperty
%DispatchMethod %DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty
%Extends %GetParameter %IsA %IsModified
%LoadFromModel %New %NormalizeObject %ObjectModified
%OnNew %OnRemoveTerm %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject


Properties

• property PMMLBuilder as %DeepSee.PMML.Builder.AbstractBuilder;
A valid and fully configured PMML Builder instance. Note that the DataSet and TargetField properties of the PMML Builder will be configured automatically.
• property PMMLString as %String(MAXLEN="");
A valid PMML model, using data field names corresponding to the columns of the table generated by %ExportDataTable.

Methods

• method %BuildClassificationMethod(ByRef pClassifier As %iKnow.Classification.Definition.Classifier, pIncludeBuilderParams As %Boolean = 1, pVerbose As %Boolean = 1) as %Status
• method %LoadFromModel(pDefinition As %iKnow.Classification.Definition.Classifier) as %Status


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.