From 2ed6f3b4184767c0f5a3c92669cc80cb71421723 Mon Sep 17 00:00:00 2001 From: Andrew Shao Date: Tue, 7 May 2024 15:45:17 -0500 Subject: [PATCH] Add a number of bins option --- uips/options.py | 1 + 1 file changed, 1 insertion(+) diff --git a/uips/options.py b/uips/options.py index b533d55..ab11e1f 100644 --- a/uips/options.py +++ b/uips/options.py @@ -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