serial class %DeepSee.extensions.modelling.conf.NaiveBayes
extends %SerialObject, Operator
parameter IMPLEMENTINGCLASS = "%DeepSee.extensions.modelling.NaiveBayes";
property ClassifierClass
as %String;
property DimReduction
as %EnumString(VALUELIST=",none,pca") [ InitialExpression = "none" ];
property PMMLClassName
as %String;
property TestSetPredicate
as %String(MAXLEN=512);
property TrainingSetPredicate
as %String(MAXLEN=512) [ InitialExpression = "(c.%ID # 3) > 0" ];
property Truncate
as %Integer;
property Values
as %String(MAXLEN=1024);
property name
as %String(XMLPROJECTION="ATTRIBUTE");
property verbose
as %Boolean(XMLPROJECTION="ATTRIBUTE");