band

fun band(no: Double = 0.3, yes: Double = 0.7): NoulBand(source)

Splits the probability into no / uncertain / yes, e.g. to send the uncertain middle to a person. The defaults are the TypeSafe cookbook's illustrative band; tune them on your own data.