Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(4) | Call(0) | Derive(0) | Import(4)
src/b/i/biopython-1.63/Bio/Statistics/lowess.py biopython(Download)
try: from Bio.Cluster import median # The function median in Bio.Cluster is faster than the function median # in NumPy, as it does not require a full sort.
src/b/i/biopython-HEAD/Bio/Statistics/lowess.py biopython(Download)
try: from Bio.Cluster import median # The function median in Bio.Cluster is faster than the function median # in NumPy, as it does not require a full sort.
src/b/i/biopython-HEAD/Tests/test_Cluster.py biopython(Download)
def test_median_mean(self): if TestCluster.module=='Bio.Cluster': from Bio.Cluster import mean, median elif TestCluster.module=='Pycluster': from Pycluster import mean, median
src/b/i/biopython-1.63/Tests/test_Cluster.py biopython(Download)
def test_median_mean(self): if TestCluster.module=='Bio.Cluster': from Bio.Cluster import mean, median elif TestCluster.module=='Pycluster': from Pycluster import mean, median