This sounds interesting, but I'm afraid I'm lacking a lot of context. Is the goal to compute a statistically representative individual graph, based on the 30 graphs in your data? Do the 30 graphs all have the same nodes and edges, with different edge weights?
graph regression - is that possible?
1 次查看(过去 30 天)
显示 更早的评论
DATA
- 30 individuals;
- Each individual has an associated graph;
- Individuals graphs represent the connections between brain regions: nodes are brain regions, while edges are the strength of the connection;
- Each individual has an associated scale (accuracy during a task). So they can be ordered from the worst to the best in that scale.
AIM
I want to build a model starting from individual graphs. The model should generate the graph expected, given an accuracy score. So, it sounds like a "graph regression".
I am aware that this is not simple, so not only straight answers but also suggestions on how to approach the problem are appreciated.
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Histograms 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!