%DeepSee.extensions.modelling.LDA
class %DeepSee.extensions.modelling.LDA extends %Library.RegisteredObject, %DeepSee.extensions.modelling.Base
Property Inventory
Method Inventory
- LDA()
- SQL4LDA()
- apply()
- delete()
- getLDAModel()
- ldaName()
- printCovectors()
- printTestSetConfusionMatrix()
- setConfig()
Properties
property config as %DeepSee.extensions.modelling.conf.LDA;
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 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 setConfig(conf As %DeepSee.extensions.modelling.conf.LDA) as %Status
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- ClassifierPCName()
- ClassifierPropName()
- GetAttributeList()