Brazilian
Brazilian
DOI 10.1007/s40430-016-0540-8
TECHNICAL PAPER
13
J Braz. Soc. Mech. Sci. Eng.
investigations and proposed that GP-based feature extrac- can effectively classify the defect severities in various oper-
tion methodology enhances the fault classification perfor- ating conditions.
mance of ANN and SVM. To classify faults, selection of appropriate features is
Wu et al. [9] and Vakharia et al. [10] developed a fault very crucial because it not only affects classification per-
classification framework based on multiscale permutation formance of the algorithm but also computational effort.
entropy (MPE) and SVM. The authors performed a com- The literature also reveals the use of various feature rank-
parative study among various measures of signal complex- ing techniques for selecting best possible features. Feature
ity, viz. permutation entropy, multiscale entropy and MPE ranking techniques improve the computational efficiency
and concluded that MPE provide better categorization and rank the features based on the information content
between various complex vibration signals. Wang et al. [11] about the states of the system. In this process, the features
have classified the faults in rolling element bearings using are ranked in such a way that the feature which carries most
hyper-sphere-structured multiclass support vector machine significant information is ranked at the top. A variety of
(HSSMC-SVM). The authors summarized that empiri- feature ranking techniques have been used and reported in
cal mode decomposition (EDM) approach is an effective the literature. Zhao et al. [17] conducted an extensive study
scheme for fault classification and requires less time. and proposed various feature ranking techniques such as
Abbasion et al. [12] have investigated wavelet denois- Chi-square, information gain (IG) and ReliefF. The authors
ing and SVM for the classification of faults in bearings. also compared the performance of these ranking tech-
The authors concluded that the proposed methodology niques. Samanta et al. [18] utilized genetic algorithm (GA)
provides higher accuracy and can be utilized to other criti- for the selection of appropriate features for bearing fault
cal components for fault classification. Zhang et al. [13] diagnosis. The authors employed ANN for the analysis and
have proposed a fault classification methodology based on summarized that significant improvements can be obtained
kernel principal component analysis (KPCA) and particle using proposed feature selection technique.
swarm optimization support vector machine (PSO-SVM). Kappaganthu and Nataraj [19] proposed the concept of
The authors extracted various time domain and frequency mutual information for the ranking of features. The authors
domain features from the collected raw vibration signals conducted experimental investigations and found that pro-
and summarized that the proposed framework can provide posed approach is helpful in finding out the most appro-
satisfactory results having small number of features. priate features which significantly improve fault diagnosis
Faults having various severities in same bearing com- efficiency. Sugumaran et al. [20] used SVM and proximal
ponent generate same characteristic frequencies. It makes support vector machine (PSVM) for the fault diagnosis of
the fault severity classification process more difficult and rolling element bearings using statistical measures. The
stimulating. Moreover, fallacious defect severity classifica- authors utilized decision tree technique for the selection
tion misleads the maintenance strategies. Zarei et al. [14] of optimal features. The study summarizes that SVM and
proposed a two-stepped approach for the fault classification PSVM show superior performance in presence of optimally
of rolling element bearings. In the first step of the proposed selected features. Malhi and Gao [21] have proposed prin-
approach, the authors removed the noise from the signal. In cipal component analysis-based framework for the selec-
second step, temporal features are extracted for the classifi- tion of appropriate features.
cation of faults. Results showed that the proposed method- The literature highlighted that SVM and ANN have been
ology provides better accuracy and improves the reliability extensively used for the classification of bearing faults over
having low-quality signals. Liu et al. [15] have classified past decades. Various improvements of the aforementioned
the faults in all components of bearing using wavelet sup- machine learning techniques are also proposed time to time
port vector machine (WSVM) and PSO algorithm. The to increase the precision, applicability and intelligence.
authors utilized EMD for the preprocessing of vibration Instead, a variety of hybrid techniques are also suggested
signals and extracted various statistical features. The study for fault severity classification. These hybrid techniques are
concluded that the proposed methodology performs satis- complicated and take more computational time for the anal-
factorily even with small number of features due to the bet- ysis. This motivated authors to use and evaluate the perfor-
ter generalization capability of WSVM than conventional mance of some other classifiers. In this study, two ensem-
SVM. Wen et al. [16] utilized and compared the classifica- ble techniques, rotation forest (RF) and random subspace
tion performance of k-nearest neighbor classifier (KNNC), (RS), are explored for fault severity classification of rolling
back-propagation neural networks (BPNNs) and SVM. The element bearings. To improve the classification accuracy,
authors considered various defect sizes, viz. 0.3, 0.6 and four feature ranking techniques are utilized. Vibration sig-
1.0 mm for the investigations. The study employed multi- nals of healthy and defective bearings have been extracted
scale general fractal dimensions (MGFDs) of the bearing for the analysis [22]. A feature vector has been constituted
vibration signals and concluded that the proposed approach from time domain, frequency domain and wavelet-based
13
J Braz. Soc. Mech. Sci. Eng.
features. Authors have compared results of rotation for- Step 3 In last step, having coefficient of matrix, organ-
est and random subspace techniques with extensively used ize the obtained vectors with coefficient in a sparse rotation
techniques in the literature, i.e., SVM and ANN. matrix Tij. Here, the jth set of coefficients of the principal
(M )
components is sj, sj = tij(1) , tij(2) , . . . , tij j , i = 1,2, … ,
L; j = 1,2, … , R and use [0] to indicate zero matrix, which
2 Machine learning techniques has the same dimension as vj.
In this study, four machine learning techniques are utilized, v1 [0] · · · [0]
[0] v2 · · · [0]
these are summarized as follows:
Tj = . . . . (1)
.. .. .. ..
2.1 Rotation forest [0] [0] · · · vR
13
J Braz. Soc. Mech. Sci. Eng.
in random subspace. In this process, the subspace dimen- where j is the number of elements and wi is the intercon-
sionality is smaller than the original feature space, while nection weights of input vector xi.
the number of training objects remains same. However, the In present study, the aforementioned machine learn-
classification accuracy is superior even in presence of many ing techniques are assessed with their default parameters,
redundant features. where RF used J48 classifier and RS utilized REPTree clas-
sifier. On the other hand, SVM used sequential minimal
2.3 Support vector machine optimization training algorithm and polykernel, while ANN
employed back-propagation algorithm and sigmoid activa-
Support vector machine (SVM) is a supervised machine tion function.
learning technique based on structural risk minimization
principal derived in statistical learning theory. SVM is
widely used for classification and regression problems due 3 Feature ranking techniques
to its high generalization performance, robustness, ability
to model non-linear relationships and potential to handle Various features are extracted from the raw vibration sig-
very large and small sample cases [29]. nals of test bearings to correlate them with bearing health.
Basically, SVM deals with the two-class problem and However, all the features are not equally important and
can be formulated as the following optimization problem: some of them may be redundant. It should be noted here
that the features carrying less information for a specific
n
1 application may not be poor indicator in all applications.
Minimize ||W ||2 + C ξi (3)
2 Thus, feature ranking is a very important task in condition
i=1
monitoring. The objective of feature ranking techniques
is to rank the features based on information and physical
ri (W T si + q) ≥ 1 − ξi spacing. In this study, four feature ranking techniques, Chi-
Subject to (4) square, information gain (IG), gain ratio (GR) and ReliefF,
ξi ≥ 0, 1 = 1, 2, . . . , n
are employed to rank the extracted features. These tech-
where C is the penalty parameter, ξi is a slack variable, n is niques are summarized as follows [30]:
number of samples, q is the bias term and ri, si is the data
set. 3.1 Chi‑square
13
J Braz. Soc. Mech. Sci. Eng.
13
J Braz. Soc. Mech. Sci. Eng.
Fig. 2 Representations of
defects in bearing components.
a Ball defect, b inner race
defect and c outer race defect
Table 2 Extracted features
Domain Features
Time Skewness, kurtosis, standard deviation (STD), crest factor, normalized fifth central moment (NFCM),
normalized sixth central moment (NSCM)
Frequency (via FFT) Peak value, RMS frequency value, root variance frequency, spectral centroid, spectral roll off
Wavelet Skewness (WSK), kurtosis (WKU), standard deviation (WSTD), crest factor (WCF)
13
J Braz. Soc. Mech. Sci. Eng.
(a) (b)
(c) (d)
Fig. 4 Plots between maximum wavelet energy and scale number for bearing having 0.1778 mm defect in size in inner race, outer race and ball
with four operating conditions. a 1797 rpm, b 1772 rpm, c 1750 rpm and d 1730 rpm
The total energy can be obtained as follows: analysis. In this study, the classification performances of
all machine learning techniques are examined with tenfold
Cn,j 2 =
Etotal = E(n) cross validation to generalize the results. The investigations
(11)
n j n
are carried out on a personal computer which has core i5
For various bearing conditions, the plots between rela- third-generation processor, 2 GB memory and 64-bit oper-
tive wavelet energy and scale number are shown in Fig. 3, ating system. In this process, first the classification is per-
4, 5, 6 and 7. formed without ranked features. Further, the classification is
carried out with the output of various feature ranking tech-
niques. Both of the cases are discussed in further sections.
6 Results and discussions
6.1 Classification without ranking of features
In present study, multiple fault severities in all bearing com-
ponents are considered. Four severity levels, i.e., defect In this section, the extracted features, as listed in Table 2,
sizes are considered in ball and inner race; however, three are used. These features are fed to the machine learning
severity levels are considered in outer race. Various tem- techniques to classify the fault severities. A sample train-
poral features, spectral features and wavelet-based features ing/testing feature vector used for the analysis is shown
corresponding to each level and component are extracted. in Table 3. The detailed numeric predictions of each
This forms a feature space having 48 instances. This fea- machine learning technique are shown in Table 4. Out of 48
ture space is fed as input to the various classifiers for the instances, ensemble techniques, i.e., RF and RS, correctly
13
J Braz. Soc. Mech. Sci. Eng.
(a) (b)
(c) (d)
Fig. 5 Plots between maximum wavelet energy and scale number for bearing having 0.3556 mm defect in size in inner race, outer race and ball
with four operating conditions. a 1797 rpm, b 1772 rpm, c 1750 rpm and d 1730 rpm
classify 44 and 43 instances, respectively, whereas each The detailed numeric predictions of all machine learn-
of SVM and ANN correctly classifies only 40 instances. ing techniques corresponding to Chi-square feature
It indicates higher classification capabilities of RF and ranking technique are summarized in Table 6. It can be
RS over SVM and ANN. On the other hand, the ensemble noticed from Table 6 that the classification performance
techniques take much less time and the errors are relatively of all machine learning techniques enhances using Chi-
very small. In addition, the value of Kappa statistic for RF square feature ranking technique. Out of four machine
and RS is close to 1 which indicates better classification of learning techniques, three techniques, i.e., RF, SVM and
the defect severities. ANN, correctly classify all 48 instances. The classifica-
tion performance of RS also improves with ranked fea-
6.2 Classification with ranked features tures but it could not classify all the instances correctly.
However, as compared to the unranked features, the errors
Four feature ranking techniques, i.e., Chi-square, IG, GR are relatively small and the value of Kappa statistic also
and ReliefF are employed to rank the extracted features. improves.
Table 5 shows the ranking of features corresponding to The results of fault severities classification using GR
various feature ranking techniques. Since no agreement is feature ranking technique are shown in Table 7. The per-
observed among various feature ranking techniques, the formance of three machine learning techniques, i.e., RF,
performance of all of them is evaluated. Further, the ranked SVM and ANN are similar to Chi-square feature rank-
features are fed as input to the machine learning techniques ing technique, i.e., 100 %. In this case, the performance of
for fault severity classification. RS improves significantly and it correctly classifies all 48
13
J Braz. Soc. Mech. Sci. Eng.
(a) (b)
(c) (d)
Fig. 6 Plots between maximum wavelet energy and scale number for bearing having 0.5334 mm defect in size in inner race, outer race and ball
with four operating conditions. a 1797 rpm, b 1772 rpm, c 1750 rpm and d 1730 rpm
13
J Braz. Soc. Mech. Sci. Eng.
(a) (b)
(c) (d)
Fig. 7 Plots between maximum wavelet energy and scale number for bearing having 0.7112 mm defect in size in inner race and ball with four
operating conditions. a 1797 rpm, b 1772 rpm, c 1750 rpm and d 1730 rpm
13
Table 3 Sample training/testing vector
J Braz. Soc. Mech. Sci. Eng.
Skewness Kurtosis STD Crest factor NFCM NSCM Peak value RMS fre- Root variance Spectral Spectral roll WSK WKU WSTD WCF Speed (RPM) Condition
quency value frequency centroid off
−0.035 2.764 0.072 4.219 0.0093 0.008 0.058 0.0003 0.0002 0.201 0.177 0.881 3.061 0.021 3.539 1797 HTY
−0.173 2.930 0.065 5.212 0.0366 0.0104 0.030 0.0001 0.0001 0.207 0.193 1.826 7.379 0.016 5.548 1772 HTY
−0.008 2.984 0.138 4.359 0.003 0.0109 0.025 0.0007 0.0007 0.476 0.570 2.028 9.112 0.026 7.167 1797 BF1
0.0074 2.963 0.139 4.743 0.0018 0.0108 0.032 0.0007 0.0007 0.479 0.571 1.942 8.556 0.026 7.623 1772 BF1
0.0156 8.837 0.140 9.510 0.0015 0.175 0.050 0.0008 0.0007 0.477 0.554 1.378 6.665 0.027 5.853 1772 BF2
0.1432 9.752 0.143 12.819 0.424 0.313 0.044 0.0008 0.0007 0.447 0.549 3.905 31.616 0.034 11.895 1750 BF2
0.0559 3.871 2.077 5.262 0.0217 0.0203 0.165 0.0119 0.0108 0.494 0.539 2.545 12.498 9.497 8.321 1797 BF4
0.0478 3.910 2.029 5.751 0.0189 0.02141 0.227 0.0116 0.0105 0.497 0.535 2.623 13.387 9.345 8.855 1772 BF4
0.164 5.395 0.291 5.965 0.0973 0.0423 0.090 0.0016 0.0015 0.483 0.597 2.147 7.356 0.11 5.299 1797 IF1
0.1304 5.542 0.292 5.397 0.0737 0.043 0.081 0.0016 0.0015 0.486 0.606 2.915 12.639 0.122 6.605 1772 IF1
−0.058 21.957 0.194 10.164 0.0587 0.764 0.068 0.0011 0.0010 0.496 0.613 6.109 44.449 0.161 11.382 1797 IF2
0.0029 22.084 0.165 12.265 0.0186 0.881 0.027 0.0009 0.0008 0.506 0.611 6.662 60.282 0.09 18.1 1772 IF2
0.3024 7.445 0.525 7.210 0.031 0.015 0.097 0.003 0.0028 0.471 0.539 4.172 25.975 0.947 11.041 1797 IF3
0.2563 7.666 0.441 8.342 0.027 0.012 0.098 0.0025 0.0024 0.472 0.537 4.199 26.505 0.69 13.418 1772 IF3
0.0569 7.649 0.669 5.422 0.0297 0.0689 0.157 0.0038 0.0037 0.545 0.592 2.592 9.79 1.037 6.152 1797 OF1
0.0334 7.594 0.591 5.257 0.0138 0.0693 0.167 0.0033 0.0032 0.551 0.589 2.518 9.306 0.8 6.469 1772 OF1
0.0005 3.056 0.099 5.468 0.0026 0.0125 0.038 0.0005 0.0005 0.509 0.630 3.229 32.149 0.011 14.872 1797 OF2
0.0088 2.940 0.093 4.292 0.002 0.0105 0.042 0.0005 0.0005 0.515 0.631 1.434 5.797 0.011 5.779 1772 OF2
0.1320 23.163 0.569 11.672 0.265 0.888 0.092 0.0032 0.0030 0.512 0.592 6.894 66.197 1.43 18.354 1750 OF3
0.130 23.542 0.559 11.901 0.261 0.9162 0.063 0.0032 0.0029 0.511 0.589 7.186 71.364 1.48 17.927 1730 OF3
13
J Braz. Soc. Mech. Sci. Eng.
1 Root variance frequency Root variance frequency Root variance frequency Kurtosis
2 RMS frequency value RMS frequency value STD Root variance frequency
3 STD STD RMS frequency value STD
4 Spectral roll off Spectral roll off Spectral roll off RMS frequency value
5 NSCM Kurtosis Kurtosis NSCM
6 WSTD WSTD Spectral centroid Crest factor
7 Spectral centroid Spectral centroid NFCM Spectral centroid
8 Kurtosis NSCM Peak value Peak value
9 WKU WKU Crest factor WSTD
10 Skewness WSK WSTD Spectral roll off
11 WSK Skewness NSCM Skewness
12 Peak value Peak value Skewness WCF
13 NFCM WCF WKU WSK
14 WCF Crest factor WSK NFCM
15 Crest factor NFCM WCF WKU
RF 48 48 0 0 1 0.03 0
RS 48 45 3 6.25 0.9318 0.04 0.1165
SVM 48 48 0 0 1 0.29 0
ANN 48 48 0 0 1 0.27 0
RF 48 48 0 0 1 0.02 0
RS 48 48 0 0 1 0.03 0
SVM 48 48 0 0 1 0.31 0
ANN 48 48 0 0 1 0.22 0
13
J Braz. Soc. Mech. Sci. Eng.
RF 48 48 0 0 1 0.02 0
RS 48 48 0 0 1 0.03 0
SVM 48 47 1 2.0833 0.9773 0.24 0.0973
ANN 48 47 1 2.0833 0.9773 0.25 0.0973
RF 48 48 0 0 1 0.03 0
RS 48 48 0 0 1 0.05 0
SVM 48 47 1 2.0833 0.9773 0.27 0.0973
ANN 48 47 1 2.0833 0.9773 0.24 0.0973
Fig. 8 Performance measures of machine learning techniques with- Fig. 9 Performance measures of machine learning techniques with
out ranking of features Chi-square feature ranking technique
13
J Braz. Soc. Mech. Sci. Eng.
7 Conclusions
13
J Braz. Soc. Mech. Sci. Eng.
Sugumaran, SVM and PSVM 10 statistical features 3 Single 100 % with both type –
Ramachandran [7] and 24 histogram features of features
Guo et al. [8] SVM and ANN 4 6 Single 100 % –
Abbasion et al. [12] SVM with wavelet denoising 4 7 Single 100 % –
Zarei et al. [14] ANN with varying the no. 4 4 Multi 100 % with various –
of neurons no. of neurons
Liu et al. [15] SVM with RBF kernel, 27 3 Multi 100 % in various cases –
Mexican hat and Morlet
wavelet
Wen et al. [16] K-nearest neighbor classifier 3 3 Multi 99.60 % with SVM –
(KNNC), back-propagation
neural networks (BPNNs)
and SVM
Saxena and Saad [33] ANN with without 242 4 Single 100 % with GAs –
genetic algorithms (GAs)
Present work RF, RS, SVM and ANN 15 10 Multi 100 % with RF, SVM 0.02 s with RF using feature
and ANN using feature ranking techniques
ranking techniques
13
J Braz. Soc. Mech. Sci. Eng.
Acknowledgments The authors are thankful to Prof. KA Loparo 16. Wen W, Fan Z, Karg D, Cheng W (2015) Rolling element bear-
and Case Western Reserve University for providing open access to ing fault diagnosis based on multiscale general fractal features.
bearing dataset. Shock Vib 2015:1–9
17. Zhao Z, Morstatter F, Sharma S, Alelyani S, Anand A, Liu H
(2010) Advancing feature selection research—ASU feature
selection repository. Technical Report, Arizona State University,
References 1–28 (accessed in Dec. 2015)
18. Samanta B, Al-Balushi KR, Al-Araimi SA (2006) Artificial neu-
1. Singh GK, Al Kazzaz SAS (2003) Induction machine drive ral networks and genetic algorithm for bearing fault detection.
condition monitoring and diagnostic research—a survey. Electr Soft Comput 10:264–271
Power Syst Res 64:145–158 19. Kappaganthu K, Nataraj C (2011) Feature selection for fault
2. Sharma A, Amarnath M, Kankar PK (2016) Feature extraction detection in rolling element bearings using mutual information. J
and fault severity classification in ball bearings. J Vib Control Vib Acoust 133:061001–061012
22:176–192 20. Sugumaran V, Muralidharan V, Ramachandran KI (2007) Feature
3. Kankar PK, Sharma SC, Harsha SP (2011) Rolling element bear- selection using decision tree and classification through proximal
ing fault diagnosis using wavelet transform. Neurocomputing support vector machine for fault diagnostics of roller bearing.
74:1638–1645 Mech Syst Signal Process 21:930–942
4. Samanta B, Al-Balushi KR, Al-Araimi SA (2003) Artificial neu- 21. Malhi A, Gao RX (2004) PCA-based feature selection scheme
ral networks and support vector machines with genetic algorithm for machine defect classification. IEEE Trans Instrum Meas
for bearing fault detection. Eng Appl Artif Intel 16:657–665 53:1517–1525
5. Singh S, Kumar N (2014) Combined rotor fault diagnosis in 22. Bearing vibration data set, Case Western Reserve University
rotating machinery using empirical mode decomposition. J Mech bearing data centre website. Available at: http://csegroups.case.
Sci Technol 28:4869–4876 edu/bearingdatacenter/pages/welcome-case-western-reserve-uni-
6. Li B, Chow M-Y, Tipsuwan Y, Hung JC (2000) Neural-network- versity-bearing-data-center-website. Accessed in Dec 2015
based motor rolling bearing fault diagnosis. IEEE Trans Ind 23. Karabulut EM, Ibrikçi T (2012) Effective diagnosis of coronary
Electron 47:1060–1069 artery disease using the rotation forest ensemble method. J Med
7. Sugumaran V, Ramachandran KI (2011) Effect of number of Syst 36:3011–3018
features on classification of roller bearing faults using SVM and 24. Kavzoglu T, Colkesen I (2013) An assessment of the effective-
PSVM. Expert Syst Appl 38:4088–4096 ness of a rotation forest ensemble for land-use and land-cover
8. Guo H, Jack LB, Nandi AK (2005) Feature generation using mapping. Int J Remote Sens 34:4224–4241
genetic programming with application to fault classification. 25. Kuncheva LI, Rodríguez JJ (2007) An experimental study on
IEEE Trans Syst Man Cybern B 35:89–99 rotation forest ensembles. In: Proceedings of the 7th interna-
9. Wu S-D, Wu P-H, Wu C-W, Ding J-J, Wang C-C (2012) Bearing tional conference on multiple classifier systems (MCS’07),
fault diagnosis based on multiscale permutation entropy and sup- Springer, Prague, Czech Republic, pp 459–468
port vector machine. Entropy 14:1343–1356 26. Rodríguez JJ, Kuncheva LI (2006) Rotation forest: a new classi-
10. Vakharia V, Gupta VK, Kankar PK (2015) A multiscale permuta- fier ensemble method. IEEE Trans Pattern Anal 28:1619–1630
tion entropy based approach to select wavelet for fault diagnosis 27. Ho TK (1998) The random subspace method for constructing
of ball bearings. J Vib Control 21:3123–3131 decision forests. IEEE Trans Pattern Anal 20:832–844
11. Wang Y, Kang S, Jiang Y, Yang G, Song L, Mikulovich VI (2012) 28. Witten IH, Frank E (2005) Data mining: practical machine learn-
Classification of fault location and the degree of performance ing tools and techniques. Morgan Kaufmann, San Francisco
degradation of a rolling bearing based on an improved hyper- 29. Widodo A, Yang B-S (2007) Support vector machine in machine
sphere-structured multi-class support vector machine. Mech Syst condition monitoring and fault diagnosis. Mech Syst Signal Pro-
Signal Process 29:404–414 cess 21:2560–2574
12. Abbasion S, Rafsanjani A, Farshidianfar A, Irani N (2007) Roll- 30. Altidor W, Khoshgoftaar TM, Hulse JV (2011) Robustness of
ing element bearings multi-fault classification based on the filter-based feature ranking: a case study. In: Proceedings of the
wavelet denoising and support vector machine. Mech Syst Signal twenty-fourth international Florida artificial intelligence research
Process 21:2933–2945 society conference, pp 453–458
13. Zhang Y, Zuo H, Bai F (2013) Classification of fault location 31. Samanta B, Al-Balushi KR, Al-Araimi SA (2004) Bearing fault
and performance degradation of a roller bearing. Measurement detection using artificial neural networks and genetic algorithm.
46:1178–1189 EURASIP J Appl Signal Process 3:366–377
14. Zarei J, Tajeddini MA, Karimi HR (2014) Vibration analysis for 32. Saxena A, Celaya J, Balaban E, Goebel K, Saha B, Saha S, Schwa-
bearing fault detection and classification using an intelligent fil- bacher M (2008) Metrics for evaluating performance of prognos-
ter. Mechatronics 24:151–157 tics techniques. In: Proceedings of the international conference on
15. Liu Z, Cao H, Chen X, He Z, Shen Z (2013) Multi-fault clas- prognostics and health management (PHM08), pp 1–17
sification based on wavelet SVM with PSO algorithm to analyze 33. Saxena A, Saad A (2007) Evolving an artificial neural network
vibration signals from rolling element bearings. Neurocomputing classifier for condition monitoring of rotating mechanical sys-
99:399–410 tems. Appl Soft Comput 7:441–454
13