IMP logo
IMP Reference Guide  develop.e004443c3b,2024/04/25
The Integrative Modeling Platform
IMP.pmi.io.crosslink.JaccardDistanceMatrix Class Reference

This class allows to compute and plot the distance between datasets. More...

Inherits object.

Detailed Description

This class allows to compute and plot the distance between datasets.

Note
This class is only available in Python.

Definition at line 1427 of file io/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...
 

Constructor & Destructor Documentation

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 1430 of file io/crosslink.py.

Member Function Documentation

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 1447 of file io/crosslink.py.


The documentation for this class was generated from the following file: