DocBook|Search
Class Reference
%DeepSee.extensions.iKnow.conf.Classifier
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%DeepSee] >  [extensions] >  [iKnow] >  [conf] >  [Classifier]
Private  Storage  

serial class %DeepSee.extensions.iKnow.conf.Classifier extends %SerialObject, %XML.Adaptor

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
%%OIDGet %AddToSaveSet %AddToSyncSet %ClassIsLatestVersion
%ClassName %ConstructClone %Delete %DeleteId
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %GetSwizzleObject %IsA %IsModified
%New %NormalizeObject %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.