[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: vectorization
From: |
Nidjara |
Subject: |
Re: vectorization |
Date: |
Mon, 12 Jan 2015 11:33:06 -0800 (PST) |
csv1K.csv <http://octave.1599824.n4.nabble.com/file/n4668085/csv1K.csv>
csv100K.csv <http://octave.1599824.n4.nabble.com/file/n4668085/csv100K.csv>
dot1K_.dot <http://octave.1599824.n4.nabble.com/file/n4668085/dot1K_.dot>
dot100K_.dot
<http://octave.1599824.n4.nabble.com/file/n4668085/dot100K_.dot>
Here are sample files with 1K and 100K nodes in .dot and .csv format. In csv
file the first and the second columns are label of the nodes (taking values
from 0 to number_of_nodes-1), and the third column contains weights of the
corresponding directed edge. If I denote first, second and third column with
L1, L2, L3 respectivelly, the goal is, as mentioned above, to have sparse
matrix G filled in a way that G(L1(i)+1, L2(i)+1)=L3(i) for all i.
--
View this message in context:
http://octave.1599824.n4.nabble.com/vectorization-tp4668064p4668085.html
Sent from the Octave - General mailing list archive at Nabble.com.