|
https://stumpy.readthedocs.io/en/latest/Tutorial_Multidimensional_Motif_Discovery.html In the hockey stick plot, it graphs the index of k and shows that the best is at 1. However, it says this means k=1 is the best. But at index 1 wouldn't it be k=2? |
Answered by
seanlaw
Jul 2, 2021
Replies: 1 comment
There may be a little bit of confusion here but |
0 replies
Answer selected by
hafarooki
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There may be a little bit of confusion here but
kuses zero-based indexing and sok = 1corresponds to2-dimensionswhile, say,k = 2corresponds to3-dimensions