%iKnow.Classification.Definition.TermDictionary
Class %iKnow.Classification.Definition.TermDictionary Extends node [ Deprecated, System = 3 ]
Properties
termSelectionMethod
Property termSelectionMethod As %String(XMLPROJECTION = "ATTRIBUTE");
The method used to compile the list of terms used by this classifier. (optional, for information purposes only)
Terms
Property Terms As list Of Term(XMLPROJECTION = "WRAPPED", XMLTYPECONSTRAINT = "choice");
The list of terms this classifier will consider for picking a category.
MetadataProperties
Property MetadataProperties As list Of MetadataProperty(XMLPROJECTION = "WRAPPED") [ Internal ];
An optional list of metadata properties that need to be appended to the term weights in the document vector, so they can be taken into account by the classification method.
defaultLanguage
Property defaultLanguage As %String(XMLPROJECTION = "ATTRIBUTE");
If the list of terms contains non-english entries for which the count policy is not "exactCount", set this attribute to the appropriate two-letter language identifier.