Skip to content

Commit

Permalink
updated default value for parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Givanna Putri committed May 5, 2020
1 parent 4a2a75c commit 03f20b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chronoclust/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@


def run(data, output_directory, gating_centroid_file=None, normalise_data=True, restore_program=False,
param_beta=0.5, param_delta=0.05, param_epsilon=0.03, param_lambda=0.5, param_k=15,
param_beta=0.2, param_delta=0.05, param_epsilon=0.03, param_lambda=2, param_k=15,
param_mu=0.005, param_pi=0, param_omicron=0.00001, param_upsilon=2):
"""
Run Chronoclust.
Expand Down

0 comments on commit 03f20b9

Please sign in to comment.