irvingc / dbscan-on-spark

An implementation of DBSCAN runing on top of Apache Spark
Apache License 2.0
183 stars 58 forks source link

How to apply dbscan on each group? #15

Open ghost opened 5 years ago

ghost commented 5 years ago

hi @irvingc

I want to know if I can apply this function in groups

may I must transform from parsedData to RDD?