Figures
Abstract
Real-time monitoring of the wear state of reciprocating sliding friction pairs has long been a challenging issue. To address this problem, this paper innovatively proposes a new method of constructing feature vectors based on the fractal parameters of frictional vibration signals and employing a nonlinear support vector machine to identify different wear states. Three typical wear states, namely running-in wear, normal wear, and severe wear, were designed by adjusting the amount of lubricating oil and distinguished by variations in the friction coefficient. Unlike conventional time-frequency or statistical features, our approach uniquely employs multifractal spectrum parameters to characterize wear states. The research results demonstrate that this method achieves recognition accuracies exceeding 90% for all three wear states in 10-fold cross-validation, indicating the effectiveness of the nonlinear support vector machine in realizing the recognition of different wear states of reciprocating sliding friction pairs. This achievement not only provides a new technical approach for online monitoring of wear states but also offers a valuable reference for the application of nonlinear signal analysis in other fields.
Citation: Yu H, Wei H (2025) Wear state identification of reciprocating sliding friction Pairs with frictional vibration. PLoS One 20(8): e0329782. https://doi.org/10.1371/journal.pone.0329782
Editor: Jianguo Wang, China University of Mining and Technology, CHINA
Received: April 17, 2025; Accepted: July 21, 2025; Published: August 14, 2025
Copyright: © 2025 Yu, Wei. This is an open access article distributed under the terms of the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original author and source are credited.
Data Availability: The data underlying the results presented in the study cannot be made public due to commercial restrictions imposed by the Merchant Marine College. However, data are available from the Merchant Marine College upon reasonable request. Requests should be directed to Dr. Daping Zhou (615708461@qq.com), the designated Data Custodian for this study.
Funding: This research was supported by : The High-level Talents Project of Hainan Tropical Ocean University. (No.RHDRC202320); And the Major Science and Technology Program of Yazhou Bay Innovation Institute of Hainan Tropical Ocean University(No.2023CXYZD001).
Competing interests: The authors have declared that no competing interests exist.
1. Introduction
In the process of friction and wear, the reciprocating sliding friction pair will produce a lot of friction characteristics, such as frictional vibration, friction torque, friction coefficient, wear particles, wear surface morphology, etc. It is very difficult to obtain real-time tribological information such as friction torque, friction coefficient and wear surface morphology during wear of friction pairs [1–3]. At the same time, the collection and analysis of wear particles is very complex and time-consuming. Therefore, it is not an effective method to describe and distinguish wear states by using friction characteristics such as wear surface, wear particles, friction torque and friction coefficient. In contrast, frictional vibration signals during wear are easy to obtain in real time.
The frictional vibration signal possesses multifractal characteristics, and scholars conducted numerous investigations regarding it. In literature [4], the fractal characteristics of frictional vibration signals are analyzed by correlation dimension, and it is pointed out that the fractal dimension of friction and vibration signals in running-in wear process gradually increases, while the correlation dimension of friction and vibration signals in dry friction process gradually decreases. In reference [5], a multifractal analysis was made on the frictional vibration signals in the running-in process, and it was pointed out that the multifractal spectrum parameters of frictional vibration could be used to characterize the running-in process. In literature [6], the empirical mode decomposition method and the overall empirical mode decomposition method were respectively used to denoise the measured vibration signals, and the improved multifractal method was used to analyze the characteristics of frictional vibration signals, and good results were obtained. Moreover, a novel method has been put forward for extracting the fractal dimension features of the wear state of a deep-hole drill bit. This method employs the binary wavelet function as the scale and is based on wavelet fractal dimension [7]. The dynamic relationship between the friction coefficient and fractal parameters is derived from a microscopic contact perspective, and the wear periods are determined based on the dynamic changes of fractal parameters [8]. In reference [9], a relationship between the change of the generalized Hurst exponent and tool wear was established by using the multifractal trend fluctuation analysis. The multifractal detrended fluctuation analysis method was used to conduct a multifractal feature analysis on the cavitation vibration signals of the water turbine [10]. By using the variational mode decomposition (VMD) method, the grinding chatter signal was decomposed into intrinsic mode functions (IMFs) covering different frequency bands. The multifractal spectrum widths of each intrinsic mode function were calculated, and it was found that the intrinsic mode function IMF-4 of rail grinding has the most obvious multifractal characteristics [11]. However, recent works [7–11] only pointed out that the frictional vibration signal has multifractal characteristics, and did not propose a wear state identification method of reciprocating sliding friction pairs based on these characteristics.
Support vector Machine (SVM) is an intelligent optimization algorithm based on the structural risk minimization principle, which is based on the statistical theory. It can solve both linear optimization problems and nonlinear optimization problems, and is widely used in fault diagnosis and pattern recognition [12–15]. In this paper, feature vectors are constructed based on fractal parameters of frictional vibration signals, and three wear states of running-in wear, normal wear and severe wear are identified by nonlinear support vector machine. The novelty of this work lies in the first-time integration of fractal parameters derived from frictional vibration signals with a nonlinear SVM classifier for wear state identification in reciprocating sliding friction pairs. Unlike existing studies that rely on traditional features (e.g., time-domain statistics or frequency spectra), we leverage multifractal spectrum parameters to capture the nonlinear dynamics of wear states. This approach is validated across five distinct operating conditions, demonstrating robustness to variations in loading force and reciprocating frequency.
2. Method
The SVM method is generalized from finding the optimal classification line in the problem of linear separability. Its main idea is shown in Fig 1. is the classification line of two kinds of samples,
and
are the lines parallel to
through the sample point and the closest distance to
, and the distance between
and
is called the classification interval. The optimal classification line to be obtained should be able to separate the two classes completely and normally, and at the same time make the classification interval maximum [16].
The classification surface can be represented by the equation , where
is the normal vector and
is the offset. According to the maximum classification interval of the optimal classification surface, the sample points will not fall on the classification line defined by the equation
. Therefore, the module of
can be limited to the reciprocal distance from the nearest point to the hyperplane through the following constraints [17]:
For the training set, the optimal classification line has the following constraints:
Distance from to the hyperplane
is:
The classification interval can be expressed as:
The problem of finding the optimal hyperplane is transformed into a quadratic optimization problem solving the following constraints:
From optimization theory, the above problem is transformed into an unconstrained optimization problem by Lagrange multiplier method:
Where: is the Lagrange multiplier.
According to the unconstrained optimization theory, the necessary conditions for to take the extreme value are:
Thus, can be obtained
The dual form of the optimization problem is obtained by substituting equation (8) into equation (6):
The solution of the equation is:
Thus, the optimal hyperplane can be obtained as:
By setting the relaxation variable and the penalty factor
, equation (11) is generalized to the generalized optimal hyperplane problem:
Where: The relaxation variable represents the measure of the error classification; A smaller penalty factor
means a smaller penalty for misclassification. The generalized optimal hyperplane is determined by appropriately selecting the maximum classification interval with the minimum number of error classification samples, and the minimum value of
is obtained.
When the data set is linearly non-separable, SVM method can map the original data into a high-dimensional space with suitable kernel functions. As shown in Fig 2, in the low-dimensional space, the data is linearly indivisible, and the linear indivisible data is mapped to the high-dimensional space through the kernel function, so that the data is linearly divisible in the high-dimensional space [16].
According to the above ideas, by setting the appropriate mapping , the original data is mapped to the high-dimensional feature space, where the possibility of linear divisible data is greatly increased, and then using the linear divisible solution method, the optimization problem shown in equation (13) is solved:
3. Experiment
3.1 Experimental facility
The friction-wear test was carried out on the friction and wear test machine. As shown in Fig 3, the pin sample was fixed on the upper part of the test bench, the plate sample was placed in the lower tray, the three-axis acceleration sensor was attached to the side of the fixture dedicated to the pin sample, the servo motor drove the block sample to reciprocate through the eccentric mechanism, and the loading device at the top controlled the loading force. The device has built-in sensors to measure the normal loading force and friction force. The test conditions such as reciprocating frequency, stroke displacement and load force can be set through the computer software provided with the equipment, and the information such as friction force, friction coefficient and stroke displacement can be recorded in real time during the test. To acquire the vibration signals, a triaxial acceleration sensor (model 356B17ICP, manufactured by PCB PIEZOTRONICS Company) was attached to the pin specimen. This sensor features a measurement range of ±5g and a sensitivity of 1000mv/g. The data acquisition process was executed by utilizing a data acquisition system (VibPilot, provided by m + p international).
(a) experiment device; and (b) tribological pairs.
3.2 Experimental method
The experiment was divided into two groups. The first group was the continuous running-in process experiment under oil immersion condition, which experienced running-in wear state and normal wear state. The two wear states were divided by observing the change trend of friction coefficient during the experiment. The other group is the severe wear experiment produced in the condition of no lubricating oil.
3.2.1 Running-in wear test.
The running-in wear process is characterized by many influencing factors and poor repeatability. To study the generalization ability of the identification method and consider the required running-in time, tests under five working conditions were selected. The working conditions are shown in Table 1.
The relative position of each group of test pin and plate was different. At the beginning of each test, a new upper sample was replaced. The reciprocating sliding stroke is 16 mm. The pin sample is a cylinder with a section diameter of 6 mm and a length of 35 mm. It is made of gray cast iron with carbon, sulfur, silicon, iron, phosphorus, manganese, etc. The surface hardness is 249 HV, and the initial surface roughness =0.856 μm. The plate sample length is 43.3 mm, the width is 35 mm, and the thickness is 2.9 mm. It is made of alloy cast iron of the same material as the cylinder liner of marine diesel engine. The element composition is carbon, silicon, iron, phosphorus, manganese, etc. The surface hardness is 341 HV, the metallographic structure is sostenite, graphite, pearlite, and the initial surface roughness
=0.146 μm.
Fig 4 shows the variation of friction coefficient during running-in under various test conditions. As can be seen from the figure, although the initial friction coefficient is different under different working conditions, the friction coefficient gradually decreases from a large value at the beginning with the progress of the test and finally stabilates around 0.1, indicating that the loading force and reciprocating frequency have little influence on the friction coefficient in the stable state after running-in. When the friction coefficient decreases continuously, the friction pair experiences running-in wear. When the friction coefficient is stable at about 0.1, the macroscopic lubrication state of the surface friction pair is fluid lubrication, and the wear state is normal wear. As can be seen from Fig 4a, test 1.1 enters the normal wear state at the end of the running-in process around 3500 s; As can be seen from Fig 4b, test 1.2 enters the normal wear state at the end of the running-in process around the 2500s. As can be seen from Fig 4c, test 1.3 enters the normal wear state at the end of the running-in process around the 2300 s. As can be seen from Fig 4d, test 1.4 enters the normal wear state at the end of the running-in process around the 2500 s. As can be seen from Fig 4e, test 1.5 enters the normal wear state at the end of the running-in process around the 2500 s. To better distinguish the vibration signal samples under different wear states, a transition stage is added between running-in wear and normal wear, and the vibration signal samples collected in this stage are uncertain samples.
3.2.2 Severe wear test.
There are many reasons for the severe wear of reciprocating sliding friction pairs, such as the mismatch between the cylinder oil and the fuel of the two-stroke diesel engine, the insufficient oil injection rate of the cylinder oil, poor combustion, cylinder oil deterioration, etc. The above internal mechanisms first cause poor lubrication on the surface of the friction pair, thereby reducing the service life of the piston ring and eventually leading to the loss of its function. Therefore, this paper simulates the severe wear caused by the above reasons by removing the lubricating oil on the surface of the friction pair. After the end of each group of running-in wear test, the severe wear test was carried out. The lubricating oil on the surface of the friction pair was absorbed with non-woven paper and cleaned with gasoline. The test condition corresponds to the running-in wear test one by one, and the working condition parameters are shown in Table 2.
Fig 5 shows the variation of friction coefficient of severe wear test under various test conditions. As can be seen from the figure, the friction coefficient is large and has obvious fluctuations under severe wear state. In the range of experimental conditions, the friction coefficient decreases with the increase of loading force and reciprocating frequency.
4. Multifractal characteristics analysis of frictional vibration signals
4.1 Multifractal spectrum of frictional vibration signals
Firstly, the measured vibration signals were denoised by the method mentioned in reference [18]. Then, the multifractal spectra corresponding to the frictional vibration signals under the three wear states were calculated by the multifractal detrended fluctuation analysis method [19,20], and the results are shown in Fig 6. A larger singularity index corresponds to a smaller scale wave function, and conversely, a smaller singularity index
corresponds to a larger scale wave function [21]. By comparing the multifractal spectrum of the frictional vibration signals under the three wear states, it is found that the value of the singular index of the frictional vibration signals under the normal wear state is larger, corresponding to the smaller scale wave function, indicating that the frictional vibration signals are weak under the normal wear state. Under severe wear state, the singular index value of frictional vibration signal is small, corresponding to a larger scale wave function, indicating that the frictional vibration is strong under severe wear state. The value range of the singular index, that is, the spectrum width, corresponds to the distribution of the wave function, and the wider the spectrum corresponds to the wider the distribution of the wave function, which means that the signal fluctuation range is wider, that is, the signal is coarser. The multifractal spectrum width of frictional vibration signals in three states is compared, and it is found that the multifractal spectrum width of frictional vibration signals in normal wear state is the smallest, which indicates that the fluctuation range of frictional vibration signals in normal wear state is small. The multifractal spectrum width of the frictional vibration signal under severe wear state is larger, which indicates that the fluctuation range of the frictional vibration signal is larger under severe wear state.
4.2 Characteristic parameter analysis
It can be seen from the above analysis that the fractal spectrum of frictional vibration signals under different wear states has different shape and position characteristics. To obtain the classification model, the input parameters are the sample eigenvector parameter. Therefore, the eigenvector parameters representing the fractal characteristics are selected from the singularity index and the fractal dimension
which constitute the multifractal spectrum. As shown in Fig 7, they are
,
,
,
,
,
,
respectively.
For the purpose of exploring the stability and sensitivity of multifractal spectrum parameters, ten groups of samples, each with duration 2 s under different wear conditions at 50 N and 0.5 Hz, were randomly selected. The value distribution of the multifractal spectrum parameters is shown in Fig 8. As can be seen from the figure, the value distribution of sample characteristic parameters in the normal wear state is relatively stable. In contrast, the value range of the sample characteristic parameters in running-in wear state is relatively large, while the value range of sample characteristic parameters in the severe wear state lies in the middle. This is consistent with the range characteristics of the friction coefficient changes in each state, thereby indicating that multifractal spectrum parameters can be used to characterize different wear states.
Fig 9 shows the sensitivity of different multifractal spectrum parameters to wear states, which can measure the feasibility of interval division of data for different states. The seven groups of characteristic parameters have certain state aliasing for different wear states, indicating that it is difficult to distinguish different wear states by traditional linear interval division. Therefore, it is a nonlinear problem to identify three wear states by multifractal spectrum parameters of frictional vibration signals.
5. Wear state identification of frictional vibration signals with SVM method
5.1 Identification results under the same working condition
The samples under the loading force of 50 N and reciprocating frequency of 1 Hz were selected for analysis, and the labels of the samples under the three states of running-in wear, normal wear and severe wear were set as 1, 2 and 3 in turn. To avoid the weight of the trained model was too small, which will cause the instability of the numerical calculation, and make the parameter optimization converged at a faster speed, the data was normalized by using the mapminmax function. A total of 210 groups of 70 groups in each state were randomly selected as training samples, and the seven-dimensional normalized feature vector of the 210 groups of samples was obtained. A total of 90 groups of 30 groups in each state were randomly selected from the remaining sample set as test samples. The original SVM classification method is used to solve two classification problems. For the three classification problems in this paper, the one-to-one method [22] was adopted to identify three different wear states, radial basis kernel function [23] was adopted, and SVM parameters was optimized by grid optimization method [24].
The identification results are shown in Fig 10. As shown in Fig 10, only six samples are misjudged, and the overall recognition accuracy is 93.3%, indicating that three wear states can be identified by SVM. Table 3 shows the recognition accuracy of different wear states. The recognition accuracy of severe wear state is the lowest, while the recognition accuracy of normal wear state is the highest, which may be caused by the instability of severe wear state compared with normal wear state.
To rigorously address the request for comparative evaluation with alternative machine learning algorithms and comprehensive classification metrics, we conducted systematic benchmarking against Long short-term memory (LSTM), Gated Recurrent Unit(GRU), and Random Forest (RF). All models were trained and validated using identical experimental datasets—210 samples for training and 90 samples for testing—under controlled conditions (50N load, 1 Hz frequency). Performance was quantitatively assessed through a suite of metrics including confusion matrices, precision, recall, F1-score, and overall accuracy. As demonstrated in Table 4, the proposed nonlinear SVM classifier achieved superior performance, attaining peak accuracy (93.3%) and F1-score (0.932). These results robustly validate SVM’s enhanced capability in modeling complex nonlinear relationships inherent in multifractal feature spaces—a critical advantage over conventional algorithms for wear state identification.
To rigorously evaluate the generalization capability of the proposed nonlinear support vector machine (SVM) model and mitigate overfitting risks, a tenfold cross-validation procedure was implemented in accordance with established machine learning validation practices [25–27]. The dataset comprised 210 samples (70 per wear state: running-in, normal, and severe wear), randomly partitioned into 10 equally sized subsets. During each iteration, 9 subsets (189 samples) were used for training, while the remaining subset (21 samples) served as the validation set. This process repeated iteratively until all subsets were validated.
As summarized in Table 5, the model achieved a mean accuracy of 94.0% (standard deviation ±1.5%) across all validation rounds. The consistency of performance—ranging from 89.8% (Round 6) to 96.0% (Round 8)—confirms the method’s robustness to data partitioning variations. Notably, the severe wear state exhibited higher volatility (90.5% ± 3.3%), attributable to two key factors: Friction coefficient fluctuations under severe wear conditions; Feature aliasing in multifractal parameters, particularly in and
. This variability aligns with transitional dynamics observed during wear-state transitions and underscores the challenge of distinguishing severe wear when multifractal parameters overlap with running-in states. Nevertheless, the sustained >90% accuracy across all states validates the SVM’s efficacy for wear-state identification.
5.2 Analysis of the influence of loading force on recognition accuracy
The SVM was trained by randomly selecting 50 samples of frictional vibration signals under various wear conditions with loading force of 70N with reciprocating frequency 0.5 Hz, which were generated by feature extraction of noise reduction processing. 50 samples of frictional vibration signals in each wear state under the loading force of 50 N with reciprocating frequency of 0.5 Hz, and the loading force of 60N with reciprocating frequency of 0.5 Hz were selected as test set samples for test analysis.
The recognition results are shown in Fig 11. As shown in Fig 11a, nine samples are misjudged with the loading force 50 N, and the recognition accuracy is 94%. As shown in Fig 11b, eight samples are misjudged with the loading force 60 N, and the recognition accuracy is 94.7%. six samples are misjudged with the loading force 70 N, and the accuracy of recognition is 96%. The sample recognition accuracy of the test set under different loading is similar to each other. Therefore, it can be concluded that the change of loading force has almost no effect on the model recognition results.
5.3 Analysis of the influence of reciprocating frequency on recognition
SVM was trained by randomly selecting 50 samples of frictional vibration signals in various wear states under conditions of 50 N loading force and 2 Hz reciprocating frequency, which were generated by feature extraction of noise reduction processing. The classification method was one-to-one, kernel function was radial basis kernel function, and parameter optimization method was grid optimization. 50 samples of frictional vibration signals in different wear states with reciprocating frequency of 0.5 Hz, 1 Hz and 2 Hz were selected for testing.
The recognition results are shown in Fig 12. As shown in Fig 12a, fifteen samples are misjudged with reciprocating frequency 0.5 Hz, and the accuracy of recognition is 90%. As shown in Fig 12b, fourteen samples are misjudged with reciprocating frequency 1 Hz, and the accuracy of recognition is 90.7%. As shown in Fig 12c, twelve samples are misjudged with reciprocating frequency 2 Hz, and the accuracy of recognition is 92%. The sample recognition accuracy of the test set under different reciprocating frequency is similar to each other. Therefore, it can be concluded that the change of reciprocating frequency has almost no impact on the model recognition results.
6. Conclusion
This research proposes a novel method for identifying the wear state of reciprocating sliding friction pairs based on fractal parameters of frictional vibration signals and nonlinear support vector machines, addressing the challenge of real-time monitoring of wear states. Frictional vibration is an inevitable vibrational phenomenon generated during the relative motion of friction pairs, which can be conveniently collected in real-time engineering practice. The study revealed that frictional vibration signals exhibit distinct multifractal characteristics, and the distribution of multifractal spectrum parameters under different wear conditions demonstrates excellent nonlinear identifiability. Based on this finding, this paper proposes constructing feature vectors from the fractal parameters of frictional vibration signals and employing nonlinear support vector machines for pattern recognition and classification of different wear states. Through experimental research, the wear process was divided into three typical states: running-in wear, normal wear, and severe wear. The results demonstrated that the proposed method achieved recognition accuracies exceeding 90% for all three wear states, validating its effectiveness. This achievement not only provides a new technical approach for friction wear monitoring but also offers a valuable reference for the application of nonlinear signal processing in other fields.
References
- 1. Liu H, Wei H, Xie H, Wei L, Li J. Unsupervised segmentation of wear particle’s image using local texture feature. Industrial Lubrication and Tribology. 2018;70:1601–7.
- 2. Liu H, Wei H, Wei L, Li J, Yang Z. An experiment on wear particle’s texture analysis and identification by using deterministic tourist walk algorithm. Industrial Lubrication and Tribology. 2015;67(6):582–93.
- 3. Xie F, Wei H. Research on controllable deep learning of multi-channel image coding technology in ferrographic image fault classification. Tribology International. 2022;173.
- 4. Zhu H, Ge S, Cao X, Tang W. The changes of fractal dimensions of frictional signals in the running-in wear process. Wear. 2007;263:1502–7.
- 5. Li G, Huang Y, Lin Y, Pan X. Multifractal analysis of frictional vibration in the running-in process. Tribology Transactions. 2013;56:284–9.
- 6. Li J, Wei H, Fan L, Wei L. Multifractal Detrended Fluctuation Analysis of Frictional Vibration Signals in the Running-in Wear Process. Tribology Letters. 2017;65:50.
- 7. Chao P, Jianming Z, Ting C. Feature extraction of the wear state of a deep hole drill tool based on the wavelet fractal dimension of the current signal. Journal of Mechanical Science and Technology. 2024;(5):38.
- 8. Liao H, Liu Y, Li H. Topography characterization of friction pairs during the real-time wear process in dry condition. Tribology International. 2024;194.
- 9. Yuan Y, Chen J, Rong J, Cattani P, Kudreyko A, Villecco F. Tool Degradation Prediction Based on Semimartingale Approximation of Linear Fractional Alpha-Stable Motion and Multi-Feature Fusion. Fractal Fract. 2023;7(4):325.
- 10. Feng J, Zhao N, Zhu G, Wu G, Li Y, Luo X. Cavitation identification in a hydraulic bulb turbine based on vibration and pressure fluctuation measurements. Mechanical Systems and Signal Processing. 2024;208:111042.
- 11. Wu H, Zhang X, Yao Z. A novel identification method for grinding chatter based on multifractal theory and variational mode decomposition. Int J Adv Manuf Technol. 2025;137(3–4):1975–90.
- 12. Abbasion S, Rafsanjani A, Farshidianfar A, Irani N. Rolling element bearings multi-fault classification based on the wavelet denoising and support vector machine. Mechanical Systems and Signal Processing. 2007;21:2933–45.
- 13. Islam MMM, Khan SA, Kim J-M. Multi-fault diagnosis of roller bearings using support vector machines with an improved decision strategy. Advanced Intelligent Computing Theories and Applications. 2015;538–50.
- 14. Islam MMM, Kim J-M. Time–frequency envelope analysis-based sub-band selection and probabilistic support vector machines for multi-fault diagnosis of low-speed bearings. Journal of Ambient Intelligence and Humanized Computing. 2017.
- 15. Mehta A, Goyal D, Choudhary A, Pabla BS, Belghith S. Machine Learning-Based Fault Diagnosis of Self-Aligning Bearings for Rotating Machinery Using Infrared Thermography. Mathematical Problems in Engineering. 2021.
- 16. Cortes C, Vapnik VN. Support Vector Networks. Machine Learning. 1995;20:273–97.
- 17.
Schölkopf B. Pairwise classification and support vector machines. 2008.
- 18. Yu H, Wei H, Zhou D, Li J, Liu H. Reconstruction and information entropy analysis of frictional vibration signals in running-in progress. Industrial Lubrication and Tribology. 2021.
- 19. Kantelhardt JW, Zschiegner SA, Koscielny-Bunde E, Havlin S, Bunde A, Stanley HE. Multifractal detrended fluctuation analysis of nonstationary time series. Physica A: Statistical Mechanics and its Applications. 2002;316(1–4):87–114.
- 20. Ihlen EAF. Introduction to multifractal detrended fluctuation analysis in matlab. Front Physiol. 2012;3:141. pmid:22675302
- 21. Zhao X, Shang P, Shi W. Multifractal cross-correlation spectra analysis on Chinese stock markets. Physica A: Statistical Mechanics and its Applications. 2014;402:84–92.
- 22.
Kreel UHG. Pairwise classification and support vector machines. Advances in kernel methods: Support vector learning. Cambridge, MA. 1999.
- 23.
Prajapati GL, Patle A. On Performing Classification Using SVM with Radial Basis and Polynomial Kernel Functions. International Conference on Emerging Trends in Engineering & Technology. 2010.
- 24. Wang J, Zhang L, Chen G. A parameter optimization method for an SVM based on improved grid search algorithm. Applied Science and Technology. 2012.
- 25. Vakharia V, Gujar R. Prediction of compressive strength and portland cement composition using cross-validation and feature ranking techniques. Construction and Building Materials. 2019;225:292–301.
- 26. Dave V, Borade H, Agrawal H, Purohit A, Padia N, Vakharia V. Deep Learning-Enhanced Small-Sample Bearing Fault Analysis Using Q-Transform and HOG Image Features in a GRU-XAI Framework. Machines. 2024;12(6):373.
- 27. Shah M, Borade H, Dave V, Agrawal H, Nair P, Vakharia V. Utilizing TGAN and ConSinGAN for Improved Tool Wear Prediction: A Comparative Study with ED-LSTM, GRU, and CNN Models. Electronics. 2024;13(17):3484.