Skip to content

Commit b4b94cb

Browse files
authored
Update README.md
1 parent b45e9b3 commit b4b94cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If D is the matrix with the distances. Then
99

1010
G2, W2 = TreeRep.metric_to_structure_no_recursion(D,undef,undef)
1111

12-
will return the tree structure G2 and the Weights W2. Now if D is n by n, then W2 will be 2n by 2n (unless changed as described above). Running
12+
will return the tree structure G2 and the Weights W2. Now if D is n by n, then W2 will be 2n by 2n (unless changed as described below). Running
1313

1414
B = W2[1:nv(G2),1:nv(G2)];
1515
B = sparse(B);

0 commit comments

Comments
 (0)