search for: dorm_valueof

Displaying 1 result from an estimated 1 matches for "dorm_valueof".

2011 Oct 04
0
Correlation based on the attributes of vertices
...hole graph (how correlated dorm and year attributes are?) Could you kindly tell how to go about it? I thought of populating a list just like the graph edge list, and then replacing each source and destination by its attribute value. For instance, instead of the edge (0->1), I will replace it by (dorm_valueOf(0) -> dorm_valueOf(1)) and then run the function /cor/ over it. It does not seem like a nice solution. On a side note, how does one get source and destination out of an edge list by the Edge Iterator? For example, I'd like to know the source and the target vertices' index of the first ed...