Skip to content

Commit

Permalink
Add a number of bins option
Browse files Browse the repository at this point in the history
  • Loading branch information
ashao committed May 7, 2024
1 parent 613e5f4 commit 2ed6f3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uips/options.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ class UIPSOptions:
computeDistanceCriterion: bool = True
prefixDownsampledData: str = "downSampledData"
use_gpu: bool = True
num_pdf_bins: int = 20
data_freq_adjustment: int = 1
# Subset of data used to adjust the sampling probability to the desired number of samples
# If nWorkingDataAdjustment < 0, all data with the prescribed frequency is used
Expand Down

0 comments on commit 2ed6f3b

Please sign in to comment.