deprecatedclass %iKnow.Classification.Definition.Classifier
extends node
property BuilderParameters
as list of BuilderParameter(XMLNAME="BuilderParameter",XMLPROJECTION="ELEMENT");
Optional list of parameters from the Builder instance creating this definition,
so it can be used to restore a Builder instance from this definition to further optimize
or otherwise refine it.
property Categories
as list of Category(XMLPROJECTION="WRAPPED") [ Required ];
The list of categories this classifier will choose from.
property ClassificationMethod
as ClassificationMethod [ Required ];
A wrapper for all the information needed to match the document vector built based on TermDictionary
to the different categories this classifier is identifying.
property TermDictionary
as TermDictionary [ Required ];
A descriptor of the terms to consider for classification.
property builderClass
as %String(XMLPROJECTION="ATTRIBUTE");
The name of the %iKnow.Classification.Builder class used to create this
classifier. (optional)
property description
as %String(MAXLEN=1000,XMLPROJECTION="ATTRIBUTE");
An optional description for this Classifier