提交 b9878a69 编写于 作者: rictjo's avatar rictjo

bverb

上级 fffadafb
......@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name = "impetuous-gfa",
version = "0.66.2",
version = "0.66.3",
author = "Richard Tjörnhammar",
author_email = "richard.tjornhammar@gmail.com",
description = "Impetuous Quantification, a Statistical Learning library for Humans : Alignments, Clustering, Enrichments and Group Analysis",
......
......@@ -550,7 +550,11 @@ def backprojection_clustering ( analyte_df , bRanked=False , n_dimensions=2 ,
return ( cluster_coords_f,cluster_coords_s )
def dbscan ( data_frame = None , distance_matrix = None ,
eps = None, minPts = None ) :
eps = None, minPts = None , bVerbose = False ) :
if bVerbose :
print ( "THIS IMPLEMENTATION FOR DBSCAN" )
print ( "ASSESSMENT OF NOISE DIFFERS FROM" )
print ( "THE IMPLEMENTATION FOUND IN SKLEARN")
#
# FOR A DESCRIPTION OF THE CONNECTIVITY READ PAGE 30 (16 INTERNAL NUMBERING) of:
# https://kth.diva-portal.org/smash/get/diva2:748464/FULLTEXT01.pdf
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册