|updatedisclaimer| Table calculus ============== Fill gaps in records -------------------- Description ........... Parameters .......... ``Table`` [table] ``Order`` [tablefield: any] ``Interpolation`` [selection] Options: * 0 --- [0] Nearest Neighbour * 1 --- [1] Linear * 2 --- [2] Spline Default: *0* Outputs ....... ``Table without Gaps`` [table] Console usage ............. :: processing.runalg('saga:fillgapsinrecords', table, order, method, nogaps) See also ........ Principle components analysis ----------------------------- Description ........... Parameters .......... ``Table`` [table] ``Method`` [selection] 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] Default: *3* Outputs ....... ``Principle Components`` [table] Console usage ............. :: processing.runalg('saga:principlecomponentsanalysis', table, method, nfirst, pca) See also ........ Running average --------------- Description ........... Parameters .......... ``Input`` [table] ``Attribute`` [tablefield: any] ``Number of Records`` [number] Default: *10* Outputs ....... ``Output`` [table] Console usage ............. :: processing.runalg('saga:runningaverage', input, field, count, output) See also ........