class %DeepSee.PMML.Definition.Models.Text.Normalization
extends %DeepSee.PMML.Definition.node
parameter XMLNAME = "TextModelNormalization";
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 Extension
as list of %DeepSee.PMML.Definition.Extension(XMLPROJECTION="ELEMENT");
property documentNormalization
as %DeepSee.PMML.Datatype.String(VALUELIST=",none,cosine",XMLPROJECTION="ATTRIBUTE") [ InitialExpression = "none" ];
property globalTermWeights
as %DeepSee.PMML.Datatype.String(VALUELIST=",inverseDocumentFrequency,none,GFIDF,normal,probabilisticInverse",XMLPROJECTION="ATTRIBUTE") [ InitialExpression = "inverseDocumentFrequency" ];
property localTermWeights
as %DeepSee.PMML.Datatype.String(VALUELIST=",termFrequency,binary,logarithmic,augmentedNormalizedTermFrequency",XMLPROJECTION="ATTRIBUTE") [ InitialExpression = "termFrequency" ];