Package AutoDockTools :: Module cluster_ad :: Class Cluster_AD
[hide private]
[frames] | no frames]

Class Cluster_AD

source code



Instance Methods [hide private]
  __init__(self, mol)
  set_reference(self, reference=None)
reference should be an index into the data array.
  set_tolerance(self, tolerance)
  get_dist(self, clust, probeidx)
  get_coords(self, mol, val)
  make_clusters(self, tolerance=None, ref=None)

Method Details [hide private]

__init__(self, mol)
(Constructor)

source code 
None

set_reference(self, reference=None)

source code 
reference should be an index into the data array. If it's a problem to have the reference be part of the data array, reference could be a separate instance of data.

set_tolerance(self, tolerance)

source code 
None

get_dist(self, clust, probeidx)

source code 
None

get_coords(self, mol, val)

source code 
None

make_clusters(self, tolerance=None, ref=None)

source code 
None