You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be useful to create tree nodes in the mindmaps that can associate with a numeric value. These values could run through computations that would help describe the data associated with the mindmap. Here's a use case:
Create multiple tree nodes with different weights ( 1, 3, 4, 6 )
Assign computation operators to each branch of the tree nodes which would show results in root node ( given all branches set to +, the root = 14) All branches are computed from top to bottom, to re-arrange the computation, simply re-order the branches from top to bottom
You can reference the values in other tree branches by using a symbol before the input for example @A1 would reference the root node of the first tree branch @A2, @A3 would reference the inner nodes, etc.
I think it would be useful to create tree nodes in the mindmaps that can associate with a numeric value. These values could run through computations that would help describe the data associated with the mindmap. Here's a use case:
@A1
would reference the root node of the first tree branch@A2, @A3
would reference the inner nodes, etc.What do you think @drichard ?
The text was updated successfully, but these errors were encountered: