class %DeepSee.PMML.Definition.Extension.TextModelInput
extends ISCExtension
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.
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.