deprecatedclass %iKnow.Classification.Definition.Category
extends node
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
4
|
|
|
|
|
|
property description
as %String(MAXLEN=1000,XMLPROJECTION="ATTRIBUTE");
An optional description for this category.
property name
as %String(XMLPROJECTION="ATTRIBUTE") [ Required ];
A unique name for this classification category.
property recordCount
as %Integer(XMLPROJECTION="ATTRIBUTE");
The total number of records in the corpus in this category. (optional)
property spec
as %String(MAXLEN=2000,XMLPROJECTION="ATTRIBUTE");
Optional property formally describing how records are "selected" for this category.
Used when reverse engineering or optimizing a classifier definition.