Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%DeepSee.extensions.clusters.PAMSA

class %DeepSee.extensions.clusters.PAMSA extends %DeepSee.extensions.clusters.PAM

This class provides an implemantation of Partitioning Around Medoids (PAM) algorithm adding Simulated Annealing (See Wikipedia article for more information) to avoid falling into a local minimum.

Property Inventory

Method Inventory

Properties

property Extensive as %Boolean [ InitialExpression = 0 ];
Property methods: ExtensiveDisplayToLogical(), ExtensiveGet(), ExtensiveIsValid(), ExtensiveLogicalToDisplay(), ExtensiveNormalize(), ExtensiveSet()

Methods

method Execute() as %Status
classmethod New(dsName As %String, Output sc As %Status) as PAMSA
classmethod Open(dsName As %String, Output sc As %Status) as PAMSA

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab