Skip to content

Commit

Permalink
FIBERS with multi-thresholding
Browse files Browse the repository at this point in the history
  • Loading branch information
pvarsh6 committed Sep 16, 2024
1 parent f8a8789 commit 1e5df0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/skfibers/methods/bin.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def initialize_random(self,feature_names,min_bin_size,max_bin_init_size,group_th


def initialize_manual(self,feature_names,loaded_bin,loaded_thresh_list,low_thresh,high_thresh,min_thresh,max_thresh,birth_iteration):
num_thresh = len(loaded_thresh_list)
if birth_iteration == None:
self.birth_iteration = 0
else:
Expand Down

0 comments on commit 1e5df0e

Please sign in to comment.