You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
maximal_ivs() - will soon be renamed to max_ivs() (in 1.6.0)
weighted cliques: just be aware that only integer weights are supported at the moment, and this is likely to stay this way for a long time
"find a way to wrap algorithms where nodes can be part of several groups" 👍
random_walk()/random_edge_walk() In the C library these two were unified. Not sure what will happen in R. But one result of the unification was that the number of steps is specified differently. Right now, in 1.5.x, steps specifies the number of vertices to return, not the number of steps to take. From 1.6.0, this will truly be the number of steps. So random_walk(g, v, n) will take n steps, and will therefore return n+1 vertices, including the starting point. random_edge_walk() already does the right thing.
These features goes up to igraph 1.5.1
largest_component()
ivs()
,largest_ivs()
,maximal_ivs()
,ivs_size()
ivs()
,cliques()
)reverse_edges()
eulerian_path()
,eulerian_cycle()
+has_
variantssample_spanning_tree()
random_walk()
/random_edge_walk()
harmonic_centrality()
greedy_vertex_coloring()
feedback_arc_set()
cluster_leiden()
andcluster_fluid_communities()
The text was updated successfully, but these errors were encountered: