Skip to content

Commit

Permalink
Update sc_diffumap.m
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesjcai committed Feb 24, 2025
1 parent a0d6876 commit 2a04243
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sc_diffumap.m
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
function [Y] = sc_diffumap(X)

%X = sc_transform(X);
X = X.';
% n-p
[Y] = standardDiffusionMap(X);
% n-p
[Y] = standardDiffusionMap(X, 0.01, 1000, 10);
end

% Implementation of both Standard and Fokker-Planck Diffusion Maps
Expand Down

0 comments on commit 2a04243

Please sign in to comment.