Skip to content

Commit

Permalink
assign all ASVs to an IDEC cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
KasperSkytte committed Oct 2, 2023
1 parent 42d13bf commit 17647c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"max_epochs_lstm": 200,
"window_size": 10,
"predict_timestamp": 10,
"num_clusters_idec": 10,
"num_clusters_idec": 40,
"tolerance_idec": 0.001,
"transform": "divmean",
"cluster_idec": false,
"cluster_func": false,
"cluster_idec": true,
"cluster_func": true,
"cluster_abund": true,
"cluster_graph": true,
"smoothing_factor": 4,
Expand Down

0 comments on commit 17647c9

Please sign in to comment.