I am new in Knime, therefore, I need your valuable support
I am clustering a time series and now I want to visualize my results. I was thinking about it this way where you have a multiple line plot of different profiles identified from the cluster. How can I implement this in Knime? Is there any combination of nodes that I can do it?
Hi Matthew, I donβt have much knowledge about time-series clustering, but I guess you can check the clustering algorithms that are available, such as the Knime natives ones:
or the Weka clustering nodes
Assuming that the above clustering algorithms are suitable, then you can employ the Line Plot node to compare the results.
@mauuuuu5 thank you for your response, yes I am using DBSCAN in my case and I am trying to figure it out as time series is a little bit complex as you have the time component that should be always in the visualization even though you are not clustering it (as a variable).