Skip to main content

%DeepSee.extensions.modelling.LDA

class %DeepSee.extensions.modelling.LDA extends %Library.RegisteredObject, %DeepSee.extensions.modelling.Base

Property Inventory

Method Inventory

Properties

Property methods: configGet(), configGetObject(), configGetObjectId(), configGetSwizzled(), configIsEmpty(), configIsValid(), configNewObject(), configSet(), configSetObject(), configSetObjectId(), configUnSwizzle()
property tableConfig as %DeepSee.extensions.modelling.conf.Table;
Property methods: tableConfigGet(), tableConfigGetObject(), tableConfigGetObjectId(), tableConfigGetSwizzled(), tableConfigIsEmpty(), tableConfigIsValid(), tableConfigNewObject(), tableConfigSet(), tableConfigSetObject(), tableConfigSetObjectId(), tableConfigUnSwizzle()

Methods

method LDA() as %Status
method SQL4LDA(Output sql As %String, Output n As %Integer) as %Status
method apply() as %Status
method delete() as %Status
method getLDAModel(Output lda As %DeepSee.extensions.utils.LDA) as %Status
method ldaName() as %String
method printCovectors() as %Status
method printTestSetConfusionMatrix(Output s As %Double) as %Status
method setConfig(conf As %DeepSee.extensions.modelling.conf.LDA) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab