fun classify(condition: Boolean, trueLabel: String): Unit
fun classify(condition: Boolean, trueLabel: String, falseLabel: String): Unit