Skip to content

Commit 54c17ca

Browse files
committed
delete distDAG JLD files to save space
1 parent 862e6be commit 54c17ca

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed
-39.5 MB
Binary file not shown.
-39.5 MB
Binary file not shown.

test/dissertations/htli/scripts/setups/toronto.jl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ Lsym = diagm(deg.^(-1/2)) * (diagm(deg) - W) * diagm(deg.^(-1/2))
2121
standardize_eigenvectors!(𝚽sym)
2222

2323
## Build Dual Graph by DAG metric
24-
# distDAG = eigDAG_Distance(𝚽, Q, N; edge_weight = edge_weight) #52.375477 seconds
25-
distDAG = load("../datasets/Toronto_distDAG.jld", "distDAG")
24+
distDAG = eigDAG_Distance(𝚽, Q, N; edge_weight = edge_weight) #52.375477 seconds
2625
Gstar_Sig = dualgraph(distDAG)
2726
G_Sig = GraphSig(A, xy = X); G_Sig = Adj2InvEuc(G_Sig)
2827
GP_dual = partition_tree_fiedler(Gstar_Sig; swapRegion = false)
@@ -39,8 +38,7 @@ end
3938

4039

4140
## Build Dual Graph by DAG metric (Lsym)
42-
# distDAG_Lsym = eigDAG_Distance(𝚽sym, Q, N; edge_weight = edge_weight)
43-
distDAG_Lsym = load("../datasets/Toronto_distDAG_Lsym.jld", "distDAG_Lsym")
41+
distDAG_Lsym = eigDAG_Distance(𝚽sym, Q, N; edge_weight = edge_weight)
4442
Gstar_Sig_Lsym = dualgraph(distDAG_Lsym)
4543
GP_dual_Lsym = partition_tree_fiedler(Gstar_Sig_Lsym; swapRegion = false)
4644
GP_primal_Lsym = pairclustering(𝚽sym, GP_dual_Lsym)

0 commit comments

Comments
 (0)