Outdated version of the documentation. Find the latest one here.

` `

Table calculus

Fill gaps in records

Kuvaus

<put algorithm description here>

Parameters

Table [table]
<put parameter description here>
Order [tablefield: any]
<put parameter description here>
Interpolation [selection]

<put parameter description here>

Options:

  • 0 — [0] Nearest Neighbour
  • 1 — [1] Linear
  • 2 — [2] Spline

Default: 0

Tulokset

Table without Gaps [table]
<put output description here>

Console usage

processing.runalg('saga:fillgapsinrecords', table, order, method, nogaps)

See also

Principle components analysis

Kuvaus

<put algorithm description here>

Parameters

Table [table]
<put parameter description here>
Method [selection]

<put parameter description here>

Options:

  • 0 — [0] correlation matrix
  • 1 — [1] variance-covariance matrix
  • 2 — [2] sums-of-squares-and-cross-products matrix

Default: 0

Number of Components [number]

<put parameter description here>

Default: 3

Tulokset

Principle Components [table]
<put output description here>

Console usage

processing.runalg('saga:principlecomponentsanalysis', table, method, nfirst, pca)

See also

Running average

Kuvaus

<put algorithm description here>

Parameters

Input [table]
<put parameter description here>
Attribute [tablefield: any]
<put parameter description here>
Number of Records [number]

<put parameter description here>

Default: 10

Tulokset

Output [table]
<put output description here>

Console usage

processing.runalg('saga:runningaverage', input, field, count, output)

See also