Package: deprecated¶
Deprecated nodes.
These are nodes that have since been deprecated, including nodes that have been renamed or replaced by another node.
Nodes in this package:
-
Nonzero Indices (Array)
Get the indices or optionally n-dimensional index coordinates of the non-zero entries in an array. -
Break List
Destructure a list into multiple items. -
Function Call (Old)
Call/apply a function with some arguments. -
Control Update
This node is no longer necessary. -
Create Diagonal (Matrix)
Create a diagonal matrix from a vector, or stack of vectors. -
Create Geometric Progression (Array)
Create an array that contains a sequence of numbers that follow a geometric progression, i.e -
Create Identity (Matrix)
Create a two-dimensional array that is an identity matrix, optionally with a shifted diagonal. -
Create Integer Range (Array)
This node is deprecated; use Integer Progression instead. -
Create Linear Progression (Array)
Create a raw array that contains an arithmetic progression of numbers with real-valued step size and starts/ends. -
Create One-Filled (Array)
Create a raw numeric array filled with ones, optionally matching a template array in shape and optionally data type. -
Create Range
This node is deprecated. -
Create Selection Interval (Slice) (Old)
This node is deprecated use Create Selection Interval instead. -
Create Zero-Filled (Array)
Create a raw numeric array filled with zeros, optionally matching a template array in shape and optionally data type. -
Perform Date Operation
Perform one out of a range of supported date-related operations. -
Elementwise Expression
Apply a math expression to each element in the data. -
find Regions of Interest
Return the indices of the selected ROIs in the given Deskin-Killiany atlas. -
Function Declaration
This node is deprecated; please use the new FunctionDef (Function Definition) node, which works the same way. -
Learning Method
This node can be used to instantiate a sub-graph that implements a learning method inside another graph. -
Sanity Check (Deprecated)
Deprecated: use the Gate Check node instead, which now covers all of these criteria (and more).