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 fe9003c commit 1552771
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 4/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 = 30; eps = 0;
load flame
k = 50; eps = 0;
[Distance,matV,matID] = SortDistance(X,X);
kNN = SparseGraph(Distance,matID,k);
[D,T,r] = DivideData(kNN,matV,k,eps);
Expand Down

0 comments on commit 1552771

Please sign in to comment.