SELECT * FROM eigenvectorCentrality ( ON sophomores AS vertices PARTITION BY id ON common_classes AS edges PARTITION BY startid TargetKey ('endid') Accumulate ('id','name') Family ('katz') EdgeWeight ('electives') ) ORDER BY centrality DESC;
SELECT * FROM eigenvectorCentrality ( ON sophomores AS vertices PARTITION BY id ON common_classes AS edges PARTITION BY startid TargetKey ('endid') Accumulate ('id','name') Family ('katz') EdgeWeight ('electives') ) ORDER BY centrality DESC;