How to calculate accuracy from crosstable in r

前端 未结 0 1484
-上瘾入骨i
-上瘾入骨i 2020-12-15 12:27

I\'m trying to learn r from some tutorials.

crosstable(x = data_cleaned$Class[-index], y = net.prediction,
            prop.chisq=FALSE)

How

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