Module: DBSCAN

Included in:
GtfsStopsClustering::GtfsStopsClustering
Defined in:
lib/gtfs_stops_clustering/dbscan.rb

Overview

DBSCAN module

Defined Under Namespace

Classes: Clusterer, Point

Instance Method Summary collapse

Instance Method Details

#dbscan(*args) ⇒ Object



153
154
155
156
# File 'lib/gtfs_stops_clustering/dbscan.rb', line 153

def dbscan(* args)
  clusterer = Clusterer.new(*args)
  clusterer.labeled_results
end