Answer the question
In order to leave comments, you need to log in
How to convert time series to multigraph?
Recently I read an article on Habré
https://habr.com/sandbox/20265/
The
question arose of how to present a time series as a multigraph
. The author, of course, did not bother to give practical examples.
Who can explain how to do this on the fingers?
How to represent a time series as a multigraph?
Answer the question
In order to leave comments, you need to log in
It seems to mean the following.
Suppose we have a time series where the values are [10 20 30 40 50] on the time scale.
Those. form a fully connected graph in which one can get from vertex 10 to 20, 30, 40, 50 - to each vertex in one passage along an arc, each pair of vertices is connected by an arc. Similarly for vertices 20, 30, 40 and 50.
Plus, each arc will be assigned some weight value.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question