snotskie / EpistemicNetworkAnalysis.jl

Native implementation of Epistemic Network Analysis written in the Julia programming language. Based on rENA 0.2.0.1.
https://snotskie.github.io/EpistemicNetworkAnalysis.jl/
GNU General Public License v3.0
6 stars 2 forks source link

Missing threaded accumulation #52

Open snotskie opened 11 months ago

snotskie commented 11 months ago

A threaded model is like any other model, except it has a child and parent line id pair of columns, for identifying which entry each line is in response to, such as in social media and discussion boards

Currently, only simple, contiguously sliding window accumulations are supported

Changing one's accumulation method (to my knowledge) does not impact tests, description (beyond config), or plots

My concern implementing this is developing a time and memory efficient method