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 Extensive
as %Boolean [ InitialExpression = 0 ];