Class Reference
%DeepSee.extensions.modelling.NaiveBayes
Server:
appadmin-00044-deployment-6bf4cbc86d-9f4xc
Instance:
IRIS
User:
SuperUser
[
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