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

` `

Tabel berekenen

Gaten in records vullen

Omschrijving

<plaats omschrijving algoritme hier>

Parameters

Tabel [tabel]

<plaats omschrijving parameter hier>

Volgorde [tabelveld: elk]

<plaats omschrijving parameter hier>

Interpolatie [selectie]

<plaats omschrijving parameter hier>

Opties:

  • 0 — [0] Dichtstbijzijnde buur

  • 1 — [1] Lineair

  • 2 — [2] Spline

Standaard: 0

Uitvoer

Tabel zonder gaten [tabel]

<plaats omschrijving uitvoer hier>

Gebruik van console

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

Zie ook

Principiële componenten-analyse

Omschrijving

<plaats omschrijving algoritme hier>

Parameters

Tabel [tabel]

<plaats omschrijving parameter hier>

Methode [selectie]

<plaats omschrijving parameter hier>

Opties:

  • 0 — [0] correlatie-matrix

  • 1 — [1] variantie-covariantie matrix

  • 2 — [2] som-van-vierkanten-en-kruisproducten matrix

Standaard: 0

Aantal componenten [getal]

<plaats omschrijving parameter hier>

Standaard: 3

Uitvoer

Principiële componenten [tabel]

<plaats omschrijving uitvoer hier>

Gebruik van console

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

Zie ook

Voortschrijdend gemiddelde

Omschrijving

<plaats omschrijving algoritme hier>

Parameters

Invoer [tabel]

<plaats omschrijving parameter hier>

Attribuut [tabelveld: elk]

<plaats omschrijving parameter hier>

Aantal records [getal]

<plaats omschrijving parameter hier>

Standaard: 10

Uitvoer

Uitvoer [tabel]

<plaats omschrijving uitvoer hier>

Gebruik van console

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

Zie ook