Package schrodinger :: Package application :: Package canvas :: Module clustergui
[hide private]
[frames] | no frames]

Module clustergui

Classes [hide private]
  CanvasFingerprintClusterGUI
A subclass of the canvas fingerprint clusterer which is to be used from a program with a TKInter interface.
  ClusterStatisticsPlotDialog
A class which displays a dialog with a plot of the statistics for the most recent clustering
  DendrogramPlotDialog
A class which displays a dialog with a plot of the dendrogram from the most recent clustering
  DistanceMatrixPlotDialog
A class which displays a dialog with a plot of the distance matrix associated with the most recent clustering
Functions [hide private]
 
_add_cluster_statistics(id, fp_clu, st, row)
A private function used to add the clustering statistics to a Structure object or Project table row.
Variables [hide private]
  __doc__ = ...
  SIGNAL = QtCore.SIGNAL
  maestro = None
hash(x)
Function Details [hide private]

_add_cluster_statistics(id, fp_clu, st, row)

 

A private function used to add the clustering statistics to a Structure object or Project table row. Only one of 'st' or 'row' should be not None


Variables Details [hide private]

__doc__

Value:
"""

Canvas clustering functionality that uses GUI libraries

There are classes to perform custering and to support
graphical interfaces to the clustering options.

Copyright Schrodinger, LLC. All rights reserved.
...