Skip to main content

%iKnow.Classification.Definition.BuilderParameter

class %iKnow.Classification.Definition.BuilderParameter extends %iKnow.Classification.Definition.node

This class represents any builder-specific parameters not covered elsewhere. Nodes of this type can be appended to a classifier definition to allow it to be reloaded into a classifier builder for optimization or other purposes.

Property Inventory

Properties

property name as %String (XMLPROJECTION = "ATTRIBUTE") [ Required ];
Property methods: nameDisplayToLogical(), nameGet(), nameIsValid(), nameLogicalToDisplay(), nameLogicalToOdbc(), nameNormalize(), nameSet()
property value as %String);
Property methods: valueDisplayToLogical(), valueGet(), valueIsValid(), valueLogicalToDisplay(), valueLogicalToOdbc(), valueNormalize(), valueSet()

Inherited Members

Inherited Methods

FeedbackOpens in a new tab