摘要: 在机器学习中对于分类结果的描述,一般有四种:true positive, true negative, false positive 和 false negative。 Precision, Recall, F-score等的测量标准都是建立在这四个描述上。下面是从wiki上截下来的图: 首先,对于 阅读全文
posted @ 2016-06-06 16:26 JimmyTY 阅读(369) 评论(0) 推荐(0)
摘要: priority_queue "C++ reference"上如此解释priority queue:"This context is similar to a heap, where elements can be inserted at any moment, and only the max h 阅读全文
posted @ 2016-06-06 15:01 JimmyTY 阅读(229) 评论(0) 推荐(0)