Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%DeepSee] >  [extensions] >  [modelling] >  [NaiveBayes]
Private  Storage   

class %DeepSee.extensions.modelling.NaiveBayes extends %RegisteredObject, Base

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2 9


Summary

Properties
PMML config tableConfig

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 SQL4NaiveBayes
apply delete generatePMML getNaiveBayesModel
getSpecificity pmmlClassName printConfusionMatrix setConfig


Properties

• property config as %DeepSee.extensions.modelling.conf.NaiveBayes;
• property tableConfig as %DeepSee.extensions.modelling.conf.Table;

Methods

• method SQL4NaiveBayes(Output pFields, Output sql As %String) as %Status
• method apply() as %Status
• method delete() as %Status
• method generatePMML() as %Status
• method getNaiveBayesModel() as %Status
• classmethod getSpecificity(g, Output sc As %Status, ByRef confusion) as %Double
• method pmmlClassName() as %String
• method printConfusionMatrix(dsName As %String = "", Output s1 As %Double, Output s2 As %Double) as %Status
• method setConfig(conf As %DeepSee.extensions.modelling.conf.NaiveBayes) as %Status


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.