Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Pythonとigraphには、高度なノードがたくさんあります。ノードのエッジを重みの順に考慮する必要があります。同じノードにアクセスするたびにエッジをソートするのが遅いです。おそらくいくつかの前処理によって、ノードからのエッジを常に重みでソートされた順序で与えるように igraph を説得する方法はありますか?
私の知る限り、Python から C バックエンドにアクセスすることはできません。並べ替えられたエッジを頂点の属性に格納するのはどうg.vs["sortedOutEdges"]ですか?
g.vs["sortedOutEdges"]