%DeepSee.extensions.iKnow.ClassifierAnalysis
hidden deprecated class %DeepSee.extensions.iKnow.ClassifierAnalysis extends %Library.RegisteredObject
Method Inventory
- Analyze()
- ClassifierPCA()
- DirectAnalysis()
- DirectLDA()
- LDA()
- LDA4PCA()
- PCA()
- PCAAnalysis()
- PCAGDAAnalysis()
- PCALDAAnalysis()
- doAnalysis()
- printConfusionMatrix()
- printCovector()
Methods
classmethod Analyze(conf As %DeepSee.extensions.iKnow.conf.Config, Output lda As %DeepSee.extensions.utils.LDA, direct As %Boolean = 0) as %Status
classmethod ClassifierPCA(model As %DeepSee.extensions.iKnow.conf.Classifier, verbose As %Boolean = 1, Output d1 As %Integer, Output d2 As %Integer, Output pca As %DeepSee.extensions.components.PCA) as %Status
classmethod DirectAnalysis(conf As %DeepSee.extensions.iKnow.conf.Config, file As %String = "", cutoff As %Double = 0.9) as %Status
classmethod DirectLDA(conf As %DeepSee.extensions.iKnow.conf.Config, Output lda As %DeepSee.extensions.utils.LDA, Output sql As %String) as %Status
classmethod LDA(conf As %DeepSee.extensions.iKnow.conf.Config, Output lda As %DeepSee.extensions.utils.LDA, Output sql As %String) as %Status
classmethod LDA4PCA(conf As %DeepSee.extensions.iKnow.conf.Config, file As %String, cutoff As %Double) 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
classmethod PCAAnalysis(conf As %DeepSee.extensions.iKnow.conf.Config, Output pca As %DeepSee.extensions.components.PCA) as %Status
classmethod PCAGDAAnalysis(conf As %DeepSee.extensions.iKnow.conf.Config, file As %String = "", cutoff As %Double = 0.9, d2 As %Integer = "") as %Status
classmethod PCALDAAnalysis(conf As %DeepSee.extensions.iKnow.conf.Config, file As %String = "", cutoff As %Double = 0.9) as %Status
classmethod doAnalysis(conf As %DeepSee.extensions.iKnow.conf.Config, file As %String = "", cutoff As %Double = 0.9) as %Status
classmethod printConfusionMatrix(sql As %String, verbose As %Boolean, lda As %DeepSee.extensions.utils.LDA, Output s As %Double) as %Status
classmethod printCovector(conf As %DeepSee.extensions.iKnow.conf.Config, lda As %DeepSee.extensions.utils.LDA) as %Status
Inherited Members
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()