lvhimabindu / interpretable_decision_sets

19 stars 6 forks source link

The ‘soln_set’ is an empty set in most cases #1

Open weihuiHong opened 5 years ago

weihuiHong commented 5 years ago

In the 'IDS_smooth_local' algorithm, the ‘soln_set’ in the 'smooth_local_search' method is an empty set in most cases by use the data set you provide. Since the 'soln_set' is an empty set, the set of elements, which is calculated by the 'sample_random_set' method, can be understood as random acquisition from the original set with the probability of p.

Is the result obtained by the ‘Smooth Local Search’ algorithm correct? Hope you can solve my confusion.