[[PageOutline]] = Application Name = DBSCAN = Summary = * '''Name''': {{{DBSCAN}}} * '''Contact Person''': {{{support-compss@bsc.es}}} * '''Access Level''': {{{public}}} * '''License Agreement''': {{{Apache2}}} * '''Platform''': {{{COMPSs}}} * '''Repository''': [[https://compss.bsc.es/svn/bar/apps/python/DBSCAN|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 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