Can classification error rate decision be less than 0? And when it's going to be exactly 0?

前端 未结 0 817
温柔的废话
温柔的废话 2021-01-02 03:18

For example: Root = [40, 80] Left Node = [28, 42] and Right Node = [30, 20] Using classification rate, i got

40/120 - ((28+42)/120 * 28/(28+42) + (30+20)/120 * 20/(30

相关标签:
回答
  • 消灭零回复
提交回复
热议问题