Skip to main content

%iKnow.Classification.Definition.Category

Class %iKnow.Classification.Definition.Category Extends node [ Deprecated, System = 3 ]

Properties

name

Property name As %String(XMLPROJECTION = "ATTRIBUTE") [ Required ];

A unique name for this classification category.

description

Property description As %String(MAXLEN = 1000, XMLPROJECTION = "ATTRIBUTE");

An optional description for this category.

recordCount

Property recordCount As %Integer(XMLPROJECTION = "ATTRIBUTE");

The total number of records in the corpus in this category. (optional)

spec

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.