%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
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- ById()
- ClusterCost()
- CurrentTotalCost()
- Delete()
- Distance()
- Distance1()
- Distance12()
- Exists()
- GeneratePMML()
- GetASWIndex()
- GetCalinskiHarabaszIndex()
- GetCentroid()
- GetCluster()
- GetClusterSize()
- GetCost()
- GetCount()
- GetData()
- GetDimensions()
- GetId()
- GetNumberOfClusters()
- GetPearsonGammaIndex()
- GlobalCentroid()
- IsPrepared()
- Prepare()
- RelativeClusterCost()
- Reset()
- SetData()
- SubsetCentroid()
- TotalCost()
- iterateCluster()
- printAll()
- printCluster()
- randomSubset()