Skip to main content

%DeepSee.PMML.Definition.Extension.TextModelInput

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

Property Inventory

Parameters

parameter XMLNAME = X-TextModelInput;
Inherited description: 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 methods: FieldsGet(), FieldsGetSwizzled(), FieldsIsValid(), FieldsNewObject(), FieldsSet()
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 methods: inputTypeDisplayToLogical(), inputTypeGet(), inputTypeIsValid(), inputTypeLogicalToDisplay(), inputTypeLogicalToOdbc(), inputTypeNormalize(), inputTypeSet()
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.
Property methods: languagesDisplayToLogical(), languagesGet(), languagesIsValid(), languagesLogicalToDisplay(), languagesLogicalToOdbc(), languagesNormalize(), languagesSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab