dlcole3 / DataGraphs.jl

MIT License
0 stars 0 forks source link

Added function and examples for building a graph from a tensor #9

Closed dlcole3 closed 2 years ago

dlcole3 commented 2 years ago

Added a function to build a graph from a tensor. Also added an example file that builds and plots a graph from a tensor. It also takes the euler characteristic of the graph. I also removed create_adj_mat function and replaced with adjacency_matrix which calls Graphs.LinAlg.adjacency_matrix.