Skip to content
Snippets Groups Projects
Commit e41b22d1 authored by Juliane Geller's avatar Juliane Geller
Browse files

Update Fastdtw.md

parent 8ae518eb
No related branches found
No related tags found
2 merge requests!193Release 1.4,!188Release 1.4
Pipeline #3590 passed with stage
in 7 minutes and 39 seconds
## Flag Fastdtw
## Flag FastDTW
## Index
[flagFastdtw](#flagFastdtw)
## flagFastdtw
## flagFastDTW
```
flagFastdtw(refdatafield='SM1', stepsize = 25, min_distance = 0.25, method_dtw = "fast")
flagFastDTW(refdatafield='SM1', window = 25, min_distance = 0.25, method_dtw = "fast")
```
| parameter | data type | default value | description |
|-----------------------|---------------------------------------------------------------|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|
| stepsize | int | `25` | |
| min_distance | float | `0.5` | |
| method_dtw | string | `"fast"` | |
| refdatafield | string | | |
| window | int | `25` |The number of datapoints to be included in each comparison. |
| min_distance | float | `0.5` |The minimum distance of two graphs to be classified as "different". |
| method_dtw | string | `"fast"` |Implementation of DTW algorithm - "exact" for the normal implementation of DTW, "fast" for the fast implementation. |
| ref_datafield | string | |Name of the reference datafield with which the actual datafield is compared. |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment