Skip to main content

%DeepSee.extensions.modelling.PCA

class %DeepSee.extensions.modelling.PCA 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()

Methods

method ClassifierPCA(verbose As %Boolean = 1, Output d1 As %Integer, Output d2 As %Integer, Output pca As %DeepSee.extensions.components.PCA) as %Status
method GetNPC(Output n As %Integer) as %Status
classmethod PCA(table As %String, input As %String, out As %String, print As %Boolean = 1, margin As %Double = "", Output d1 As %Integer, Output d2 As %Integer, Output pca As %DeepSee.extensions.components.PCA) as %Status
method PCAAnalysis(Output pca As %DeepSee.extensions.components.PCA) as %Status
method apply() as %Status
method print() as %Status
method setConfig(conf As %DeepSee.extensions.modelling.conf.PCA) as %Status

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab