I need to use DBSCAN to cluster betting odds of soccer matches.
The data consists of :
ID, Home Team, Away Team, Date, Time, Home Winning Odds, Draw Odds and Away Winning Odds.
I need Home Winning Odds, Draw Odds and Away Winning Odds for the DBSCAN clustering because I want to find outliers using the noise cluster.
However I have no means of knowing those points to which record they belonged.]
I am working with GNU R to use the algorithm using the package fpc