Skip to content

Commit

Permalink
Update main.m
Browse files Browse the repository at this point in the history
  • Loading branch information
liruijia2017 authored Dec 26, 2022
1 parent 30c02b0 commit ba66382
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 2/main.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
tic; clear; close all; clc; addpath(genpath(pwd));
load aggregation
k = 10; tau = 0.6; c = 7;
load flame
k = 10; tau = 0.6; c = 2;
D = EuclideanD(X,X);
[~,D_ID] = sort(D,2);
[~,~,W] = SparseGraph(D,D_ID,k);
Expand Down

0 comments on commit ba66382

Please sign in to comment.