The conference paper analyzes the performance of machine learning techniques for predicting software class complexity using source code metrics. It identifies that metrics such as depth inheritance tree and response for a class correlate significantly with complexity and finds that the random forest classifier outperforms others in accuracy, precision, and recall. The study emphasizes the importance of early detection in software complexity to improve maintenance and reduce development costs.
Related topics: