I have data from sensors and I want to run a cluster algorithms on this data. The data contains no information about cluster labels, but I can add some labels manually.
How can I use manually added labels to help unsupervised learning?
One small example - use measurements with labels as initial centers for k-means. What density-based algorithm can I use for this data?