Changes between Initial Version and Version 1 of application_pages/apps/python/linearRegression


Ignore:
Timestamp:
12/20/16 12:50:27 (7 years ago)
Author:
trac
Comment:

--

Legend:

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

    v1 v1  
     1[[PageOutline]] 
     2 
     3= Application Name = 
     4 
     5linearRegression 
     6 
     7= Summary = 
     8 
     9* '''Name''': {{{linearRegression}}} 
     10* '''Contact Person''': {{{support-compss@bsc.es}}} 
     11* '''Access Level''': {{{public}}} 
     12* '''License Agreement''': {{{Apache2}}} 
     13* '''Platform''': {{{COMPSs}}} 
     14* '''Repository''': [[https://compss.bsc.es/svn/bar/apps/python/linearRegression|linearRegression]] 
     15 
     16 
     17== Description == 
     18LinearRegression 
     19 
     20== Versions == 
     21There is one version 
     22=== Version 1 === 
     23''objects'', where the blocks are saves in objects. 
     24 
     25== Execution instructions == 
     26Usage: 
     27runcompss --lang=python --pythonpath=~/bar/apps/python/linearRegression/src/linearRegression/objects/  
     28linearRegression.py <numPoints> <sim> <fragments> <plotResult> 
     29 
     30where: 
     31                 * - numPoints: number of points  
     32                 * - dim: dimension of the points (2) 
     33                 * - fragments: number of fragments 
     34                 * - plotResult: if we want to plot the result 
     35 
     36== Execution Example == 
     37runcompss --lang=python --pythonpath=~/bar/apps/python/linearRegression/src/linearRegression/objects/  
     38linearRegression.py 160 2 4 True 
     39 
     40 
     41== Build == 
     42No build is required