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

` `

Table calculus

Fill gaps in records

Tanım

<put algorithm description here>

Parametreler

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

Çıkışlar

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

Konsol kullanımı

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

Ayrıca bakınız

Principle components analysis

Tanım

<put algorithm description here>

Parametreler

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

Çıkışlar

Principle Components [table]
<put output description here>

Konsol kullanımı

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

Ayrıca bakınız

Running average

Tanım

<put algorithm description here>

Parametreler

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

<put parameter description here>

Default: 10

Çıkışlar

Output [table]
<put output description here>

Konsol kullanımı

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

Ayrıca bakınız