NetLogo / NetLogo/NW-Extension
Add nw:matrix to get network as a matrix
Nobody has claimed this yet.
- Dominant language
- Scala
- Stars
- 66
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
Many common methods of analyzing networks rely on performing matrix operations on their adjacency matrix. Thus something to return that matrix would be useful. I think it should just return a list of rows, so that it could be easily used by the matrix extension.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the implementation of the network extension's primitives and the entry point for adding an nw:matrix operation. Check how existing primitives expose network data, then verify that the result is a list of adjacency-matrix rows usable by the matrix extension.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100