Skip to main content
Computational and Mathematical Methods in Medicine logoLink to Computational and Mathematical Methods in Medicine
. 2014 Feb 9;2014:947254. doi: 10.1155/2014/947254

Pulse Waveform Classification Using Support Vector Machine with Gaussian Time Warp Edit Distance Kernel

Danbing Jia 1, Dongyu Zhang 2,*, Naimin Li 1,2
PMCID: PMC3934457  PMID: 24660022

Abstract

Advances in signal processing techniques have provided effective tools for quantitative research in traditional Chinese pulse diagnosis. However, because of the inevitable intraclass variations of pulse patterns, the automatic classification of pulse waveforms has remained a difficult problem. Utilizing the new elastic metric, that is, time wrap edit distance (TWED), this paper proposes to address the problem under the support vector machines (SVM) framework by using the Gaussian TWED kernel function. The proposed method, SVM with GTWED kernel (GTWED-SVM), is evaluated on a dataset including 2470 pulse waveforms of five distinct patterns. The experimental results show that the proposed method achieves a lower average error rate than current pulse waveform classification methods.

1. Introduction

Pulse diagnosis is one of the most valuable and widely used diagnostic methods in traditional Chinese medicine (TCM) [1]. In pulse diagnosis, physicians palpate the pulse on the radial artery at the styloid process of the radius with fingertips. By recognizing the pulse patterns of patients which are related to different syndromes and diseases with TCM, physicians can customize the scheme of treatment. Pulse diagnosis is a convenient, noninvasive, and effective diagnostic method. However, as the diagnosis result highly depends on physician's sense and experience, pulse diagnosis is a skill that requires considerable training and practice and, for different physicians, may produce significant variations in diagnosis results. Over the last several decades, pulse diagnosis has attracted an increasing amount of attention in both clinical medicine [24] and biomedicine [57]. Many techniques developed for measuring, processing, and analyzing the physiological signal [711] have been considered in quantitative pulse diagnosis to improve the reliability and consistency of diagnoses.

As an important step in the quantification research of Chinese pulse diagnosis, the automatic classification of pulse waveforms has attracted much recent attention [7, 1013]. Pulse waveform classification aims to assign a pulse pattern to a pulse waveform according to the criteria of shape, regularity, force, and rhythm [1]. However, because of the complicated intraclass variations in pulse patterns and the inevitable influence of local time shifts in pulse waveforms, conventional classification methods, such as artificial neural networks [12, 13], decision trees [14], and wavelet networks [15], usually cannot achieve satisfactory classification accuracy. Moreover, as most of the previous results are tested on datasets with a small sample size, the effectiveness of these methods still requires further verification on large scale datasets.

Previously, by using edit distance with real penalty (ERP) [16], we proposed an elastic kernel function, Gaussian ERP (GERP) kernel [17], and incorporated it with a kernel difference-weighted k-nearest neighbor classifier (KDF-WKNN) [18] for pulse waveform classification, and the experimental result on a dataset with 2470 samples has preliminarily shown its effectiveness. In this paper, we further extend this kind of elastic kernel-based approach by proposing a support vector machine (SVM) with a Gaussian time warping edit distance (GTWED) kernel method (GTWED-SVM). The difference between GTWED-SVM and the method in [17] can be summarized as follows.

  1. The TWED distance in the proposed elastic kernel function, the GTWED kernel, is more promising for time series classification in comparison with ERP distance [19] and is thus expected to be more effective in enhancing the accuracy of pulse waveform classification.

  2. The proposed new method for pulse waveform classification embeds the GTWED kernel in the SVM framework, while the method in [17] incorporates the GERP kernel into the KDF-WKNN classifier. Our experimental results show that, for pulse waveform classification, the GTWED-SVM method can achieve an average error rate (AER) of 9.43% and is more suitable than the KDF-WKNN with GERP kernel (GERP-KDF) and other pulse waveform classification methods.

The remainder of this paper is organized as follows. Section 2 describes the proposed method, that is, GTWED-SVM. Some basic modules for pulse waveform classification, including pulse waveform acquisition and preprocessing, are also introduced in this section. Section 3 provides the experimental results and discussion. Finally, Section 4 concludes this paper.

2. Method

In this section, we first briefly introduce some background knowledge, that is, pulse waveforms acquisition and preprocessing. Then, we define the GTWED kernel function and propose a new method for pulse waveforms classification, that is, GTWED-SVM.

2.1. Pulse Waveform Acquisition and Preprocessing

The procedure of pulse waveform acquisition and preprocessing is summarized in Figure 1. The first step is to acquire the digital pulse waveforms. This work is performed by our pressure sensor-based pulse waveforms acquisition system [20], which simulates pulse palpation by attaching pressure sensors on the surface of the radial artery at the styloid process of radius. Then, the pulse signals caught by the pressure sensors are transformed to digital pulse waveforms with a sampling frequency of 150 Hz. Finally, the digital pulse waveforms are stored into a PC through the USB interface.

Figure 1.

Figure 1

Schematic diagram of pulse waveforms acquisition and preprocessing.

Because of the inevitable powerline interference and different types of artifacts, the acquired pulse waveforms always suffer from the problems of noise and baseline drift as shown in Figure 1. These problems could significantly distort the shapes of the pulse waveforms and, finally, reduce the classification accuracy. Thus, it is necessary to remove the noise and the baseline drift before further analysis. In this paper, we employ a Daubechies 4 wavelet transform to remove noise by empirically comparing the performance of several wavelet functions and adopt wavelet-based methods [9] to remove the baseline drift. After that, each pulse waveform is split into several single-period segmentations according to the onsets, and only one of them is selected for normalization. By using the bilinear interpolation method, all the selected segmentations are normalized to the equal length; that is, each has 150 data points, for pulse waveform classification. Figure 2 shows the typical normalized pulse waveforms of five different pulse patterns, namely, moderate, slippery, taut, hollow, and unsmooth pulses, which are acquired by our pulse waveforms acquisition system.

Figure 2.

Figure 2

Typical pulse waveforms of five pulse patterns: (a) moderate, (b) slippery, (c) taut, (d) hollow, and (e) unsmooth.

Pulse waveforms classification suffers from complicated intraclass variations. For example, as shown in Figure 3, the waveform of a moderate pulse with an unnoticeable tidal wave is similar to that of a slippery pulse, and for taut pulses, there are three typical shapes as shown in Figure 4. Moreover, as a common problem in time series classification, local time shifting also has influence on pulse waveforms classification accuracy. Nevertheless, our previous work has preliminarily shown the effectiveness of kernel-based methods in addressing the problems of pulse waveform classification [17]. In this paper, we further extend this kind of method and propose an elastic kernel function, GTWED, for kernel machine-based pulse waveform classification. The details are provided in the following sections.

Figure 3.

Figure 3

Pulse waveforms with similar shapes: (a) the similarity of an untypical moderate pulse waveform to (b) a slippery pulse waveform.

Figure 4.

Figure 4

Taut pulses with three typical pulse waveforms.

2.2. Gaussian Time Warp Edit Distance Kernel Function

By utilizing the development in time series matching, namely, TWED [19], we propose an elastic kernel function, GTWED kernel, for pulse waveforms classification. In the following, we first present related work in TWED and then the proposed GTWED kernel function.

2.2.1. Time Warp Edit Distance

Motivated by the success of dynamic time warping (DTW) [21] in handling time shifting problems, elastic similarity measures are widely used in time series matching. Generally speaking, elastic similarity measures can be grouped into two categories: (1) nonmetric such as DTW and longest common subsequence (LCSS) [22] and (2) elastic metric, which, namely, satisfies the triangle inequality, such as ERP [16]. TWED [19] is a newly developed elastic metric with the following definition.

Definition 1 —

Suppose two time series A 1 m = [(a 1, t a1),…, (a i, t ai),…, (a m, t am)] with m elements and B 1 n = [(b 1, t b1),…, (b j, t bj),…, (b n, t bn)] with n elements, where t ai and t bj  (t ai ∈ [1, m],  t bj ∈ [1, n]), are time stamps of A 1 m and B 1 n, respectively, and subject to t ai < t ap, t bj < t bq, whenever i < p, j < q. The TWED metric between A 1 m and B 1 n, denoted by d twed(A 1 m, B 1 n), is recursively defined as

dtwed(A1m,B1n)=min{dtwed(A1m1,B1n)+dLP(am,am1)+ν·(tamtam1)+λ,dtwed(A1m1,B1n1)+dLP(am,bn)+dLP(am1bn1)+ν·(|tamtbn|+|tam1tbn1|),dtwed(A,B1n1)+dLp(bn,bn1)+ν·(tbntbn1)+λ, (1)

where A i p (or B j q) is the subtime series that consists of the ith (or jth) to the pth (qth) samples of A 1 m (or B 1 n), d LP(·, ·) denotes the Lp-norms, and λ, ν are two nonnegative parameters which are used to adjust the stiffness of TWED distance. TWED satisfies the triangle inequality and is a metric [19].

TWED metric is effective in handling the problem of local time shifting in time series classification. Moreover, it is also appealing to use the TWED metric for time series retrieval, because many data structures and algorithms have been optimized for efficient indexing and retrieval in metric space [23]. In the following, we show another potential advantage of the TWED metric, that is, in the construction of elastic kernel functions.

2.2.2. Gaussian Time Warp Edit Distance Kernel Function

By utilizing the TWED metric, we propose a new elastic kernel function, the GTWED, which is defined as follows.

Definition 2 —

Let S be a nonempty time series set, and the dimension of each element is less than or equal to d (d ≥ 1). Then, the GTWED kernel on S is defined as

kgtwed(A1m,B1n)=exp(dtwed2(A1m,B1n)2σ2),A1m,B1nS, (2)

where m, n are the lengths of times series A 1 m and B 1 n with m, nd, d twed(·, ·) denotes the TWED metric, and σ is the standard deviation of the Gaussian function.

GTWED is an elastic kernel function, which can be regarded as embedding TWED metric into the Gaussian function. Actually, motivated by the effectiveness of elastic measures in handling the time shifting problem, it is tempting to use elastic measures to construct elastic kernel functions for kernel machine-based time series classification. By using the DTW distance, the Gaussian DTW (GDTW) kernel is first proposed and embedded into an SVM for online handwriting recognition with a reported performance comparable to hidden Markov model [24]. Counterexamples, however, have reported the SVM with GDTW kernel (GDTW-SVM) cannot outperform either the SVM with Gaussian radial basis function (RBF) kernel or the nearest neighbor classifier with DTW distance [25] and is not suitable for time series classification [26].

We argue that the poor performance of GDTW-SVM should be attributed to the nonpositive definite symmetric (PDS) property of GDTW kernel function [26]. For SVM, a PDS kernel is required to satisfy Mercer's condition [27], which is essential to ensure the convexity of the optimization problem [28]. Otherwise, the solution to the optimization problem may only be local optimal and may not even converge at all. This may explain why GDTW-SVM may perform well for several tasks, but very poorly for most time series classification applications [25].

Actually, for any nonmetric similarity measure, d nom⁡(·, ·) (either elastic or nonelastic), the kernel function k e(·, ·) defined in the following form:

ke(·,·)=exp(γdnom2(·,·)), (3)

is definitely not a PDS kernel function [29], where γ > 0 is a user-specified parameter. That is to say, the necessary condition for k e(·, ·) to be a PDS kernel is that d nom⁡(·, ·) is a metric. This can also prove that GDTW is not PDS, because we can easily get GDTW kernel by replacing d nom⁡(·, ·) with the nonmetric measure, that is, DTW distance. In contrast to the GDTW kernel function, the proposed GTWED is constructed by embedding TWED in a Gaussian form as (2). Since TWED is an elastic metric [19], we suppose that GTWED would be more suitable for time series classification than GDTW.

In our previous work, we proposed another elastic kernel function, the GERP [17], by embedding an elastic metric, that is, ERP distance into a Gaussian function. Compared with ERP distance, by incorporating a nonnegative parameter ν on the time stamps, the TWED metric provides an easy way to adjust its own elasticity, which makes it more robust to time shifting. Also, experimental results on the UCR time series datasets show that the classification performance of TWED is better than that of ERP [19]. Based on this, we suppose GTWED is more effective in time series classification than GERP and propose to use GTWED-SVM for pulse waveforms classification.

2.3. Pulse Waveforms Classification by Using GTWED-SVM

In this subsection, we first briefly present a survey on SVM. Then, we will describe the pulse waveforms classification method by using GTWED-SVM.

2.3.1. Support Vector Machine

As a state of the art classifier, SVM has been widely used in many applications [30, 31]. Let {(x i,y i)}i=1 N be a set of N training samples, where x i is the ith sample in the input space x, and y i ∈ {+1, −1} is the class label of x i. In the nonlinear SVM, by using a nonlinear operator Φ(·), the input space x is mapped into a Hilbert inner product space Η, as x i · x j → Φ(x i) · Φ(x j) = k(x i, x j), where k(·, ·) is a kernel function, and in Η, the two classes samples can be separated by a hyperplane:

f(x)=wΤΦ(x)+b=0, (4)

where w is a weight vector and b is bias [28].

For a given training set, there may be many hyperplanes that satisfy (4). SVM classifier finds the optimal hyperplane that maximizes the separating margin between two classes as shown in Figure 5. Mathematically, this hyperplane can be obtained by solving the following optimization problem:

minJ(w,ξ)=12||w||2+Ci=1Nξis.t.yi(wTΦ(xi)+b)1ξi,C>0,ξi0,i=1,2,,N, (5)

where C is the regularization parameter that controls the tradeoff between margin maximization and classification error. {ξ i}i=1 N is the slack variable that is related to classification errors [31]. By using the technique of Lagrange multipliers [28], the optimization problem can be transformed to an equivalent dual problem:

maxW(α)=i=1Nαi12i=1Nj=1NαiαjyiyjΦT(xi)Φ(xj)=i=1Nαi12i=1Nj=1Nαiαjyiyjk(xi,xj),subject  to0αiC,i=1Nαiyi=0, (6)

where α i is the Lagrange multiplier and k(·, ·) denotes the kernel function which should satisfy Mercer's condition. In practice, this optimization problem can be numerically solved through quadratic programming. Then, the decision function of SVM can be represented as

f(z)=i=1NαiyiΦT(xi)Φ(z)+b=i=1Nαiyik(xi,z)+b, (7)

where z is an unclassified sample.

Figure 5.

Figure 5

Optimal hyperplane of SVM in nonseparable case.

2.3.2. Pulse Waveforms Classification Framework

In this paper, we propose to use GTWED-SVM for pulse waveforms classification. Generally, there are mainly two steps in GTWED-SVM, including a training step, which involves training the structure of the SVM to obtain the hyperplane and the decision function, and a testing step, which involves using the obtained decision function to obtain the class labels of unclassified pulse waveforms.

Let k gtwed(·, ·) denote the GTWED kernel function and let {(x i,y i)∣y i∈{1,−1}}i=1 m denote a training set of pulse waveforms. By using (2), (6), and (7), for each element z in the test set of pulse waveforms, we can get its class label y(z) as

y(z)=sign(fgtwed(z))=sign(i=1mαiyikgtwed(xi,z)+b)=sign(i=1mαiyiexp(dtwed2(xi,z)2σ2)+b),subject  to0αiC,i=1Nαiyi=0, (8)

where d twed(x i, z) can be calculated by using (1).

3. Experimental Results

In this section, we evaluate the effectiveness of GTWED-SVM for pulse waveforms classification. First, a description of the dataset and experimental setup is provided in Section 3.1. Then, in Section 3.2, we present the experimental results of the proposed method.

3.1. Experimental Setup

By using the method described in Section 2.1, we construct a dataset with 2470 pulse waveforms of five patterns which can be classified by their shapes. They are moderate, slippery, taut, hollow, and unsmooth pulses. Table 1 summarizes the information of the dataset. All subjects are patients in the hospital between 20 and 60 years old. Clinical data, for example, biomedical data and past medical history, are also obtained for reference. For each subject, only the pulse signal of the left hand is acquired, and three experts are asked to determine the pulse pattern according to their pulse signal and the clinical data. If the diagnosis results of the experts are the same, the sample is kept in the dataset, else it is abandoned. To the best of our knowledge, this dataset is the largest dataset used for pulse waveform classification. In the following, we use this dataset to evaluate the performance of GTWED-SVM.

Table 1.

Pulse waveform dataset used in our experiment.

Pulse pattern Moderate Slippery Taut Hollow Unsmooth Total
Number 800 550 800 160 160 2470

We adopt the 10-folder cross validation [32] to evaluate the proposed method. This procedure is as follows.

  1. We randomly divide the pulse waveform dataset into 10 subsets.

  2. For each subset, repeat the following process: use the subset as the testing set and the other 9 subsets as the training set T. Each training set T is divided into two parts T 1 and T 2. The dataset T 1 is used for training, and T 2 is used for tuning the parameters. That is to say, we can use T 2 to adjust the parameters of evaluated methods until we find the optimal parameters. Then, we rerun the training step on the larger dataset T by using the optimized parameters. Finally, the classification error rate is measured on testing subset.

  3. This process runs for 10 times, and the overall error rate is averaged across all 10 partitions.

Notice that, in GTWED-SVM, there are four parameters (λ, ν, C, σ) to be determined in the tuning step, while λ, ν, and σ are used to calculate the GTWED kernel function, and C is the regularization parameter of SVM. The values of λ and ν are selected from [10−5, 10−4, 10−3, 10−2, 10−1, 1] and [0, 0.25, 0.5, 0.75, 1], respectively [19]. The values of σ and C are selected from [10−2, 10−1, 1, 10, 102, 103, 104] and [10−3, 10−2, 10−1, 1, 10, 102, 103, 104, 105], respectively. In this paper, we adopt the grid search to find the values of λ, ν, C, and σ, because it will always find the optimal values of these parameters. In the following, we use the above methods to evaluate the performance of proposed method.

3.2. Performance of GTWED-SVM in Pulse Waveform Classification

In our previous work, we proposed another method for pulse waveform classification, namely, GERP-KDF [17], which has the best performance in current pulse waveforms classification methods. So, in this paper, we will compare the performance of GTWED-SVM with that of GERP-KDF. As we have employed two distinct kernel functions in the two methods, that is, GTWED and GERP, which are constructed by embedding two similarity measures, TWED and ERP, respectively, we divide the comparison into two parts: similarity measures comparison, that is, TWED versus ERP, and AER comparison, that is, GTWED-SVM versus GERP-KDF.

3.2.1. Comparison of Similarity Measures

The comparison between TWED and ERP is performed by using 10-folder cross validation under the framework of one nearest neighbor classifier (1NN). Figure 6 plots the error rates obtained by using one nearest neighbor classifier with a TWED metric (1NN-TWED) and one nearest neighbor classifier with an ERP metric (1NN-ERP), while the results of one nearest neighbor classifier with Euclidean distance (1NN-ED) are also plotted for reference. In TWED, the optimal values of λ and ν are 0.01 and 0.25, respectively. Table 2 shows the average error rates (AERs) of each method.

Figure 6.

Figure 6

Error rates of 1NN-ED, 1NN-ERP, and 1NN-TWED.

Table 2.

Comparison of AERs obtained by using 1NN-ED, 1NN-ERP, and 1NN-TWED.

Methods 1NN-ED 1NN-ERP 1NN-TWED
AER (%) 13.35 11.28 10.84

As we can see that both the AERs of 1NN-ERP and 1NN-TWED are much lower than that of 1NN-ED, which indicates that, compared with the nonelastic metric, that is, Euclidean distance, elastic metrics, that is, TWED and ERP, are more effective in handling the problem of local time shifting in pulse waveforms and more suitable for pulse waveform classification. Furthermore, among the two elastic metrics, TWED achieves an AER of 0.1084, which is slightly lower than that of the ERP, that is, 0.1128. The comparison results show that, in terms of AER, the TWED metric is better than the ERP metric in the task of pulse waveforms classification.

3.2.2. Performance Comparison of GTWED-SVM and GERP-KDF

We run 10-folder cross validation on GTWED-SVM and GERP-KDF, respectively, and plot the error rates of two methods in Figure 7. For comparison, we also plot the result of 1NN-ED, 1NN-ERP, and 1NN-TWED in Figure 7. In terms of AER, the kernel based methods, that is, GTWED-SVM and GERP-KDF, are better than those similarity measures, that is, 1NN-ED, 1NN-ERP, and 1NN-TWED.

Figure 7.

Figure 7

Error rates of GTWED-SVM and GERP-KDF.

To give a comprehensive comparison of GTWED-SVM and GERP-KDF, we also count the correctly classified and misclassified samples in each class of the pulse waveforms dataset. The results are represented in the form of confusion matrices as shown in Tables 3 and 4.

Table 3.

Confusion matrix of the GTWED-SVM.

Predicted class
Moderate Slippery Taut Hollow Unsmooth
Actual class
 Moderate 719 63 17 1 0
 Slippery 74 466 4 7 0
 Taut 16 3 775 1 5
 Hollow 7 12 3 136 2
 Unsmooth 1 1 16 2 141
Table 4.

Confusion matrix of the GERP-KDF.

Predicted class
Moderate Slippery Taut Hollow Unsmooth
Actual class
 Moderate 710 69 18 3 0
 Slippery 70 465 7 8 0
 Taut 23 5 762 1 10
 Hollow 7 10 4 136 2
 Unsmooth 1 0 21 1 137

In the two tables, each column represents the instances in a predicted class, while each row represents the instances in an actual class. In this way, it makes it easy to see if the method is confusing different classes, that is, mislabeling one as another. It is apparent that the bold data on the diagonal of the tables are the numbers of correctly classified samples. Table 5 shows the average error rates (AERs) of the two methods in each pulse pattern, while the bold number denotes the minimum AERs of each row. For all the pulse patterns, GTWED-SVM is able to achieve error rate better than or comparable to GERP-KDF.

Table 5.

AERs (%) of different methods.

Pulse patterns AERs (%)
GTWED-SVM 
[λ, ν, σ, C] = [10−2, 0.25,102, 102]
GERP-KDF [17] 
[k, η, σ] = [30,10−2, 10]
Moderate 10.12 11.25
Slippery 15.27 15.45
Taut 3.12 4.75
Hollow 15 15
Unsmooth 11.88 14.38
Total AERs 9.43 10.53

4. Conclusion

By incorporating one of the state-of-the-art time series matching methods, that is, TWED, we propose to use the GTWED kernel and SVM classifier for pulse waveform classification. By using an elastic kernel function, that is, GTWED, the proposed method is promising in addressing intraclass variations and the problem of local time shifting in pulse waveforms classification and thus can achieve lower classification error rates in comparison with other methods. The experimental results on a dataset with 2470 pulse waveforms show that the GTWED-SVM achieves an AER of 9.43%, which is lower than that of other state-of-the-art pulse waveform classification methods.

The GTWED kernel in the proposed method can be regarded as the distance substituting kernels by embedding TWED elastic distance into the Gaussian. Commonly, the positive definite symmetric property of this kind of kernel could not be always guaranteed. However, this problem could be solved by using the recursive time warp kernel construction method [33]. In the future, we will further study the effectiveness of elastic kernel function in pulse waveform and other time series classification.

Acknowledgments

This work is partially supported by the NSFC funds of China under Contract nos. 61001037, 61071179, and 61271093 and the Fundamental Research Funds for the Central Universities (Grant no. HIT. NSRIF. 2013063).

Acronyms

TWED:

Time wrap edit distance

ERP:

Edit distance with real penalty

DTW:

Dynamic time warping

LCSS:

Longest common subsequence

SVM:

Support vector machine

GTWED:

Gaussian time wrap edit distance kernel

GTWED-SVM:

Support vector machine with GTWED

GERP:

Gaussian edit distance with real penalty kernel

GERP-SVM:

Support vector machine with GERP

GDTW:

Gaussian dynamic time warping kernel

GDTW-SVM:

Support vector machine with GDTW

KDF-WKNN:

Kernel difference-weighted k-nearest neighbor classifier

GERP-KDF:

KDF-WKNN with Gaussian edit distance with real penalty kernel

1NN-ED:

One nearest neighbor classifier with Euclidean distance

1NN-ERP:

One nearest neighbor classifier with ERP

1NN-TWED:

One nearest neighbor classifier with TWED.

Conflict of Interests

The authors declare that there is no conflict of interests regarding the publication of this paper.

References

  • 1.Li SZ. Pulse Diagnosis. Paradigm Press; 1985. [Google Scholar]
  • 2.Tsuji T, Fukuda O, Ichinobe H, Kaneko M. A log-linearized Gaussian mixture network and its application to EEG pattern classification. IEEE Transactions on Systems, Man and Cybernetics C. 1999;29(1):60–72. [Google Scholar]
  • 3.Wang H, Cheng Y. A quantitative system for pulse diagnosis in traditional Chinese medicine. Proceedings of the 27th IEEE Annual International Conference of the Engineering in Medicine and Biology Society (EMBS '05); September 2005; pp. 5676–5679. [DOI] [PubMed] [Google Scholar]
  • 4.Fu SE, Lai SP. System for pulse measurement and analysis of Chinese medicine. Proceedings of the 11th IEEE Annual International Conference of the Engineering in Medicine and Biology Society (EMBS '89); November 1989; pp. 1695–1696. [Google Scholar]
  • 5.Lee J, Kim J, Lee M. Design of digital hardware system for pulse signals. Journal of Medical Systems. 2001;25(6):385–394. doi: 10.1023/a:1011975727571. [DOI] [PubMed] [Google Scholar]
  • 6.Leca R, Groza V. Hypertension detection using standard pulse waveform processing. Proceedings of the 21st IEEE Instrumentation and Measurement Technology Conference (IMTC '04); May 2004; Ottawa, Canada. pp. 400–405. [Google Scholar]
  • 7.Lu A, Jiang M, Zhang C, Chan K. An integrative approach of linking traditional Chinese medicine pattern classification and biomedicine diagnosis. Journal of Ethnopharmacology. 2012;141(2):549–556. doi: 10.1016/j.jep.2011.08.045. [DOI] [PubMed] [Google Scholar]
  • 8.Tyan CC, Liu SH, Chen JY, Chen JJ, Liang WM. A novel noninvasive measurement technique for analyzing the pressure pulse waveform of the radial artery. IEEE Transactions on Biomedical Engineering. 2008;55(1):288–297. doi: 10.1109/TBME.2007.910681. [DOI] [PubMed] [Google Scholar]
  • 9.Xu L, Zhang D, Wang K. Wavelet-based cascaded adaptive filter for removing baseline drift in pulse waveforms. IEEE Transactions on Biomedical Engineering. 2005;52(11):1973–1975. doi: 10.1109/TBME.2005.856296. [DOI] [PubMed] [Google Scholar]
  • 10.Lee J. The systematical analysis of oriental pulse waveform: a practical approach. Journal of Medical Systems. 2008;32(1):9–15. doi: 10.1007/s10916-007-9101-0. [DOI] [PubMed] [Google Scholar]
  • 11.Allen J, Murray A. Comparison of three arterial pulse waveform classification techniques. Journal of Medical Engineering and Technology. 1996;20(3):109–114. doi: 10.3109/03091909609008388. [DOI] [PubMed] [Google Scholar]
  • 12.Xu L, Meng MQH, Wang K, Lu W, Li N. Pulse images recognition using fuzzy neural network. Expert Systems with Applications. 2009;36(2):3805–3811. [Google Scholar]
  • 13.Chiu C-C, Liau BY, Yeh SJ, Hsu CL. Artificial neural network classification of arterial pulse waveforms in cardiovascular diseases. Proceedings of the 4th Kuala Lumpur International Conference on Biomedical Engineering; June 2008; Springer; pp. 129–132. [Google Scholar]
  • 14.Wang H, Zhang P. A quantitative method for pulse strength classification based on decision tree. Journal of Software. 2009;4(4):323–330. [Google Scholar]
  • 15.Xu LS, Wang KQ, Wang L. Pulse waveforms classification based on wavelet network. Proceedings of the 27th IEEE Annual International Conference of the Engineering in Medicine and Biology Society (EMBS '05); September 2005; Shanghai, China. pp. 4596–4599. [DOI] [PubMed] [Google Scholar]
  • 16.Chen L, Ng R. On the marriage of Lp-norms and edit distance. Proceedings of the 30th International Conference on Very Large Data Bases; 2004; pp. 792–803. [Google Scholar]
  • 17.Zuo W, Zhang D, Zhang D, Zhang H, Li N. Classification of pulse waveforms using edit distance with real penalty. Eurasip Journal on Advances in Signal Processing. 2010;2010303140 [Google Scholar]
  • 18.Zuo W, Zhang D, Wang K. On kernel difference-weighted k-nearest neighbor classification. Pattern Analysis and Applications. 2008;11(3-4):247–257. [Google Scholar]
  • 19.Marteau P-F. Time warp edit distance with stiffness adjustment for time series matching. IEEE Transactions on Pattern Analysis and Machine Intelligence. 2009;31(2):306–318. doi: 10.1109/TPAMI.2008.76. [DOI] [PubMed] [Google Scholar]
  • 20.Zhang D, Tang W, Xu L. Three portions and nine pulse-takings pulse condition detector of pulse condition sensor of herbalist doctor, and pulse condition detection method", (patent no. ZL, 2006 10073864. 1), State Intellectual Property Office, Beijing, China, 12 May 2010 (Chinese)
  • 21.Sakoe H, Chiba S. Dynamic programming algorithm optimization for spoken word recognition. IEEE Transactions on Acoustics, Speech, and Signal Processing. 1978;26(1):43–49. [Google Scholar]
  • 22.Gruber C, Gruber T, Krinninger S, Sick B. Online signature verification with support vector machines based on LCSS kernel functions. IEEE Transactions on Systems, Man, and Cybernetics B. 2010;40(4):1088–1100. doi: 10.1109/TSMCB.2009.2034382. [DOI] [PubMed] [Google Scholar]
  • 23.Chávez E, Navarro G, Baeza-Yates R, Marroquín JL. Searching in metric spaces. ACM Computing Surveys. 2001;33(3):273–321. [Google Scholar]
  • 24.Bahlmann C, Haasdonk B, Burkhardt H. On-line handwriting recognition with support vector machines—a kernel approach. Proceedings of the 8th International Workshop on Frontiers in Handwriting Recognition; 2002; pp. 49–54. [Google Scholar]
  • 25.Hansheng L, Bingyu S. A study on the dynamic time warping in kernel machines. Proceedings of the 3rd IEEE International Conference on Signal Image Technologies and Internet Based Systems (SITIS '07); December 2007; Shanghai, China. pp. 839–845. [Google Scholar]
  • 26.Gudmundsson S, Runarsson TP, Sigurdsson S. Support vector machines and dynamic time warping for time series. Proceedings of the IEEE International Joint Conference on Neural Networks (IJCNN '08); June 2008; Hong Kong . pp. 2772–2776. [Google Scholar]
  • 27.Müller KR, Mika S, Rätsch G, Tsuda K, Schölkopf B. An introduction to kernel-based learning algorithms. IEEE Transactions on Neural Networks. 2001;12(2):181–200. doi: 10.1109/72.914517. [DOI] [PubMed] [Google Scholar]
  • 28.Burges CJC. A tutorial on support vector machines for pattern recognition. Data Mining and Knowledge Discovery. 1998;2(2):121–167. [Google Scholar]
  • 29.Schölkopf B, Smola AJ. Learning With Kernels. Cambridge, Mass, USA: MIT Press; 2002. [Google Scholar]
  • 30.Ribeiro B. Support vector machines for quality monitoring in a plastic injection molding process. IEEE Transactions on Systems, Man and Cybernetics C. 2005;35(3):401–410. [Google Scholar]
  • 31.Song Q, Hu W, Xie W. Robust support vector machine with bullet hole image classification. IEEE Transactions on Systems, Man and Cybernetics C. 2002;32(4):440–448. [Google Scholar]
  • 32.Salzberg SL. On comparing classifiers: pitfalls to avoid and a recommended approach. Data Mining and Knowledge Discovery. 1997;1(3):317–328. [Google Scholar]
  • 33.Marteau P-F, Gibet S. 2010, On Recursive Edit Distance Kernels with Application to Time Series Classification http://arxiv.org/abs/1005.5141. [DOI] [PubMed]

Articles from Computational and Mathematical Methods in Medicine are provided here courtesy of Wiley

RESOURCES