Skip to content

Commit

Permalink
small debug
Browse files Browse the repository at this point in the history
  • Loading branch information
samirchowdhury committed Dec 18, 2021
1 parent c8a98f0 commit 82f8273
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/neumapper/get_cluster_bins.m
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
% Perform clustering
[Z, cutoff] = find_cluster_cutoff(coverBin_dX, 10, 'single');
cluster_indices_within_coverBin = cluster(Z, 'cutoff',cutoff, 'criterion','distance');
num_clusterBins_in_coverBin = max(cluster_indices_within_coverBin);
end
num_clusterBins_in_coverBin = max(cluster_indices_within_coverBin);

% Create cluster bins, using a separate pointer for cluster bin indices
for j = 1:num_clusterBins_in_coverBin
Expand Down

0 comments on commit 82f8273

Please sign in to comment.