Skip to main content

%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