%DeepSee.extensions.modelling.NaiveBayes
class %DeepSee.extensions.modelling.NaiveBayes extends %Library.RegisteredObject, %DeepSee.extensions.modelling.Base
Property Inventory
Method Inventory
- SQL4NaiveBayes()
 - apply()
 - delete()
 - generatePMML()
 - getNaiveBayesModel()
 - getSpecificity()
 - pmmlClassName()
 - printConfusionMatrix()
 - setConfig()
 
Properties
property config as %DeepSee.extensions.modelling.conf.NaiveBayes;
Property methods: configGet(), configGetObject(), configGetObjectId(), configGetSwizzled(), configIsEmpty(), configIsValid(), configNewObject(), configSet(), configSetObject(), configSetObjectId(), configUnSwizzle()
property tableConfig as %DeepSee.extensions.modelling.conf.Table;
Property methods: tableConfigGet(), tableConfigGetObject(), tableConfigGetObjectId(), tableConfigGetSwizzled(), tableConfigIsEmpty(), tableConfigIsValid(), tableConfigNewObject(), tableConfigSet(), tableConfigSetObject(), tableConfigSetObjectId(), tableConfigUnSwizzle()
Methods
method apply() as %Status
method delete() as %Status
method generatePMML() as %Status
method getNaiveBayesModel() as %Status
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
Inherited Members
Inherited Properties
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()
 - ClassifierPCName()
 - ClassifierPropName()
 - GetAttributeList()