Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在发布之前,我已经阅读了很多关于 ROC 曲线的内容。
所以,我不明白 Weka 是如何绘制 ROC 曲线的。我找不到要改变以生成曲线中的点的阈值。谢谢,
Weka 使用TheresholdCurve从类中的方法调用的Evaluation类。在这个类中有ROC曲线的所有点。
TheresholdCurve
Evaluation
阈值将根据所使用的分类而变化。有关更多详细信息,请参见此处。