Statistics:Posted by admin — 15 Aug 2011 08:42
May I use this? https://fundry.com/project/152-gephi-uc ... ter-plugin Features requests for exporter are unlikely and previous time I had to write to fundry support because they reject such small completed projects with homepage on free hostingCreate a corresponding project on http://fundry.com/ so that you can get the reward.
Statistics:Posted by megaterik — 15 Aug 2011 02:00
Statistics:Posted by admin — 14 Aug 2011 10:01
Statistics:Posted by megaterik — 13 Aug 2011 09:40
Width, height, depth. This is standart tags, gephi importer uses only w, should I remove others? I thought that object with y-coordinate has height.admin wrote:- w,h,d : what is it?
admin wrote:Modularity Class has disappeared
I turned this off, so Modularity Class now exportable.gml techical report wrote:Consistency
Consider the following situation: a file includes information of some graph theoretical property, say the existence of a
Hamiltonian circle. It is easy to see that this information may become invalid if an edge is removed, but not if an edge is added.
However, a program that does not know about Hamilton cycles will not be able to check and guarantee this property.
Another example is if a node is moved, then the coordinates of its adjacent edges must be updated. However, some programs
always treat edges as straight lines from center to center and do not take care about this. Other programs might draw the edges
in a more complex way, for example adjust the arrows at the end of the edge to the node's shape. Even more, an attribute
IsDrawnPlanar might become invalid when node or edge coordinates have changed.
As these examples show, both changes in the structure and in the values of attributes can make other attributes invalid. We
therefore need a way to specify which attributes are safe with changes and which not. This is done my the following rule:
Any keyword which starts with a capital letter should be considered invalid as soon as any changes have occurred.
We call such a key unsafe.
This means that it is still possible to add the above information with keys like "HasHamiltonianCircle" or "IsDrawnPlanar", but in
practice, this information will not be written to a file unless the application knows how to deal with that particular attribute.
Statistics:Posted by megaterik — 12 Aug 2011 02:57
Statistics:Posted by admin — 11 Aug 2011 20:08
Statistics:Posted by megaterik — 10 Aug 2011 15:56
Statistics:Posted by admin — 10 Aug 2011 10:42
Statistics:Posted by seinecle — 10 Aug 2011 10:25
Statistics:Posted by megaterik — 10 Aug 2011 04:36