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