Class Reference
%DeepSee.PMML.Definition.Extension.TextModelInput
Server:appadmin-00044-deployment-6bf4cbc86d-9f4xc
Instance:IRIS
User:SuperUser
 
-
  [USER] >  [%DeepSee] >  [PMML] >  [Definition] >  [Extension] >  [TextModelInput]
Private  Storage

class %DeepSee.PMML.Definition.Extension.TextModelInput extends ISCExtension

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 3


Summary

Properties
Fields inputType languages

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
%ValidatePMML XMLDTD XMLExport XMLExportToStream
XMLExportToString XMLNew XMLSchema XMLSchemaNamespace
XMLSchemaType


Parameters

• parameter XMLNAME = "X-TextModelInput";
This parameter provides the default XMLNAME for the class. If it is empty then the class name will be used to construct a default XML name. The default XMLNAME is used as the top level tag when exporting objects and the export context did not provide an XML container name.

Properties

• property Fields as %DeepSee.PMML.Definition.Util.Array(XMLNAME="Array",XMLPROJECTION="ELEMENT");
• property inputType as %DeepSee.PMML.Datatype.String(VALUELIST=",text,terms",XMLPROJECTION="ATTRIBUTE");
This attribute defines whether the MiningField names referred in Fields correspond to text that could contain any of the terms in DictionaryTerms (multiple input fields are concatenated with two line breaks) or refer to inputs already containing the frequencies of the terms in DictionaryTerms.
• property languages as %DeepSee.PMML.Datatype.String(XMLPROJECTION="ATTRIBUTE") [ InitialExpression = "en" ];
If inputType = "text", this property should define language of this text input as a comma-separated list of two-letter language codes.


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