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