Dataguess
v0.3.2
v0.3.2
  • Welcome
  • Getting Started
    • Installation
      • Windows Installation
      • Linux Installation
    • Activation
  • REFERENCES
    • Workstation
    • Workgroup
    • Dataflow
    • Components
      • Core Concepts
        • Scheduler
        • System Ports
        • Synchronizing Ports
        • Import / Export Ports
        • Forwarding Inputs
      • Inputs
        • MQTT
        • Modbus TCP
        • Siemens S7
        • OPC UA
        • TwinCAT
        • EtherNet/IP
        • Camera
      • Outputs
        • MQTT
        • Modbus TCP
        • Siemens S7
        • CSV
        • JSON
        • InfluxDB
        • OPC UA
        • TwinCAT
        • FTP Client
        • Image Stream
        • Data Watch
      • Function
        • Math & Logic
        • Array Functions
        • Image Functions
        • Type Conversion
        • To JSON
        • From JSON
        • Array
        • Variables
      • Script
        • Python Script Editor
      • AI
        • ONNX
        • Scikit Learn
      • API
        • HTTP
      • Server
        • HTTP Server
  • Use Cases
  • FAQ
Powered by GitBook
On this page
  • Node Definitions
  • Input Ports
  • Output Ports
  • System Ports
  • Appendix

Was this helpful?

  1. REFERENCES
  2. Components
  3. Function

Array Functions

Array Functions lets you perform functional operations on your array inputs

PreviousMath & LogicNextImage Functions

Last updated 3 years ago

Was this helpful?

Node Definitions

Array Functions component needs to have the category and array function defined before defining input and output ports to it. Each Array Function has it's own input and output port limitations.

After defining your Category and Array Function for this Array Functions component, you can see input and output limitation in your Input Ports and Output Ports tabs respectively.

Input Ports

You can define your input ports in Input Ports tab, adhering to the input limitation. For each port you need to choose parameter name. Parameters are the arguments for selected function.

Output Ports

You can define your output ports in Output Ports tab, adhering to the output limitation. For each port you need to choose parameter name. Parameters are the outputs for selected function.

System Ports

Appendix

Categories

Functions

Array creation

Array manipulation

Math

Discrete Fourier Transform

Linear algebra

Sorting, searching and counting

Statistics

absolute

add

amax

amin

append

arccos

arccosh

arcsin

arcsinh

arctan

arctan2

arctanh

arraysplit

asanyarray

asarray

asfarray

asmatrix

average

ceil

column_stack

concatenate

cond

corrcoef

correlate

cos

cosh

count_nonzero

cov

cumprod

cumsum

degrees

delete

det

divide

dot

dsplit

dstack

eig

eigh

eigvals

eigvalsh

exp

eye

fabs

fft

fft2

fftn

fix

flip

fliplr

lipud

floor

ull

hfft

histogram

histogram2d

istogramdd

hsplit

hstack

hypot

identity

ifft

ifft2

ifftn

ihfft

inner

insert

inv

irfft

irfft2

irfftn

log

log10

log2

matmul

matrix_rank

maximum

mean

median

minimum

mod

multi_dot

multiply

nancumprod

nancumsum

nanmax

nanmean

nanmedian

nanmin

nanprod

nanstd

nansum

nanvar

negative

nonzero

norm

ones

outer

positive

power

prod

radians

remainder

repeat

reshape

rfft

rfft2

rfftn

rint

rot90

round

row_stack

sign

sin

sinh

sort

split

sqrt

square

stack

std

subtract

sum

tan

tanh

tensordot

tensorinv

tile

trunc

var

vdot

vsplit

vstack

zeros

For more information read

here