class %DeepSee.extensions.modelling.PCA
extends %RegisteredObject, Base
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