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

` `

테이블 미적분

레코드의 빈 자리 채우기

설명

<알고리즘 설명 추가할 것>

파라미터

Table [table]

<파라미터 설명 추가할 것>

Order [tablefield: any]

<파라미터 설명 추가할 것>

Interpolation [selection]

<파라미터 설명 추가할 것>

옵션:

  • 0 – [0] 최근접 이웃

  • 1 – [1] 선형

  • 2 – [2] 스플라인

기본값: 0

산출물

Table without Gaps [table]

<산출물 설명 추가할 것>

콘솔 사용법

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

참고

주성분 분석

설명

<알고리즘 설명 추가할 것>

파라미터

Table [table]

<파라미터 설명 추가할 것>

Method [selection]

<파라미터 설명 추가할 것>

옵션:

  • 0 – [0] 상관 행렬

  • 1 – [1] 분산-공분산 행렬

  • 2 – [2] 제곱합 및 교차곱(SSCP) 행렬

기본값: 0

Number of Components [number]

<파라미터 설명 추가할 것>

기본값: 3

산출물

Principle Components [table]

<산출물 설명 추가할 것>

콘솔 사용법

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

참고

이동 평균

설명

<알고리즘 설명 추가할 것>

파라미터

Input [table]

<파라미터 설명 추가할 것>

Attribute [tablefield: any]

<파라미터 설명 추가할 것>

Number of Records [number]

<파라미터 설명 추가할 것>

기본값: 10

산출물

Output [table]

<산출물 설명 추가할 것>

콘솔 사용법

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

참고