F
F
ff0xff2018-10-11 02:40:32
Mathematics
ff0xff, 2018-10-11 02:40:32

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

1 answer(s)
D
d0lph1n, 2018-10-14
@ff0xff

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 question

Ask a Question

731 491 924 answers to any question