Skip to main content

%DeepSee.extensions.modelling.PCA

Class %DeepSee.extensions.modelling.PCA Extends (%RegisteredObject, Base) [ System = 4 ]

Properties

config

Property config As %DeepSee.extensions.modelling.conf.PCA;

Methods

setConfig

Method setConfig(conf As %DeepSee.extensions.modelling.conf.PCA) As %Status

apply

Method apply() As %Status

print

Method print() As %Status

PCAAnalysis

Method PCAAnalysis(Output pca As %DeepSee.extensions.components.PCA) As %Status

ClassifierPCA

Method ClassifierPCA(verbose As %Boolean = 1, Output d1 As %Integer, Output d2 As %Integer, Output pca As %DeepSee.extensions.components.PCA) As %Status

GetNPC

Method GetNPC(Output n As %Integer) As %Status

PCA

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