We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37878c4 + 4ddd474 commit 67e1b70Copy full SHA for 67e1b70
README.md
@@ -79,7 +79,6 @@ ml = Motiflets(
79
k_max = 20
80
length_range = np.arange(25,200,25)
81
motif_length = ml.fit_motif_length(ks, length_range)
82
-
83
```
84
<img src="https://github.com/patrickzib/motiflets/raw/main/images/plot_au_ef.png" width="300">
85
@@ -91,7 +90,6 @@ to roughly a heartbeat rate of 60-80 bpm.
91
90
To extract meaningful **motif sizes (k)** from this use case, we run
92
93
94
95
dists, candidates, elbow_points = ml.fit_k_elbow(
96
ks,
97
motif_length
0 commit comments