Class Reference
%DeepSee.PMML.Model.NaiveBayes
Server:appadmin-00044-deployment-6bf4cbc86d-9f4xc
Instance:IRIS
User:SuperUser
 
-
  [USER] >  [%DeepSee] >  [PMML] >  [Model] >  [NaiveBayes]
Private  Storage

abstract class %DeepSee.PMML.Model.NaiveBayes extends AbstractModel

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3 5


Summary

Properties
Tracing

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %ExecuteModel
%ExecuteModelDeepSee %Extends %Factorial %GetDataClassName
%GetInputClassName %GetInputObject %GetName %GetOutputClassName
%GetParameter %GetPredictedField %GetPredictedFieldInfo %IsA
%IsModified %New %NormalizeObject %ObjectModified
%OriginalNamespace %PackageName %RemoveFromSaveSet %SerializeObject
%SetModified %ValidateObject GetLikelihoods


Parameters

• parameter THRESHOLD;
• parameter TRACEWEIGHTTYPE = "multiply";
How the weighting info in this models trace output needs to be interpreted. Either of:
  • "none": only rank info available
  • "tree": trace info is a sequence of tree nodes leading to the prediction
  • "add": additive contributions (total score might be a function of this sum)
  • "multiply": multiplicative contributions (total score might be a function of this product)

Methods

• classmethod %Factorial(input As %Integer) as %Integer
• method GetLikelihoods(ByRef pObservation, Output pLikelihoods) as %Status
Output: pLikelihoods(tOutputValue) = likelihood


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