<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Self-Advising SVM for Sleep Apnea Classification</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Yashar Maali</string-name>
          <email>Yashar.Maali@student.uts.edu.au</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Adel Al-Jumaily</string-name>
          <email>Adel.Al-Jumaily@uts.edu.au</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Leon Laks</string-name>
          <email>leonlaks@bigpond.com</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Respiratory Physician, Concord Hospital Sydney</institution>
          ,
          <country country="AU">Australia</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>University of Technology, Sydney (UTS) Faculty of Engineering and IT</institution>
          ,
          <addr-line>Sydney</addr-line>
          ,
          <country country="AU">Australia</country>
        </aff>
      </contrib-group>
      <fpage>24</fpage>
      <lpage>33</lpage>
      <abstract>
        <p>In this paper Self-Advising SVM, a new proposed version of SVM, is investigated for sleep apnea classification. Self-Advising SVM tries to transfer more information from training phase to the test phase in compare to the traditional SVM. In this paper Sleep apnea events are classified to central, obstructive or mixed, by using just three signals, airflow, abdominal and thoracic movement, as inputs. Statistical tests show that self-advising SVM performs better than traditional SVM in sleep apnea classification.</p>
      </abstract>
      <kwd-group>
        <kwd>Sleep apnea</kwd>
        <kwd>Support vector machines</kwd>
        <kwd>Particle swarm optimization</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Sleep disorders are common and sleep apnea (SA) is one of the most common and
critical types of sleep disorders. SA can be recognized by the repeated temporary
cessation of breathing during sleep [1]. More precisely, apnea is defined as the total or
near-total absence of airflow. This becomes significant once the reduction of the
breathing signal amplitude is at least around 75% with respect to the normal respiration
and occurs for a period of 10 seconds or longer[2]. A sleep apnea event can also be
classified into three groups as: central sleep apnea, obstructive sleep apnea, and mixed
sleep apnea. In case of the first, sleep apnea is originated by the central nervous
system. In the case of the second, the reason for the pauses in the breathing lie in a
respiratory tract obstruction, while in the third case, both of these reasons may be present.</p>
      <p>The manual scoring of sleep apnea is costly and time-consuming. Therefore, many
efforts have been made to develop systems that score the records automatically
[1113]. For this reason several Artificial Intelligent (AI) algorithms are used in this area
such as fuzzy rule-based system [14], genetic SVM [15], and PSO-SVM [16] which
have been proposed in our previous works. Classification of apneic events to apnea or
hypopnea is also so important for severity calculation of the sleep disorder. The
classification of apneic events is also considered in many studies, such as [17-19].</p>
      <p>In this study an improved version of SVM, named self-advising SVM, is used to
classify sleep apnea to central, obstructive and mixed. The second section of this work
covers some preliminaries about SVM and partial swarm optimization. We introduce
the self-advising SVM algorithm in the third section of this paper; fourth section
covers proposed methodology for classifying sleep apnea be the self-advising SVM
which is followed by experimental results in section five, and the conclusion in
section six.
2
2.1</p>
    </sec>
    <sec id="sec-2">
      <title>Preliminaries</title>
      <sec id="sec-2-1">
        <title>Support vector machine</title>
        <p>
          Support vector machine (SVM) is a machine learning method proposed by Vapnik
          <xref ref-type="bibr" rid="ref23">in 1995</xref>
          [20]. The idea of SVM is to construct a maximized separating hyperplane. The
optimization criterion of SVM is the width of the margin between the classes, i.e., the
empty area around the decision boundary defined by the distance to the nearest training
patterns. SVM shows it ability for classification in many applications even with high
dimension. In addition, SVMs avoid over fitting by choosing a specific hyperplane
among the many that can separate the data in the feature space.
        </p>
        <p>The brief math description can be shown as follows. For a binary classification,
from a training set of samples( ) ( ) ( ) * +, where
is the input vector corresponding to the sample and labeled by depending on
its class. SVM aim is, separating the binary labeled training data with a hyperplane
that has maximum distance from them, known as maximum margin hyperplane.
Figure 1 shows the basic idea of the SVM graphically. The pair ( d)efines the
hyperplane with equation . So, this hyperplane can linearly separate the
train data if</p>
        <p>Distance of each training data</p>
        <p>from the hyperplane is given by
combining inequality (1) and (2), for all</p>
        <p>result in
(</p>
        <p>)
‖ ‖
‖ ‖
( )
( )
‖ ‖
Therefore,</p>
        <p>is the lower bound on the distance between the training data
‖ ‖
the separating hyperplane.</p>
        <p>The maximum margin hyperplane can be considered as the solution of the problem
of maximizing the subject to the constraint (1), or equivalently by solving the
and
following problem
(
)</p>
        <p>( )</p>
        <p>If we denote ( )the nonnegative Lagrange multipliers associated
with the constraints (1), and without considering few steps the resulting decision
function is given by [21],</p>
        <p>Note that the nonzero are those for which the constraints (1) are satisfied with
the equality sign. This has an important consequence. Since most of the are usually
zero the vector is a linear combination of a relatively small percentage of the
training data . These points are termed support vectors because they are the closest
points from the separating hyperplane and the only points needed to determine the
hyperplane. The support vectors are the training patterns that lie on the margin
boundaries. An advantage of SVM is this fact that only small subset of the training
samples, support vectors, is finally retained for the classifier.</p>
        <p>Support vectors</p>
        <p>Margin</p>
        <p>In order to use the SVM to produce nonlinear decision functions, the training data
is projected to a higher-dimensional inner product space , called feature space, using
a nonlinear map ( ) . In the feature space the optimal linear hyperplane
is computed. Nevertheless, by using kernels it is possible to make all the necessary
operations in the input space by using ( ) ( ) () as ( )is an
inner product in the feature space. The decision function can be written in terms of
these kernels as follows:</p>
      </sec>
      <sec id="sec-2-2">
        <title>Sigmoid kernel： (</title>
        <p>Here are kernel parameters.</p>
        <p>Particle Swarm Optimization</p>
        <p>
          Particle Swarm Optimization (PSO), was introduced by Kennedy and Eberhart
          <xref ref-type="bibr" rid="ref23">in
1995</xref>
          [22, 23] based on the movement of swarms and inspired by the social behaviors
of birds or fishes. Similar to the genetic algorithm, PSO is a population-based
stochastic optimization technique. In the PSO, each member is named particle, and each
particle is a potential solution to the problem. In comparison with the genetic algorithms,
PSO updates the population of particles by considering their internal velocity and
position, which are obtained by the experience of all the particles.
        </p>
        <p>In this study, we use the constriction coefficient PSO [24]. In this approach, the
velocity update equation is as (1),</p>
        <p>( ) 0 ( ) . ( ) ( )/ . ̂ ( ) ( )/1
where
is the particle best and ̂
. And,
with,
√ (
)
( )
( )
Equation (7) is used under the constraints that and ,
The parameter in the equation (8) controls the exploration and exploitation. For
, fast convergence is expected and for we can expect slow convergence with
a high degree of exploration [24].</p>
        <p>The constriction approach has several advantages over traditional PSO model such
as; we do not need velocity clamping for constriction model and this model
guarantees convergence under the given constraints[25].
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Self-Advising SVM</title>
      <p>In current SVM methods, the only information that is used in the test phase from
the training is the hyperplane positions or SVs. Subsequent knowledge can be any
more information about the SVs, such as their distribution, and or the knowledge
extracted from the misclassified data in the training phase.</p>
      <p>Self-advising SVM tries to generate subsequent knowledge from the misclassified
data of the training phase of the SVM. This misclassified data can come from 2
potential sources as outliers or as data that have not been linearly separated by using any
type of kernels. Classic SVM ignores the training data that has not been separated
linearly by kernels in the training phase. Self-advising SVM intended to deal with the</p>
      <p>It must be considered that on the right hand side of the equation (9), we can use
any SVM decision function and kernel. The set can be null, but experimental
results revealed that the occurrence of misclassified data in training phase is common.</p>
      <p>For each of MD the neighborhood length (NL) is defined as:
( )
|
)
( )
where are the training data.</p>
      <p>Note: if the training data is mapped to a higher dimension by using a mapping
function, then the distance between and can be computed according to the
following equation with reference to the related kernel ,
()
( )
(
(
)
(
) )
( )</p>
      <p>Finally, based on finding of
(AW) is computed as follows,
{
∑
∑
( )
for each</p>
      <p>from the test set, the advised weight
|
|
|</p>
      <p>( )
( )
( )
ignoring of the knowledge that can be extracted from the misclassified data. This can
be done by generating advice weights based on using of misclassified training data, if
possible, and use these weights together with decision values of the SVM in the test
phase. These weights help the algorithm to eliminate the outlier data.</p>
      <p>To benefit from the misclassified data of the training phase, we must first find
them. Let’s define the misclassified data sets, MD, in the training phase as follows:
⋃
( ∑
(
)
)
( )</p>
      <p>These AWs are between 0 and 1, and they represent how close the test data are to
the misclassified data. To conclude the above, the self-advising SVM (SA-SVM) is as
follows:</p>
      <p>Training phase:
1- Finding the hyperplane by solving problem of equation (6) or related
problem, it means normal SVM training.
2- Find the set using equation (9).
3- If the is null, go to the testing phase else compute for each member
of MD using equation (10).</p>
      <p>Testing phase:
1- Compute the
( )for each</p>
      <p>from the test set
(
)
|
2</p>
      <p>Compute the absolute value of the SVM decision values for each
test set and scale the values to , .
For each from the test set,
from the
If
( )
)then
(
∑.</p>
      <p>(
)
/
this means normal SVM labeling.</p>
      <p>Else, ( ( )
)
Note: If the testing and training data are mapped to a higher dimension, then
in step 3 of the test phase should be computed by equation (11); further, as
mentioned previously, any SVM methods and kernels can be used in this algorithm.
4</p>
    </sec>
    <sec id="sec-4">
      <title>Approach and Method</title>
      <p>In this section, we present the proposed algorithm for the classification of the
sleep apnea events into central, obstructive or mixed. The proposed methodology is as
follows:
 Feature generation: this stage generates several statistical features for each event
from the wavelet packet coefficients.
 PSO-SVM classifier: In this stage PSO is used to select a best features subset
interactively with the SA SVM. PSO also is used for tuning the parameters of the SA
SVM. In the process, SA SVM is used as the fitness evaluator.
 Final classification: the selected pattern is used for classification of the unseen
validation data in this stage. The accuracy of this step is assumed as the final
performance of the algorithm.</p>
      <sec id="sec-4-1">
        <title>The details of these steps are as follows:</title>
        <p>4.1</p>
        <p>Feature generation</p>
        <p>Feature extraction plays an important role in recognition systems, in this paper
features are generated from wavelet coefficients. In the first step, 3 levels "Haar" wavelet
packet applied on input signals, airflow, abdominal and thoracic movements. Then
several statistical measures are computed by attention to the coefficients related to
each apnea events, and considered as features of that event. These features represent
the inputs of proposed PSO-SVM algorithm in the next step. Full list of proposed
features are included in Table I.</p>
        <p>In this study, each particle consists of two arrays; the length of the first array is
equal to the number of features. Each cell can get a real number between 0 and 1 as
importance of the relevant feature. Features, which their corresponding cells have
values higher than 0.5, are selected for classification. The second array is related to the
gamma and cost as parameters of the SVM, which can get a value between to .
5</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Results and discussion</title>
      <p>Experimental data consist of 20 samples which events of them are annotated by an
expert were provided by the Concord hospital in Sydney. We run the algorithm 5
different times; in each run 10 samples are chosen as the training, 5 samples as
validation and 5 samples as the test set. RBF kernel is selected for the both of the
Selfadvising and traditional SVM. In the constriction coefficient PSO structure,
considered as 0.8 and and swarm contain 20 particles</p>
      <p>Table 2 tabulates the number of central, obstructive and mixed events in each of
the validation set, train and test for these 5 runs.</p>
      <p>Accuracy and also f-score of the self-advising and traditional SVM in classification
of these apnea events are as Table 3.</p>
      <p>The average accuracies for these two methods are as
respectively. Also, for more reliable evaluation between results of these two methods pair t-test
is used. The p value of t-test is as 0.028. These statistical tests show that the results
obtained by the self-advising SVM are significantly better than the results of
traditional SVM.</p>
      <p>Also, we consider the f-score as another performance measure to compare these
methods. Table 3, tabulated the f-scores for these two methods. The average f-score
for traditional SVM and self-advisable SVM are repectively. Also
paired t-test shows that self-advisable is significantly better than traditional SVM by
considering the f-score. The p value of t-test is as for the f-score is as 0.036.
6</p>
    </sec>
    <sec id="sec-6">
      <title>Conclusion</title>
      <p>In this study we proposed a new version of SVM named self-advising SVM for
classification of sleep apnea events into obstructive, central or mixed. This study
shows that self-advising SVM has advantage over traditional SVM in apnea
classification problem. More investigation of the proposed SVM algorithm in apnea
detection or other classification problems must be study in future works.
10.
11.
12.
13.
14.
20.
21.
22.
23.
24.
25.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>Guilleminault</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          , J. van den Hoed, and
          <string-name>
            <given-names>M.</given-names>
            <surname>Mitler</surname>
          </string-name>
          ,
          <article-title>Overview of the sleep apnea syndromes</article-title>
          . In: C.
          <article-title>Guilleminault</article-title>
          and Wc Dement, Editors, Sleep apnea syndromes, Alan R Liss, New York.
          <year>1978</year>
          : p.
          <fpage>1</fpage>
          -
          <lpage>12</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <surname>Flemons</surname>
            ,
            <given-names>W.W.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Buysse</surname>
            ,
            <given-names>D</given-names>
          </string-name>
          ; Redline,
          <string-name>
            <surname>S,</surname>
          </string-name>
          <article-title>Sleep-related breathing disorders in adults: Recommendations for syndrome definition and measurement techniques in clinical research</article-title>
          . Sleep,
          <year>1999</year>
          .
          <volume>22</volume>
          (
          <issue>5</issue>
          ): p.
          <fpage>667</fpage>
          -
          <lpage>689</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Chokroverty</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <article-title>Sleep deprivation and sleepiness</article-title>
          ,
          <source>in Sleep Disorders Medicine (Third Edition)</source>
          <year>2009</year>
          , W.B. Saunders: Philadelphia. p.
          <fpage>22</fpage>
          -
          <lpage>28</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Chokroverty</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <article-title>Overview of sleep &amp; sleep disorders</article-title>
          .
          <source>Indian Journal of Medical Research</source>
          ,
          <year>2010</year>
          .
          <volume>131</volume>
          (
          <issue>2</issue>
          ): p.
          <fpage>126</fpage>
          -
          <lpage>140</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Ball</surname>
            ,
            <given-names>E.M.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Simon RD Jr; Tall</surname>
            <given-names>AA</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Banks</surname>
            <given-names>MB</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Nino-Murcia</surname>
            <given-names>G</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Dement</surname>
            <given-names>WC</given-names>
          </string-name>
          ,
          <article-title>Diagnosis and treatment of sleep apnea within the community - The Walla Walla project</article-title>
          .
          <source>Archives of Internal Medicine</source>
          ,
          <year>1997</year>
          .
          <volume>157</volume>
          (
          <issue>4</issue>
          ): p.
          <fpage>419</fpage>
          -
          <lpage>424</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Kryger</surname>
            ,
            <given-names>M.H.</given-names>
          </string-name>
          <string-name>
            <surname>; Roos</surname>
            <given-names>L</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Delaive</surname>
            <given-names>K</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Walld</surname>
            <given-names>R</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Horrocks</surname>
            <given-names>J</given-names>
          </string-name>
          ,
          <article-title>Utilization of health care services in patients with severe obstructive sleep apnea</article-title>
          .
          <source>Sleep</source>
          ,
          <year>1996</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          <volume>19</volume>
          (
          <issue>9</issue>
          ): p.
          <fpage>S111</fpage>
          -
          <lpage>S116</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Stradling</surname>
            ,
            <given-names>J.R.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>J.H.</given-names>
            <surname>Crosby</surname>
          </string-name>
          ,
          <article-title>Relation between systemic hypertension and sleep hypoxemia or snoring- analysis in 748 men drawn from generalpractice</article-title>
          .
          <source>British Medical Journal</source>
          ,
          <year>1990</year>
          .
          <volume>300</volume>
          (
          <issue>6717</issue>
          ): p.
          <fpage>75</fpage>
          -
          <lpage>78</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Kryger</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          <string-name>
            <surname>Roth</surname>
          </string-name>
          , and D.W. C., Editors.
          <year>2000</year>
          , Saunders: Philadelphia, PA: W.B. p.
          <fpage>813</fpage>
          -
          <lpage>826</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Penzel</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ;
          <string-name>
            <surname>McNames J; Murray A; de Chazal P; Moody G; Raymond</surname>
            <given-names>B.</given-names>
          </string-name>
          ,
          <article-title>Systematic comparison of different algorithms for apnoea detection based on electrocardiogram recordings</article-title>
          .
          <source>Medical &amp; Biological Engineering &amp; Computing</source>
          ,
          <year>2002</year>
          .
          <volume>40</volume>
          (
          <issue>4</issue>
          ): p.
          <fpage>402</fpage>
          -
          <lpage>407</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Kryger</surname>
            ,
            <given-names>M.H.</given-names>
          </string-name>
          ,
          <article-title>management of obstractive sleep-apnea</article-title>
          .
          <source>Clinics in Chest Medicine</source>
          ,
          <year>1992</year>
          .
          <volume>13</volume>
          (
          <issue>3</issue>
          ): p.
          <fpage>481</fpage>
          -
          <lpage>492</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          <string-name>
            <surname>Cabrero-Canosa</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Hernandez-Pereira</surname>
          </string-name>
          , and
          <string-name>
            <given-names>V.</given-names>
            <surname>Moret-Bonillo</surname>
          </string-name>
          ,
          <article-title>Intelligent diagnosis of sleep apnea syndrome</article-title>
          .
          <source>Ieee Engineering in Medicine and Biology Magazine</source>
          ,
          <year>2004</year>
          .
          <volume>23</volume>
          (
          <issue>2</issue>
          ): p.
          <fpage>72</fpage>
          -
          <lpage>81</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Cabrero-Canosa</surname>
          </string-name>
          , M;
          <string-name>
            <surname>Castro-Pereiro</surname>
          </string-name>
          , M;
          <string-name>
            <surname>Graña-Ramos</surname>
          </string-name>
          , M; HernandezPereira, E;
          <string-name>
            <surname>Moret-Bonillo</surname>
            ,
            <given-names>V</given-names>
          </string-name>
          ;
          <string-name>
            <surname>Martin-Egaña</surname>
          </string-name>
          , M;
          <string-name>
            <surname>Verea-Hernando</surname>
            ,
            <given-names>H,</given-names>
          </string-name>
          <article-title>An intelligent system for the detection and interpretation of sleep apneas</article-title>
          .
          <source>Expert Systems with Applications</source>
          ,
          <year>2003</year>
          .
          <volume>24</volume>
          (
          <issue>4</issue>
          ): p.
          <fpage>335</fpage>
          -
          <lpage>349</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>de Chazal</surname>
          </string-name>
          , P.;
          <string-name>
            <surname>Heneghan C; Sheridan E; Reilly R; Nolan P; O'Malley</surname>
            <given-names>M</given-names>
          </string-name>
          ,
          <article-title>Automated processing of the single-lead electrocardiogram for the detection of obstructive sleep apnoea</article-title>
          .
          <source>Ieee Transactions on Biomedical Engineering</source>
          ,
          <year>2003</year>
          .
          <volume>50</volume>
          (
          <issue>6</issue>
          ): p.
          <fpage>686</fpage>
          -
          <lpage>696</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          <string-name>
            <surname>Maali</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>A</given-names>
            .
            <surname>Al-Jumaily</surname>
          </string-name>
          ,
          <article-title>Genetic Fuzzy Approach for detecting Sleep Apnea/Hypopnea Syndrome</article-title>
          .
          <source>2011 3rd International Conference on Machine Learning and Computing (ICMLC</source>
          <year>2011</year>
          ),
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>Maali</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>A</given-names>
            .
            <surname>Al-Jumaily</surname>
          </string-name>
          .
          <article-title>Automated detecting sleep apnea syndrome: A novel system based on genetic SVM</article-title>
          .
          <source>in Hybrid Intelligent Systems (HIS)</source>
          ,
          <year>2011</year>
          11th International Conference on.
          <year>2011</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>Maali Y.</surname>
          </string-name>
          and
          <string-name>
            <given-names>A</given-names>
            .
            <surname>Al-Jumaily</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A Novel</given-names>
            <surname>Partially</surname>
          </string-name>
          <article-title>Connected Cooperative Parallel PSO-SVM Algorithm Study Based on Sleep Apnea Detection, in Accepted in IEEE Congress on Evolutionary Computation2012: Brisbane, Australia</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Schluter</surname>
            , T. and
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Conrad</surname>
          </string-name>
          ,
          <article-title>An approach for automatic sleep stage scoring and apnea-hypopnea detection</article-title>
          .
          <source>Frontiers of Computer Science</source>
          ,
          <year>2012</year>
          .
          <volume>6</volume>
          (
          <issue>2</issue>
          ): p.
          <fpage>230</fpage>
          -
          <lpage>241</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <surname>Aksahin</surname>
            ,
            <given-names>M</given-names>
          </string-name>
          ; Aydin,
          <string-name>
            <surname>S.</surname>
          </string-name>
          ; Firat,
          <string-name>
            <given-names>H.</given-names>
            ;
            <surname>Erogul</surname>
          </string-name>
          ,
          <string-name>
            <surname>O</surname>
          </string-name>
          ,
          <article-title>Artificial Apnea Classification with Quantitative Sleep EEG Synchronization</article-title>
          .
          <source>Journal of Medical Systems</source>
          ,
          <year>2012</year>
          .
          <volume>36</volume>
          (
          <issue>1</issue>
          ): p.
          <fpage>139</fpage>
          -
          <lpage>144</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <surname>Guijarro-Berdinas</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          , E. Hernandez-Pereira, and
          <string-name>
            <given-names>D.</given-names>
            <surname>Peteiro-Barral</surname>
          </string-name>
          ,
          <article-title>A mixture of experts for classifying sleep apneas</article-title>
          .
          <source>Expert Systems with Applications</source>
          ,
          <year>2012</year>
          .
          <volume>39</volume>
          (
          <issue>8</issue>
          ): p.
          <fpage>7084</fpage>
          -
          <lpage>7092</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <surname>Vapnik</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Statistical</surname>
            <given-names>Learning1998</given-names>
          </string-name>
          : Wiley.
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <string-name>
            <surname>Lauer</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>G.</given-names>
            <surname>Bloch</surname>
          </string-name>
          ,
          <article-title>Incorporating prior knowledge in support vector machines for classification: A review</article-title>
          .
          <source>Neurocomputing</source>
          ,
          <year>2008</year>
          .
          <volume>71</volume>
          (
          <issue>7-9</issue>
          ): p.
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <source>in Micro Machine and Human Science</source>
          ,
          <year>1995</year>
          . MHS '
          <volume>95</volume>
          .,
          <source>Proceedings of the Sixth International Symposium on</source>
          .
          <year>1995</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          <string-name>
            <surname>Kennedy</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Eberhart</surname>
          </string-name>
          , and Ieee, Particle swarm optimization.
          <source>1995 Ieee International Conference on Neural Networks Proceedings, Vols</source>
          <volume>1</volume>
          -61995.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          <string-name>
            <surname>Clerc</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          <article-title>The swarm and the queen: towards a deterministic and adaptive particle swarm optimization</article-title>
          .
          <source>in Evolutionary Computation</source>
          ,
          <year>1999</year>
          . CEC 99.
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          <source>Proceedings of the 1999 Congress on</source>
          .
          <year>1999</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          <string-name>
            <surname>Engelbrecht</surname>
            ,
            <given-names>A.P.</given-names>
          </string-name>
          , Fundamentals of Computational Swarm Intelligence2005: Wiley.
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>