Skip to content

Commit

Permalink
Tested cluster estimation
Browse files Browse the repository at this point in the history
  • Loading branch information
mgupta27 committed Oct 28, 2024
1 parent 77ea2d7 commit d9c468f
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/cluster_estimation/cluster_estimation.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class ClusterEstimation:
__MAX_MODEL_ITERATIONS = 1000

# Real-world scenario Hyperparameters
__MAX_NUM_COMPONENTS = 10 # assumed maximum number of real landing pads
__MAX_NUM_COMPONENTS = 1 # assumed maximum number of real landing pads

# Hyperparameters to clean up model outputs
__WEIGHT_DROP_THRESHOLD = 0.1
Expand Down
Loading

0 comments on commit d9c468f

Please sign in to comment.