| Literature DB >> 23861726 |
Abstract
An expert system having two stages is proposed for cardiac arrhythmia diagnosis. In the first stage, Fisher score is used for feature selection to reduce the feature space dimension of a data set. The second stage is classification stage in which least squares support vector machines classifier is performed by using the feature subset selected in the first stage to diagnose cardiac arrhythmia. Performance of the proposed expert system is evaluated by using an arrhythmia data set which is taken from UCI machine learning repository.Entities:
Mesh:
Year: 2013 PMID: 23861726 PMCID: PMC3703880 DOI: 10.1155/2013/849674
Source DB: PubMed Journal: Comput Math Methods Med ISSN: 1748-670X Impact factor: 2.238
Confusion matrix.
| Predicted | Actual | |
|---|---|---|
| Positive | Negative | |
| Positive | TP (true positive) | FP (false positive) |
| Negative | FN (false negative) | TN (true negative) |
TP represents an instance, which is actually positive and predicted by the model as positive.
FN represents an instance, which is actually positive but predicted by the model as negative.
TN represents an instance, which is actually negative and predicted by the model as negative.
FP represents an instance, which is actually negative but predicted by the model as positive.
Figure 1The proposed expert system's architecture.
Classification accuracies for tenfold.
| Fold-1 | Fold-2 | Fold-3 | Fold-4 | Fold-5 | Fold-6 | Fold-7 | Fold-8 | Fold-9 | Fold-10 |
|---|---|---|---|---|---|---|---|---|---|
| %90.69 | %76.74 | %72.09 | %81.39 | %86.05 | %90.70 | %81.40 | %79.07 | %88.37 | %74.42 |
Confusion matrix of the proposed expert system.
| Predicted | Actual | |
|---|---|---|
| Arrhythmia | Normal | |
| Arrhythmia | 157 | 49 |
| Normal | 28 | 196 |
|
| ||
| Total | 185 | 245 |
Comparison of proposed expert system with the studies in the literature.
| Method | Performance criteria | Maximum classification accuracy |
|---|---|---|
| VFI5-GA [ | 10-fold-cross-validation | 68% |
|
| ||
| DTI-HITON | 10-fold-cross-validation | 71.87% |
| NN-HITON [ | 60.38% | |
| KNN-HITON | 65.30% | |
|
| ||
| OneR | 70% train-%30 test | 58.09% |
| J48 [ | 74.26% | |
| Naïve Bayes | 75.00% | |
|
| ||
| AIRS-FWP [ | 10-fold-cross-validation | 76.20% |
|
| ||
| RF-CBFS [ | 10-fold-cross-validation | 76.30% |
|
| ||
| Proposed expert system (FS-LS-SVM) | 10-fold-cross-validation | 82.09% |