Search found 3 matches
- Sun Jun 17, 2018 9:01 am
- Forum: APL Chat
- Topic: Markov Cluster algorithm
- Replies: 7
- Views: 13077
Re: Markov Cluster algorithm
Looks really cool. How did you generate the graphics? Would you be interested in automatically generating those from within APL? For the image I've used python with networkx. It would be nice to use APL, i've never tried to generate graphics. I'm currently using Dyalog 16 for linux, would you be ...
- Sun Jun 17, 2018 8:51 am
- Forum: APL Chat
- Topic: Markov Cluster algorithm
- Replies: 7
- Views: 13077
Re: Markov Cluster algorithm
Interesting rewriting. Now is more clear to me how to use the ⍨ operator , thanks. Since NormColumn is idempotent and is the first function to be applied in Markov, it is not necessary to apply it before launching the iteration. Whence NormColumn is used just once and can be inserted in-line. ...
- Sun Jun 10, 2018 12:15 pm
- Forum: APL Chat
- Topic: Markov Cluster algorithm
- Replies: 7
- Views: 13077
Markov Cluster algorithm
An attempt to implement the MCL (Markov Cluster) algorithm in APL.
I'm still a beginner in APL, any advice is welcome.
https://github.com/koteth/MCL_APL
I'm still a beginner in APL, any advice is welcome.
https://github.com/koteth/MCL_APL