Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
SBL.Density_difference_based_clustering_commons Namespace Reference

Functions

def localJSD (condProb0, theta0)
 
def outputFeedback (labeledpoints, local_jsd, fnamePrefix)
 
def euclidean_dist_square (x, y)
 
def get_lrmsd (x, y)
 
def kofn_pow (n, power)
 
def toArrays (labeledpoints)
 

Variables

 LabeledPoint = namedtuple('LabeledPoint', 'point label')
 

Function Documentation

◆ euclidean_dist_square()

def SBL.Density_difference_based_clustering_commons.euclidean_dist_square (   x,
  y 
)

◆ get_lrmsd()

def SBL.Density_difference_based_clustering_commons.get_lrmsd (   x,
  y 
)

◆ kofn_pow()

def SBL.Density_difference_based_clustering_commons.kofn_pow (   n,
  power 
)

◆ localJSD()

def SBL.Density_difference_based_clustering_commons.localJSD (   condProb0,
  theta0 
)

◆ outputFeedback()

def SBL.Density_difference_based_clustering_commons.outputFeedback (   labeledpoints,
  local_jsd,
  fnamePrefix 
)

◆ toArrays()

def SBL.Density_difference_based_clustering_commons.toArrays (   labeledpoints)

Variable Documentation

◆ LabeledPoint

LabeledPoint = namedtuple('LabeledPoint', 'point label')