Skip to content

Commit

Permalink
add OO-API
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickzib committed Sep 15, 2023
2 parents 37878c4 + 4ddd474 commit 67e1b70
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ ml = Motiflets(
k_max = 20
length_range = np.arange(25,200,25)
motif_length = ml.fit_motif_length(ks, length_range)
```
<img src="https://github.com/patrickzib/motiflets/raw/main/images/plot_au_ef.png" width="300">

Expand All @@ -91,7 +90,6 @@ to roughly a heartbeat rate of 60-80 bpm.
To extract meaningful **motif sizes (k)** from this use case, we run

```
dists, candidates, elbow_points = ml.fit_k_elbow(
ks,
motif_length
Expand Down

0 comments on commit 67e1b70

Please sign in to comment.