Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%DeepSee] >  [extensions] >  [modelling] >  [conf] >  [LDA]
Private  Storage   

serial class %DeepSee.extensions.modelling.conf.LDA extends %SerialObject, Operator

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
1 10


Summary

Properties
ClassifierClass DimReduction EffectiveDim EqualProbabilities
SourceClass TargetValue TrainingSetPredicate UseMahalanobisDistance
Values name verbose

Methods
%AddToSaveSet %AddToSyncSet %ClassIsLatestVersion %ClassName
%ConstructClone %Delete %DeleteId %DispatchClassMethod
%DispatchGetModified %DispatchGetProperty %DispatchMethod %DispatchSetModified
%DispatchSetMultidimProperty %DispatchSetProperty %Extends %GetParameter
%GetSwizzleObject %IsA %IsModified %IsNull
%New %NormalizeObject %ObjectIsNull %ObjectModified
%OnBeforeAddToSync %OnDetermineClass %Open %OpenId
%OriginalNamespace %PackageName %RemoveFromSaveSet %ResolveConcurrencyConflict
%SerializeObject %SetModified %SyncObjectIn %SyncTransport
%ValidateObject GetApplyMethod GetImplementingClass GetSetConfigMethod
LogicalToOdbc OdbcToLogical XMLDTD XMLExport
XMLExportToStream XMLExportToString XMLNew XMLSchema
XMLSchemaNamespace XMLSchemaType


Parameters

• parameter IMPLEMENTINGCLASS = "%DeepSee.extensions.modelling.LDA";

Properties

• 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");


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