[[PageOutline]] = Application Name = linearRegression = Summary = * '''Name''': {{{linearRegression}}} * '''Contact Person''': {{{support-compss@bsc.es}}} * '''Access Level''': {{{public}}} * '''License Agreement''': {{{Apache2}}} * '''Platform''': {{{COMPSs}}} * '''Repository''': [[https://compss.bsc.es/svn/bar/apps/python/linearRegression|linearRegression]] == Description == LinearRegression == Versions == There is one version === Version 1 === ''objects'', where the blocks are saves in objects. == Execution instructions == Usage: runcompss --lang=python --pythonpath=~/bar/apps/python/linearRegression/src/linearRegression/objects/ linearRegression.py where: * - numPoints: number of points * - dim: dimension of the points (2) * - fragments: number of fragments * - plotResult: if we want to plot the result == Execution Example == runcompss --lang=python --pythonpath=~/bar/apps/python/linearRegression/src/linearRegression/objects/ linearRegression.py 160 2 4 True == Build == No build is required