displayNodeStats()
Visualize node statistics (number of updates / nb of state-transitions).
Syntax
nbChangesPerNode = displayNodeStats(node,tsm)
Description
displayNodeStats(node, tsm)
shows number of updates per node (extracted from node) and number of transitions per node (extracted from
tsm).
Input:
tsm - n x k+1 matrix containing node-states for n nodes
at k timesteps
node - 1 x n structure-array containing node information
Output:
nbChangesPerNode - Number of changes of each node (column
vector)
Example
Using
the Toolbox - Getting Started
See also
resetNodeStats(),
countTransitionsPerNode(),
|