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

` `

テーブル計算

レコードのギャップを埋める

説明

<put algorithm description here>

パラメーター

テーブル [テーブル]
<put parameter description here>
Orde [テーブルのフィールド: 任意]
<put parameter description here>
補間 [選択]

<put parameter description here>

オプション:

  • 0 — [0] 最近傍

  • 1 — [1] 線形

  • 2 — [2] スプライン

デフォルト: 0

出力

ギャップなしテーブル [テーブル]
<put output description here>

コンソールの使用方法

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

参照

主成分分析

説明

<put algorithm description here>

パラメーター

テーブル [テーブル]
<put parameter description here>
方法 [選択]

<put parameter description here>

オプション:

  • 0 — [0] 相関行列

  • 1 — [1] 分散共分散行列

  • 2 — [2] 平方和行列

デフォルト: 0

成分の数 [数値]

<put parameter description here>

デフォルト: 3

出力

主成分 [テーブル]
<put output description here>

コンソールの使用方法

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

参照

ランニングアベレージ

説明

<put algorithm description here>

パラメーター

入力 [テーブル]
<put parameter description here>
属性 [テーブルフィールド: 任意]
<put parameter description here>
レコードの数 [数値]

<put parameter description here>

デフォルト: 10

出力

出力 [テーブル]
<put output description here>

コンソールの使用方法

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

参照