23 24 25
# File 'lib/data_mining/dbscan.rb', line 23 def outliers @data.select { |p| !p.assigned_to_cluster? } end