Added `get_adj_matrix()` #91
Merged
meliurwen
merged 3 commits from 90-feature-method-to-get-the-adjacency-matrix
into dev
2 years ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch '90-feature-method-to-get-the-adjacency-matrix'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Description
See the issue related, what is done in the commits and in the changelog below.
Issues related
Merge into Dev Checklist
Changelog
get_adj_matrix()
function(Optional) Extra info
None
get_adj_matrix
can't be a method of NetworkProcess. It should be a specific method ofCtbnNetwork
ok
I suggest to return the reference of the matrix instead of cloning it:
self.adj_matrix.as_ref()
Reviewers
0eb427e5cf
.