Displaying 2 results from an estimated 2 matches for "graphid".
Did you mean:
graphic
2011 May 05
1
Looping over graphs in igraph
...2
1 | Chris | Jane | 3
2 | Alice | Tom | 2
2 | Alice | Kate | 1
2 | Kate | Tom | 3
2 | Tom | Mike | 2
so on and so forth for about 2000 graph IDs, each with about 20-40
vertices. I've tried using the "split" command but it doesn't recognize my
graph id: ("object 'graphid' not found)--this may just be because I don't
know how to classify a column of a csv as an object.
Ultimately, I want to run community detection on each graph separately--to
look only at the edges when the graph identifier is 1, make calculations on
that graph, then do it again for 2 and...
2006 May 14
1
send_file, RRDtool, require or session problem
Hi all,
I am new to RoR and ruby, but am a very experience PHP developer. Let
me give an overview of the problem.
I have a model Latency, which contains username, graph_name so the
logged in user can see his/her latency graphs.
In my ViewController I have a fuction view_latency which pulls the
correct latency object and runs latency.overview. latency.overview
creates a .png file in /tmp, and