Skip to main content

%DeepSee.PMML.Model.NaiveBayes

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

Method Inventory

Parameters

parameter THRESHOLD;
parameter TRACEWEIGHTTYPE = multiply;
Inherited description: 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

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab