Skip to main content

%DeepSee.PMML.Builder.NaiveBayes

Class %DeepSee.PMML.Builder.NaiveBayes Extends %DeepSee.PMML.Builder.AbstractBuilder [ System = 4 ]

Parameters

MODELCLASSNAME

Parameter MODELCLASSNAME = "%DeepSee.PMML.Definition.Models.NaiveBayesModel";

Properties

Threshold

Property Threshold As %Numeric [ InitialExpression = 0.0001 ];

Methods

BuildModel

Method BuildModel(ByRef pModel As %DeepSee.PMML.Definition.Models.AbstractModel) As %Status [ Private ]