LAE | Data360 Analyze | Description |
---|---|---|
acquisition nodes | Input Connectors | Nodes that are used to import data from files or other systems. |
BRAINscript |
Data360 Analyze Script |
Proprietary scripting language used to configure nodes. Note that many of the Data360 Analyze Script (BRAINscript) nodes have been deprecated and have been replaced by nodes that utilize the widely used Python language. |
Filter node | Transform node |
A node used to transform data. The Data360 Analyze Transform node has the same functionality as the LAE Filter node, but the underlying code is Python rather than BRAINscript. There is also a new "Filter" node in Data360 Analyze that allows you to easily filter data records without using any scripting. |
Graph | Data flow | A collection of nodes that are linked together sequentially to perform analysis on the underlying data. |
Parameters | Properties | Properties allow the parameterization of variables within a data flow, node or run. |
Publishing nodes | Output Connectors | Nodes that are used to export or publish data to files or other systems. |