diff --git a/README.md b/README.md index c261557..67dc627 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ We first extract meaningful **motif lengths (l)** from this use case: ml = Motiflets( ds_name, # the name of the series series, # the data + distance, # Distance measure used, default: z-normed ED df_gt, # ground truth, if available n_jobs # number of jobs (cores) to be used. )