createGraphFromMatlabData

public static GraphModel<T> createGraphFromMatlabData<T>(int nodes, Array<Array<int>> edges, Array<T> weights)