wiki:application_pages/apps/python/DBSCAN

Application Name

DBSCAN

Summary

  • Name: DBSCAN
  • Contact Person: support-compss@bsc.es
  • Access Level: public
  • License Agreement: Apache2
  • Platform: COMPSs
  • Repository: DBSCAN

Description

See README.md

Versions

There is only one version of the DBSCAN algorithm at ./DBSCAN/DBSCAN.py

Execution instructions

Usage: runcompss --lang=python --pythonpath=~/bar/apps/python/DBSCAN/DBSCAN/launchDBSCAN.py <dataFile> <fragSize> <epsilon> <minPoints> <numParts>

where:

  • - dataFile: file containing the dataset, it is loaded using numpy.loadtxt(), space separated values.
  • - fragSize: number of chunks per axis.
  • - epsilon: input parameter (should be in range 0-1)
  • - minPoints: input parameter
  • - numParts: scale factor.

Execution Example

cd DBSCAN ./run.sh

Build

No build is required

Last modified 7 years ago Last modified on 08/21/17 09:13:52

Attachments (2)