Class Reference
IRIS for UNIX 2024.1.2
Documentation
Search
[
USER
] >
[
%DeepSee
] >
[
extensions
] >
[
modelling
] >
[
conf
] >
[
PCA
]
Private
Storage
serial class
%DeepSee.extensions.modelling.conf.PCA
extends
%SerialObject
,
Operator
Inventory
Parameters
Properties
Methods
Queries
Indices
ForeignKeys
Triggers
1
4
Summary
Properties
ClassifierClass
DimReductionMargin
ErrorOnMaxPC
NumberOfPC
SourceClass
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.PCA";
Properties
property
ClassifierClass
as
%String
;
property
DimReductionMargin
as
%Double
[ InitialExpression = 0.9 ];
property
ErrorOnMaxPC
as
%Integer
[ InitialExpression = 1 ];
property
NumberOfPC
as
%Integer
;