DOI: 10.33915/etd.3018
|View full text |Cite
|
Sign up to set email alerts
|

The effect of locality based learning on software defect prediction

Abstract: The Effect of Locality Based Learning on Software Defect Prediction Bryan Lemon Software defect prediction poses many problems during classification. A common solution used to improve software defect prediction is to train on similar, or local, data to the testing data. Prior work [12, 64] shows that locality improves the performance of classifiers. This approach has been commonly applied to the field of software defect prediction. In this thesis, we compare the performance of many classifiers, both locality b… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1

Citation Types

0
2
0

Publication Types

Select...
2
1

Relationship

0
3

Authors

Journals

citations
Cited by 3 publications
(2 citation statements)
references
References 34 publications
0
2
0
Order By: Relevance
“…For statistical inference, paired t -test, a nonparametric method (Page test for trend), and one-way fixed effects ANOVA were used when appropriate. All the analyses were conducted in R (24,25).…”
Section: Methodsmentioning
confidence: 99%
“…For statistical inference, paired t -test, a nonparametric method (Page test for trend), and one-way fixed effects ANOVA were used when appropriate. All the analyses were conducted in R (24,25).…”
Section: Methodsmentioning
confidence: 99%
“…Pseudo code for C4.5[20] function K-Means(data) Centroids = A random subset of K instances from data for each row in data m(row) = the cluster closest to row while m has changed for each centroid in Centroids centroid = the centroid of the current instances assigned to that centroid for each row in data m(row) = the cluster closes to row return Centroids Pseudo code for K-Means[18] …”
mentioning
confidence: 99%