Changes between Version 1 and Version 2 of application_pages/apps/python/DBSCAN


Ignore:
Timestamp:
08/21/17 09:13:52 (7 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • application_pages/apps/python/DBSCAN

    v1 v2  
    1919 
    2020== Versions == 
    21 There are four versions of kmeans, depending on the reduce type and the init centers mode used in the algorithm. 
    22 === Version 1 === 
    23 ''base'', initial algorithm, sequential reduce centers. 
    24 === Version 2 === 
    25 ''initModes'', where the initial centers are selected by different algorithms. 
    26 === Version 3 === 
    27 ''mergeReduce'', where the reduce centers task is done by a merge tree algorithm. 
    28 === Version 4 === 
    29 ''oficial'', algorithm to be called by another application. 
     21There is only one version of the DBSCAN algorithm at ./DBSCAN/DBSCAN.py 
    3022 
    3123== Execution instructions == 
    3224Usage: 
    33 runcompss --lang=python --pythonpath=~/bar/apps/python/DBSCAN/launchDBSCAN.py <dataFile> <fragSize> <epsilon> <minPoints> <numParts> 
     25runcompss --lang=python --pythonpath=~/bar/apps/python/DBSCAN/DBSCAN/launchDBSCAN.py <dataFile> <fragSize> <epsilon> <minPoints> <numParts> 
    3426 
    3527where: 
     
    4133 
    4234== Execution Example == 
     35cd DBSCAN 
    4336./run.sh 
    4437