` `
<put algorithm description here>
<put parameter description here>
オプション:
0 — [0] 最近傍
1 — [1] 線形
2 — [2] スプライン
デフォルト: 0
processing.runalg('saga:fillgapsinrecords', table, order, method, nogaps)
<put algorithm description here>
<put parameter description here>
オプション:
0 — [0] 相関行列
1 — [1] 分散共分散行列
2 — [2] 平方和行列
デフォルト: 0
<put parameter description here>
デフォルト: 3
processing.runalg('saga:principlecomponentsanalysis', table, method, nfirst, pca)
<put algorithm description here>
<put parameter description here>
デフォルト: 10
processing.runalg('saga:runningaverage', input, field, count, output)