In Python code, typenames are represented as UPPERCASE strings (eg. "PROJECT").
### Each Node as a typename and a parent
### Each Node as a typename and a parent
...
@@ -63,6 +65,13 @@ This node is the parent of the other nodes for parameters.
...
@@ -63,6 +65,13 @@ This node is the parent of the other nodes for parameters.
└── Node[anotherMetric](global)
└── Node[anotherMetric](global)
[//]:#(Are there any plans to add user wide or project wide parameters or metrics? For example TFIDF nodes related to a normal user -- ie. not Gargantua?)
[//]:#(What is the purpose of the 3 child nodes of Node[TFIDF-Global]? Are they TFIDF metrics related to databases 1, 2 and 3? If so, shouldn't they be children of related CORPUS nodes?)