psolymos / opticut

Likelihood Based Optimal Partitioning
https://github.com/psolymos/opticut
2 stars 1 forks source link

Consider I definition for multicut #40

Closed psolymos closed 7 years ago

psolymos commented 7 years ago

Current I for multicut is f^-1(mu_max)-f^-1(mu_min) for K partitions.

Alternative is: f^-1(mu1)-f^-1(mu0) where mu1 and mu0 are weighted means of x$mu and x$n belonging to 0/1 strata based on Lc threshold.

psolymos commented 7 years ago

Binary model is now fit to simplify the process, this means more processing time.

.uncertaintyMulticut1 needs full rework.

psolymos commented 7 years ago

Final stance: I is defined as max(gamma)-min(gamma) because it needs to reflect multicut.