Description Usage Arguments Value
Constructs a listenv of nodes according to the specified model in connection_matrix
1 2 3 4 5 6 7 8 9 10 | make_nodes(
blocked_data,
connection_matrix,
block_names,
estimators,
initializers,
local_preprocessors,
global_preprocessors,
node_class_types
)
|
blocked_data |
A list of matrices containing the data that corresponds
to each node/block. The ordering of the outer list should be the same as
that of the |
connection_matrix |
A lower triangular matrix where the non zero elements what connections exist. The rows indicate the node where the edge is going to, and the columns indicates the node where the edge is coming from. |
block_names |
An ordered list containing the names that should be
assigned to each block. The ordering of the list should be the same as that
of the |
estimators |
A list of functions indicating which estimator should be
used for which node. The ordering of the list should be the same as that of
the |
initializers |
A list of functions indicating which initializer should
be used for which node. The ordering of the list should be the same as that
of the |
local_preprocessors |
A list of preprocessing functions when
unique_node_preprocessing is |
global_preprocessors |
A list of preprocessing functions when
unique_node_preprocessing is |
node_class_types |
A list of node class types. The ordering of the outer
list should be the same as that of the |
A listenv of uninitialized and connected nodes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.