Skip to content

Commit c3028a9

Browse files
committed
'u'
1 parent 6b30311 commit c3028a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dadapy/id_estimation.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ def compute_id_2NN(
128128
References:
129129
E. Facco, M. d’Errico, A. Rodriguez, A. Laio, Estimating the intrinsic dimension of datasets by a minimal
130130
neighborhood information, Scientific reports 7 (1) (2017) 1–8
131-
132131
"""
133132
nrep = int(np.rint(1.0 / decimation))
134133
ids = np.zeros(nrep)
@@ -673,7 +672,6 @@ def compute_id_binomial_k(self, k, r, bayes=True):
673672
id (float): the estimated intrinsic dimension
674673
id_err (float): the standard error on the id estimation
675674
rs (float): the average nearest neighbor distance (rs)
676-
677675
"""
678676
# checks-in and initialisations
679677
assert (

0 commit comments

Comments
 (0)