IMP Reference Guide
develop.d97d4ead1f,2024/11/21
The Integrative Modeling Platform
|
This class allows to compute and plot the distance between datasets. More...
This class allows to compute and plot the distance between datasets.
Definition at line 1400 of file crosslink.py.
Public Member Functions | |
def | __init__ |
Input a dictionary where keys are cldb names and values are cldbs. More... | |
def | jaccard_index |
Similarity index between two datasets https://en.wikipedia.org/wiki/Jaccard_index. More... | |
def IMP.pmi.io.crosslink.JaccardDistanceMatrix.__init__ | ( | self, | |
cldb_dictionary | |||
) |
Input a dictionary where keys are cldb names and values are cldbs.
Definition at line 1403 of file crosslink.py.
def IMP.pmi.io.crosslink.JaccardDistanceMatrix.jaccard_index | ( | self, | |
CrossLinkDataBase1, | |||
CrossLinkDataBase2 | |||
) |
Similarity index between two datasets https://en.wikipedia.org/wiki/Jaccard_index.
Definition at line 1420 of file crosslink.py.