Open local-minimum opened 3 years ago
In histogram.py the following code
histogram.py
""" mu0_opt = mu0 mu1_opt = mu1 w0_opt = w0 w1_opt = w1 S2B_opt = critValue / (sumT ** 2) """ return threshold # , mu0_opt, mu1_opt, w0_opt,w1_opt, S2B_opt
exists.
📋 Background
In
histogram.py
the following codeexists.
❓ Questions