Bayesian Network analysis of software logs for data‐driven software maintenance.
An object of class bn.fit
. Refer to the documentation of bnlearn
for details.
A discrete Bayesian network to discover poor performance indicators in a system and to explore usage patterns that usually require temporal analysis. The networks are given in the referenced paper. The vertices are:
Error that has occured (com.mysql, etc.);
Class that throws the error (chessleague.db, etc.);
Severity of the entry (SEVERE, WARNING, INFO);
Method where the error has occured (deleteAccount, etc.);
Name of the thread (AutoDeployer, etc.);
del Rey, S., Martinez-Fernandez, S., & Salmeron, A. (2023). Bayesian Network analysis of software logs for data-driven software maintenance. IET Software, 17(3), 268-286.