Skip to content

Commit

Permalink
reset eps value
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanvidem committed Jan 10, 2025
1 parent 71cdc18 commit 1928524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/muon/cluster_analyze_embed_muon.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ mu.tl.umap(
<expand macro="param_key_added_common"/>
<param argument="n_iterations" type="integer" value="20" label="Number of iterations for the diffusion process"/>
<param argument="sigma" type="float" value="0.5" label="Variance for the local model when calculating affinity matrices"/>
<expand macro="param_eps" eps_value="0.0002"/>
<expand macro="param_eps" eps_value="2.220446049250313e-16"/>
</when>
<when value="tl.umap">
<param argument="min_dist" type="float" min="0" value="0.5" label="The effective minimum distance between embedded points"
Expand Down

0 comments on commit 1928524

Please sign in to comment.