It is well known that graphs are closely related to matrices, so it should be possible to do some matrix calculations with a graph database.
Like this
Hopefully the Tigergraph team can provide some examples of matrix computation.
Because I wanted to do some matrix calculations using Tigergraph, which required matrix factorization, I had a lot of trouble doing that using Tigergraph. Tigergraph provides the ArrayAccum data type, but if I use it, it’s no different from any other programming language, so I’m looking for help, looking for some material or a tutorial on how to describe matrix operations using graph structures.
Then say my concrete problems, in fact is the lack of a adhere to the edge of the accumulator, because of the matrix of the off-diagonalelements of use is also very frequent, but if I directly to the required value stored in the edge, it in the calculation process of some changes, such as in the middle of the calculation results need to be in after completion of the query to query, does not take effect immediately, So it’s not appropriate.
So I don’t know what to do, who can help me, thank you very much!