Releases: shchurch/countland
Releases · shchurch/countland
countland 0.1.2
ScikitManifoldSpectralEmbedding()
, the spectral embedding utility function, now works with behavior ofigraph
v. 2.0.0, by removing self-loops in the adjacency matrix (settingdiag = F
). In addition the function was changed from the deprecatedigraph::graph.adjacency()
toigraph::graph_from_adjacency_matrix()
(#18).