Description Usage Arguments Value
For each vertex, there are several sets of vectors representing data and calculations made on the data. These are stored as vertex attributes in the form of numeric objects wrapped in a list so the length is one. The vector attributes are;
input.signalThe vector of linear combination of values from the parent nodes
output.signalThe output of the activation function applied to input.signal
f.prime.inputThe derivative of the activation function applied to the input.signal
observedObserved values in the data. Not present for hidden and input nodes.
All of these are initialized with NA values
1 | initializeVectorAttributesForVertex(g, v.index)
|
g |
graph model |
v.index |
vertex index |
and igraph object where the above attributes are initialized to the value list(rep(NA, g$n))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.