Trees | Indices | Help |
|
---|
|
object --+ | BitClusterer
Class to cluster a set of bits based on their correllation The correlation matrix is first built using by reading the fingerprints from a database or a list of fingerprints
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Map the fingerprint to a real valued vector of score based on the bit clusters The dimension of the vector is same as the number of clusters. Each value in the vector corresponds to the number of bits in the corresponding cluster that are turned on in the fingerprint ARGUMENTS: - fp : the fingerprint |
Map the fingerprint to a smaller sized (= number of clusters) fingerprint Each cluster get a bit in the new fingerprint and is turned on if any of the bits in the cluster are turned on in the original fingerprint |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Apr 23 18:49:15 2016 | http://epydoc.sourceforge.net |