读文章论文

论文

Software defect association mining and defect correction effort prediction

Type:缺陷预测

Published in:Software Engineering, IEEE Transactions on (Volume:32 ,  Issue: 2)

Abstract:

Much current software defect prediction work focuses on the number of defects remaining in a software system. In this paper, we present association rule mining based methods to predict defect associations and defect correction effort. This is to help developers detect software defects and assist project managers in allocating testing resources more effectively. We applied the proposed methods to the SEL defect data consisting of more than 200 projects over more than 15 years. The results show that, for defect association prediction, the accuracy is very high and the false-negative rate is very low. Likewise, for the defect correction effortprediction, the accuracy for both defect isolation effort prediction and defectcorrection effort prediction are also high. We compared the defect correction effort prediction method with other types of methods - PART, C4.5, and Naive Bayes - and show that accuracy has been improved by at least 23 percent. We also evaluated the impact of support and confidence levels on prediction accuracy, false-negative rate, false-positive rate, and the number of rules. We found that higher support and confidence levels may not result in higher prediction accuracy, and a sufficient number of rules is a precondition for high prediction accuracy.

Authors:Qinbao Song ; Dept. of Comput. Sci. & Technol., Xi‘‘an Jiaotong Univ., China ; Shepperd, M. ; Cartwright, M. ; Mair, C.

Link:http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=1599417

时间: 2024-08-01 06:28:19

读文章论文的相关文章

读文章有感

最近心情烦躁,自控力下降很多,对自己的行为做不到一定的控制.比以前散漫了很多,读书写字,看新闻都看不进去. 今天就特意找了一些励志的文章读一读.给自己鼓励鼓励,明确一下自己的目标,振奋振奋自己的内心.<成功的老师能影响学生一辈子!> 本文是从一位高中老师的空间转过来的,根据本博理解作了少量修改,请夏老师勿怪!注:原作标题是“励志人物”,敝人改为“成功的老师能影响学生一辈子!”, 欢迎大家予以评论.这位老师,名叫伍军,男性,约三四十岁.中央司法学院毕业,痕迹鉴定专家(侦查指纹等).曾在武汉汉西监

轻量化ViewControllers,读文章做的总结

推荐一个网站 http://objccn.io/ 我这两天才开始看 获益匪浅 看了第一篇文章 <更轻量的View Controllers>感觉写的不错 感觉作者 原文地址 http://objccn.io/issue-1-1/ 示例项目的代码有点旧 Xcode6运行出错 懒的理了 所以我大概模仿他写了一点测试代码 运行环境Xcode7/iOS9 轻量化ViewControllers 顾名思义 就是把ViewController的代码进行简化 让控制器更简单 更清晰 一.把DataSource和

再读GFS论文

http://loopjump.com/gfs_paper_note/ 再读GFS的一些笔记.主要涉及GFS架构.Chunk大小选择的一些折中考量.元数据管理及锁.写数据流程.GFS一致性模型的理解.快照的实现原理.过期失效副本检测等几个问题.

读RCNN论文笔记

1. RCNN的模型(如下图)描述: RCNN相比传统的物体检测,还是引入传统的物体检测的基本流程,先找出候选目标物体,逐个的提取特征,不过rbg大神引入了当时炙手可热的CNN卷积网络取代传统上的HOG,DPM,LBP,SIFT等算法来对图像的特征进行提取,值得说道的是CNN由于可以放到GPU上,所以也大幅度的减少了了物体检测需要的时间,然后在使用svm/softmax分类器进行分类识别.   候选区域目标(RP) 特征提取 分类 RCNN selective search CNN SVM 传统

读文章《Flexbox详解》笔记

文章地址:Flexbox详解 属性摘抄: flex container : display: other values | flex | inline-flex; flex-direction: row | row-reverse | column | column-reverse; 主要用来创建主轴,从而定义了伸缩项目放置在伸缩容器的方向. flex-wrap: nowrap | wrap | wrap-reverse; 主要用来定义伸缩容器里是单行还是多行显示,侧轴的方向决定了新行堆放的方向

116.001 - 爱折腾之用 Kindle 读学术论文是什么体验?

@(116 - Kindle 使用指南) 结论先行 - 强烈安利k2pdfopt,把双栏论文转成kindle友好的pdf 整理转载自知乎@ wei huang 双栏学术论文在6寸屏上看就是个坑 新买的kindle paperwhite不忍心越狱装多看/koreader 亚马逊邮件自动转又不给力(给http://XXX.kindle.cn发邮件,主题为convert),纯文本很赞,碰到图表排版就跪了 强烈安利k2pdfopt(Willus.com's K2pdfopt, 支持windows, li

读Lock-Free论文实践

论文地址:implementing Lock-Free Queue 论文大体讲的意思是:Lock-Base的程序的performance不好,并且a process inside the critical section can delay all operations indenitely:所以基于以上的弊端,他们提出了Non-Blocking的算法,也就是CSW和FAA,当然就是CAS,而CAS也有最难以handler的情况,也就是ABA问题,他们给出了solution,也就是检查引用:他们

读文章《写给未来的程序媛》有感

写给未来的程序媛 原文链接地址:http://kb.cnblogs.com/page/556770/ 原文中:对程序员的工作,环境,和生活进行了描述,读完感触很深! 1,对于成功的描述,,,成功的三要素,1,坚持:  2,不要脸:  3,坚持不要脸. 确实,不管干啥,都需要积累,都要坚持,,而不要脸,是说你要不耻下问,不要太在乎颜面(当然指是在你自己尝试解决多次也解决不了的情况),而坚持不要脸,是说的一种境界,是形容我们要怀虚若谷,要谦逊,今天你不会,明天你就会了,下次再碰到类似的情况,你就可以

2016.4.15 近期要读的论文

图像识别 1. Krizhevsky, A., Sutskever, I. & Hinton, G. ImageNet classification with deepconvolutional neural networks. In Proc. Advances in Neural InformationProcessing Systems 25 1090–1098 (2012).This report was a breakthrough that used convolutional ne