-
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? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There may be a little bit of confusion here but |
Beta Was this translation helpful? Give feedback.
There may be a little bit of confusion here but
k
uses zero-based indexing and sok = 1
corresponds to2-dimensions
while, say,k = 2
corresponds to3-dimensions