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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
16 1


Summary

Properties
ClassifierClass ClassifierTable CorrespondenceType DimReduction
DimReductionMargin EqualProbabilities ErrorOnMaxPC MaxPC
MinSourceLength Name SpreadThreshold TargetValue
TrainingSetPredicate UseMahalanobisDistance columns reftables

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 ClassifierTableGet LogicalToOdbc OdbcToLogical
XMLDTD XMLExport XMLExportToStream XMLExportToString
XMLNew XMLSchema XMLSchemaNamespace XMLSchemaType


Properties

• property ClassifierClass as %String;
• property ClassifierTable as %String;
• property CorrespondenceType as %EnumString(VALUELIST=",frequency,spread,contrib") [ InitialExpression = "spread" ];
• property DimReduction as %EnumString(VALUELIST=",none,pca,gda") [ InitialExpression = "pca" ];
• property DimReductionMargin as %Double [ InitialExpression = 0.9 ];
• property EqualProbabilities as %Boolean [ InitialExpression = 0 ];
• property ErrorOnMaxPC as %Integer [ InitialExpression = 1 ];
• property MaxPC as %Integer [ InitialExpression = 20 ];
• property MinSourceLength as %Integer [ InitialExpression = 10 ];
• property Name as %String(XMLPROJECTION="ATTRIBUTE");
• property SpreadThreshold as %Double [ InitialExpression = 0.04 ];
• property TargetValue as %String;
• property TrainingSetPredicate as %String [ InitialExpression = "(c.%ID # 3) > 0" ];
• property UseMahalanobisDistance as %Boolean;
• property columns as %String [ InitialExpression = "cz1:100,-cz1:50" ];
• property reftables as %String(MAXLEN=256);

Methods

• method ClassifierTableGet() as %String
This is a Get accessor method for the ClassifierTable property.


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