Commit 128d517e authored by Alexandre Delanoë's avatar Alexandre Delanoë

[CLEAN] Node Graph update: some options are useless for users for now

parent dcb076ed
...@@ -104,6 +104,7 @@ updateGraphCpt = here.component "updateGraph" cpt where ...@@ -104,6 +104,7 @@ updateGraphCpt = here.component "updateGraph" cpt where
, print: show } [] , print: show } []
{-
, H.text "Bridgness Method : Basic is ok, Advanced in Development" , H.text "Bridgness Method : Basic is ok, Advanced in Development"
, formChoiceSafe { items: [BridgenessMethod_Basic, BridgenessMethod_Advanced] , formChoiceSafe { items: [BridgenessMethod_Basic, BridgenessMethod_Advanced]
...@@ -111,7 +112,6 @@ updateGraphCpt = here.component "updateGraph" cpt where ...@@ -111,7 +112,6 @@ updateGraphCpt = here.component "updateGraph" cpt where
, callback: \val -> T.write_ val methodGraphBridgeness , callback: \val -> T.write_ val methodGraphBridgeness
, print: show } [] , print: show } []
{-
, H.text "NodeType 1 ?" , H.text "NodeType 1 ?"
, formChoiceSafe { items: [GT.CTabTerms, GT.CTabSources, GT.CTabAuthors, GT.CTabInstitutes] , formChoiceSafe { items: [GT.CTabTerms, GT.CTabSources, GT.CTabAuthors, GT.CTabInstitutes]
...@@ -124,7 +124,6 @@ updateGraphCpt = here.component "updateGraph" cpt where ...@@ -124,7 +124,6 @@ updateGraphCpt = here.component "updateGraph" cpt where
, default: methodGraphNodeType2' , default: methodGraphNodeType2'
, callback: \val -> T.write_ val methodGraphNodeType2 , callback: \val -> T.write_ val methodGraphNodeType2
, print: show } [] , print: show } []
-}
, H.text "Show Strong (expected) links or weak (maybe unexpected) links?" , H.text "Show Strong (expected) links or weak (maybe unexpected) links?"
, formChoiceSafe { items: [Strong, Weak] , formChoiceSafe { items: [Strong, Weak]
...@@ -132,7 +131,6 @@ updateGraphCpt = here.component "updateGraph" cpt where ...@@ -132,7 +131,6 @@ updateGraphCpt = here.component "updateGraph" cpt where
, callback: \val -> T.write_ val methodGraphEdgesStrength , callback: \val -> T.write_ val methodGraphEdgesStrength
, print: show } [] , print: show } []
{-
, formChoiceSafe { items: [Spinglass, Infomap, Confluence] , formChoiceSafe { items: [Spinglass, Infomap, Confluence]
, default: methodGraphClustering' , default: methodGraphClustering'
, callback: \val -> T.write_ val methodGraphClustering , callback: \val -> T.write_ val methodGraphClustering
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment