Replies: 2 comments
-
Hm, it is based on That is currently not happening, but it would not require a complete re-implementation, just translation to the index, and write to Do you think that would be an easy pull request, or do we need to do more? |
Beta Was this translation helpful? Give feedback.
-
Sorry. I have used DBSCAN but I'm not understanding your suggestion. If you're suggesting I could compute the centers (using DBA) of the cluster once the fitting has been done, then I understand. However, I was asking if there is a way to adjust DBSCAN to compute the cluster center during fitting, as you do in TimeSeriesKMeans (when averaging_method resolves to However, looking into this more, it seem DBSCAN doesn't compute centers/centroids while fitting, so I think that answers my question. Thank you for your work on sktime! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Do you know if DBSCAN computes a cluster center like KMeans does? If so, would it benefit from using the DBA averaging method in the same way? (I understand that would require a re-implementation of DBSCAN, I'm just curious)
Beta Was this translation helpful? Give feedback.
All reactions