I'm using ELKI GUI to run DBSCAN algorithm. My input is a CSV file. I create a projection as feature selection:
-dbc.filter transform.ProjectionFilter -projection NumericalFeatureSelection -projectionfilter.selectedattributes 1,2
ELKI gives me some files as clusters. These files contain only projected attributes and other attributes such as UserId not exists. How can I identify UserId for each object in clusters?