-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dynamic edge attribute (weight),using csv file #1653
Comments
Hi, before importing make sure that your project uses timestamp time representation in the configuration dialog in data laboratory. |
Yes, it uses timestamp |
I see, that's strange as the second notation is for intervals and the first one for timestamps. In the second step of the wizard what's the reported type of the weight column? |
When I put the row title "Weight", it self fixed the type as Double, and the values change. |
Oh, I think you might need to convert the weight column first to a dynamic type. So all the steps are:
In the future this might be easier when issue #1282 is finished |
Ok, thank you for support. |
The value is only used when converting existing rows, so no effect on an empty graph. The Average weighted degree does not support dynamic weights at the moment (it actually causes an exception). Maybe one of the statistics labeled as dynamic is useful. |
Ok, Thank you! |
Closing as fixed with #1282 which now should directly support dynamic weights. |
Hello,
I'm having problems to add a dynamic edge attribute, using a cvs file.
When I put the dynamic weight the gephi doesn't recognize it (e.g. <[2010.0, 5]; [2011.0, 1]; [2012.0, 8]> ..etc...)
With timestamp row, it only recognizes when I use like this: <[2010.0, 2011.0, 2012.0]>
Some one could help me to put a dynamic weight using a csv file?
The text was updated successfully, but these errors were encountered: