Module: DBSCAN
- Defined in:
- lib/dbscan.rb
Defined Under Namespace
Instance Method Summary collapse
Instance Method Details
#DBSCAN(*args) ⇒ Object
110 111 112 |
# File 'lib/dbscan.rb', line 110 def DBSCAN( * args ) Clusterer.new( *args ) end |