<!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>Electroencephalogram Signals Analysis by Fuzzy Classifiers based on Cumulative Mutual Information</article-title>
      </title-group>
      <contrib-group>
        <aff id="aff0">
          <label>0</label>
          <institution>University of Zilina, Department of Infromatics</institution>
          ,
          <addr-line>Univerzitna 8215/1, 010 26, Zilina, Slovakia (jan.rabcan, elena.zaitseva</addr-line>
        </aff>
      </contrib-group>
      <pub-date>
        <year>1932</year>
      </pub-date>
      <fpage>0000</fpage>
      <lpage>0003</lpage>
      <abstract>
        <p>New algorithm for EEG signals classification is proposed in this paper. The typical algorithm for signal classification includes two steps: preliminary transformation and classification. The preliminary transformation modifies investigated signals by the procedures of feature extraction and dimension reduction into data set accepted for the classification. This transformation causes the loss of some information that can improve the classification accuracy. New procedure of fuzzification is added in the preliminary transformation for the proposed algorithm. This procedure allows using the fuzzy classifier at the second step. The Fuzzy Random Forest is used for the classification of EEG signals in the proposed algorithm. The new procedure (fuzzification) in the preliminary transformation and new fuzzy classifier (Fuzzy Random Forest) allows increase the classification accuracy of the EEG signals. The efficiency of new algorithm is evaluated by two investigations. The first one focuses on epilepsy diagnostics and the second one aims at epileptics' seizure detection. The comparison with other studies and shows the increasing of the classification accuracy of EEG signals by the proposed algorithm.</p>
      </abstract>
      <kwd-group>
        <kwd>Electroencephalogram (EEG)</kwd>
        <kwd>Fuzzification</kwd>
        <kwd>Fuzzy Decision Tree</kwd>
        <kwd>Fuzzy Random Forest</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>Epilepsy is considered as one of the most common chronic neurological disorders.
Statistics of World Health Organization shows that approximately 50 million people
worldwide suffer from epilepsy [1]. The most notable epileptic symptom are recurrent
unprovoked seizures which usually occurs without warning, and they can affect each
part of the body [2]. Seizures are caused by the electrical activity of the brain, concretely
by the unexpected electrical disturbance of brain and excessive neuronal discharge.
These brain activities can be monitored by the Electroencephalogram (EEG) [3].
Ability to measure brain electrical activity makes EEG as one of the most important
tools in neurology diagnostics [5, 6]. EEG measures electrical brain activity by the
electrodes placed on the scalp [1, 2]. Captured measurement are signals. These signals are
converted into the graphic form represented by curves [4]. The shape and character of
captured curve is strongly affected by current brain activity. Curves of signals obtained
from EEG can be evaluated visually by specialized doctors who are able to use them in
neural disorder diagnostic. However, such evaluation might not provide enough
information for doctors to provide reliable neurological diagnostics. Diagnostic based on
EEG can be significantly improved by development of algorithms for automatic
analysis of EEG signals. Such algorithms must involve automatic extraction and analysis of
information from the captured signal. According to extracted information, the brain
state can be predicted or classified. In this paper, the algorithm for EEG signal analysis
is proposed. This algorithm is demonstrated by the detection of epileptic seizures and
the diagnostics of epilepsy.</p>
      <p>To develop reliable and credible algorithms for automatic EEG signal analysis can
be developed based on the real data. There is well-known dataset of EEG signals
collected and published by R. G. Andrzejak [6]. This dataset consists of 500 samples of
EEG signal evenly divided into five disjoint subsets A, B, C, D, and E. Therefore, each
subset contains 100 samples of EEG signals. Each of these samples represents an EEG
signal captured during 23.6 seconds of EEG recording. Subset A and B contain
measurement recorded from persons who do not suffer from epilepsy. In case of subset A,
patients had eyes opened during recording while patients in subset B had eyes closed.
Whether the eyes are open or closed affects the electrical activity of the brain according
to [6]. Samples in subsets C, D, E was recorded from persons suffered from epilepsy.
While patients in subsets C and D were investigated during seizure-free intervals,
subset E contains samples measured during seizure activity only. Subset C consists of the
vectors, were obtained from the hippocampal formation of the opposite hemisphere of
the brain. Data vectors in the subset D were recorded from within the epileptogenic
zone. Examples of samples from these subsets are shown in Fig. 1.</p>
      <p>From Fig. 1 is observable that signals in A and E are different from signals in B, C,
and D. Nevertheless, only visual inspection can be insufficient to recognize healthy (A,
B) and epileptics EEG segments (C, D, E). The most significant similarity between this
group is oblivious in case of samples from B, C, and D. The samples are very similar
to each other and the use only of visual inspection can lead to failure in diagnostic
(patient suffering from epilepsy diagnosed as healthy). This example was used to shows
that development of algorithms for automatic EEG signals analysis can be instrumental
in diagnostics. It allows deciding whether a person has epilepsy without information if
they have had an epileptic seizure or have not. Another task can be focused on detection
of seizure activities. Also, development and analysis of these algorithms can enable the
growth of decision support systems for early diagnosis of epilepsy [3–5].</p>
      <p>Algorithms for automatized EEG signals analysis has been considered in several
works. Different classification methods are used in these investigations, for example,
K-nearest neighbor classifier [7], neural networks [5, 8, 9], support vector classifier
[10, 11], decision trees [12]. The classification accuracy of EEG signals can be
increased by the application of evolution methods [7] and clustering analysis [13].
Analysis of these investigations shows that one of effective classification methods of EEG
signal for identification of persons with epilepsy is based on the application of decision
tree [12] and Fuzzy Decision Tree (FDT) [14, 15]. The approach of EEG signal
classification by FDT is developed in this paper and ordered FDT (oFDT) introduced in [16]
are used. This tree has a regular structure that contains exactly one attribute at each
level of the tree [17]. This ability allows parallelization of classification. The evaluation
of the EEG signals classification in [17] has possible and quite accurate. However, there
can be possibility for increasing of the classification accuracy that is considered in this
paper. In particular, the application of Fuzzy Random Forest (FRF) is considered.</p>
      <p>Typical algorithms for EEG signals classification in addition to the classification
procedure include the signal preliminary transformation into numerical attributes [18,
19]. For this reason, analyzed signal must be preprocessed to extract useful information
necessary for creating classification models. Nowadays, we can find many
preprocessing schemes in the literature. Basically, most of them consist of two steps: feature
extraction and dimensional reduction. Feature extraction usually includes wavelet or
spectral transformation. In [12] discrete wavelet and Discrete Fourier Transformation
(DFT) was compared. Result of this paper shows better performance of DFT in
combination with method C4.5 for decision tree induction. In [20] and [9] the Welch’s method
was used. These studies indicate that power spectrum density estimation by Welch’s
method provides strong attributes which represent EEG signals well. The second
typical step of preprocessing is dimensional reduction. This step is required when feature
extraction produce data matrix of large dimension. Dimensional reduction usually
transforms data matrix to matrix of significantly smaller dimension. In [10] three
techniques was compared: Principal Components Analysis (PCA), linear discriminant
analysis, and independent component analysis. The used in this paper PCA is recomended
especially in cases when the number of training samples per class is small [21].</p>
      <p>In comparison with preprocessing of EEG signals mentioned above, the algorithm
presented by us in [14] and [15] involve fuzzy logic to preliminary data transformation
as additional step. This step is fuzzification which can significantly reduce possible
uncertainty in data. This paper shows a detailed investigation of this step with
combination of different fuzzy classifiers: FDTs and FRF. This analysis allows
developing of accurate method for EEG signals analysis.</p>
    </sec>
    <sec id="sec-2">
      <title>Structure of new algorithm for EEG signal classification</title>
      <p>The proposed algorithm for epileptics’ seizure detection from EEG signals includes two
steps (Fig.2): the preliminary transformation of EEG signal and the classification. The
differences between traditional algorithms of signal classification and algorithm
proposed in this paper are (a) the additional procedure of fuzzification at step of
preliminary transformation and (b) the fuzzy classifier at step of classification. The addition of
the fuzzification permits to use fuzzy classification and consider the ambiguity of the
transformed and reduced initial EEG signal.</p>
      <p>In papers [22–24], it has been shown that fuzzy data are useful for representation of
ambiguous and imprecise data with higher accuracy and the application of fuzzy data
instead of numerical data allows increasing of the accuracy of classification. The
principal steps of the proposed algorithm for EEG signal classification are shown in the
figure bellow.</p>
      <sec id="sec-2-1">
        <title>Dataset of</title>
      </sec>
      <sec id="sec-2-2">
        <title>Signals</title>
      </sec>
      <sec id="sec-2-3">
        <title>Preliminary Data Transformation</title>
      </sec>
      <sec id="sec-2-4">
        <title>Feature</title>
      </sec>
      <sec id="sec-2-5">
        <title>Extraction (Welch)</title>
      </sec>
      <sec id="sec-2-6">
        <title>Dimensional</title>
      </sec>
      <sec id="sec-2-7">
        <title>Reduction (PCA)</title>
      </sec>
      <sec id="sec-2-8">
        <title>Fuzzification</title>
      </sec>
      <sec id="sec-2-9">
        <title>Result Analysis</title>
      </sec>
      <sec id="sec-2-10">
        <title>Fuzzy Classifiers</title>
        <p>(oFDT, uFDT, FRF)</p>
        <p>Signal preprocessing and the preliminary signal transformation of EEG signals
causes the loss of some information of initial signal. This fact implies the classification
of ambiguous data. Fuzzy classifiers can be used for effective classification in this case
[25]. The application of these classifiers is possible if the input data for the
classification is fuzzy. However, data in standard algorithms of EEG signal classification after
the preliminary transformation is not fuzzy even if procedures of attribute extraction
and dimension reduction include fuzzy transformation. For example, in paper [26]
propose the algorithm for EEG signal classification with the application of adaptive
neurofuzzy inference system. Other fuzzy techniques are described in [27]. At same time
classifications in these algorithms are not implemented based on fuzzy classifier.
Classification can be improved by application of a fuzzy classifier that causes the
representation of data for classification after the preliminary transformation as the fuzzy data.</p>
        <p>Moreover, we lose some amount of information during EEG signal preprocessing
during preliminary data transformation. Therefore, the ambiguity and uncertainty of
initial data can occur. By applying fuzzification, we can reduce possible ambiguity.
Moreover, fuzzy logic is tolerant to imprecise data and deviations during data
measurement. Fuzzy logic can also model nonlinear functions of arbitrary complexity [28].
These facts allow reducing ambiguity and uncertainty of transformed data. According
to obtained data after preliminary data transformation, we obtain data which was used
to create three fuzzy classifiers. In the next sections, the steps of preliminary data
transformation are described in detail.
3</p>
      </sec>
    </sec>
    <sec id="sec-3">
      <title>Preliminary Data Transformation</title>
      <p>The preliminary data transformation developed in [14] and [15] was evaluated by
classification of EEG signals from dataset gathered in [6] (Fig. 1). Description of recording
in [6] tells that during the recording of each EEG signal was used the same
128-channels amplifier system. Recorded data were converted to digital form by 12 bit
analogto-digital conversion, and then the data were written continuously onto disk of data
acquisition computer system at a sampling rate of 173.61 Hz. The frequency of
Bandpass filter was 0.53-40 Hz. Aa was mention in previous section, signal obtained by this
recording is function of time. Therefore, the preliminary data transformation is
necessary to extract useful information, which can be used to build classifiers and classify
new EEG records.
3.1</p>
      <sec id="sec-3-1">
        <title>Feature Extraction</title>
        <p>The signal preprocessing which preliminary data transformation do, consist of three
steps (Fig. 2). At first, feature extraction by Welch method is applied [29]. The method
is based on the concept of periodogram spectrum estimates, which is the result of signal
conversion from its time to frequency domain. Periodogram is commonly used for
examining the amplitude vs frequency characteristics of analyzed signal. Time series of a
signal is split into overlapping segments (Fig. 3) of the predefined length which is equal
for each preiodogram. Then the periodgram of each segment is computed and used to
find important periodic components in the time series. At last step, periodograms are
averaged. The result of averaged periodograms is known as power spectral density
estimation of analyzed signal [29].
−  | = 0, where  is the unit matrix. The principal components are
com=  T ×  T,  = ( 1, … ,   ). This transformation forms orthogonal principal
After transformation, it is necessary to choose only several important principal
components. Nowadays, many criterions exist to solve this problem. One of the most
commonly used criteria to determine appropriate number of principal components is the
eigenvalue-one criterion, also known as the Kaiser criterion [31]. This criterion selects
a principal component as significant if its variance is higher than 1.00.</p>
        <p>As a result of PCA, we obtained 8 principal components, which describe the reduced
feature matrix of origin EEG signals. Therefore, each signal is described by 8 principal
components. In text bellow, these principal components are noted as numerical input
attributes   ( = 1, … ,8)of EEG signals.
3.3</p>
      </sec>
      <sec id="sec-3-2">
        <title>Data Fuzzification</title>
        <p>We propose to use fuzzification process as part of preliminary data transformation. This
process transforms each numeric attribute Xi obtained after dimensionality reduction
into fuzzy attribute   ( = 1, … ,  ). After this transformation, each fuzzy attribute  
will be composed of mi (mi ≥ 2) linguistic terms. A  -th linguistic term of attribute   is
defined by fuzzy set   , ( = 1, … ,   ). Fuzzy set   , with respect to a universe Xi is
defined by a membership function    ,</p>
        <p>( ):   → 〈0,1〉. This function defines a
membership degree    ,</p>
        <p>( ) for each element  ( ∈   ), which define how strongly
element  is the member of fuzzy set   , . Formally, fuzzy set   , is defined as an ordered
set of pairs   , = {( ,    ,
( )), 
∈   }, where: (a)    ,
( )= 0, if and only if  is
not the member of set   , ; (b) 0 &lt;    ,</p>
        <p>( )&lt; 1, if and only if  is not the full member
of set   , ; and (c)    ,</p>
        <p>( )= 1, if and only if  is the full member of set   , .</p>
        <p>To perform fuzzification of analyzed data, we used the algorithm proposed in [32].
This algorithm is based on the computation of the fuzzy entropy of fuzzy sets. The
algorithm divides values</p>
        <p>∈   into   intervals. Intervals are defined by points
 1…   . We find this borders by K-Means algorithm as in [32]. Number   of
intervals is determined automatically. This number agrees with the number of linguistic
terms mi of fuzzy attribute   . The algorithm is initially performed with two linguistic
terms, then the algorithm adds linguistic term to attribute. Adding of linguistics term is
repeated until the fuzzy entropy of attribute does not raise. The definition of Fuzzy
entropy, which with the aforementioned algorithm works, is following.
fine, that  belongs to class  . Than,     ,</p>
        <p>is defined as follow:
where   is the number of classes defined by output attribute  . Notation  ∈
deFor each attribute   must hold following constrain where ∑    , = 1. Then the
 =1
fuzzy entropy of attribute  defined as:</p>
        <p>Then the fuzzification process assigns membership degree    ,1 ( )to each  of
numeric attribute   . This membership degree is obtained by triangular membership
function. The definition of used membership function for first linguistic term   ,1 of
attribute   is following.</p>
        <p>,1( )= {
1
0
 2 − 
 2 −  1
 ≤  1
 ≥  2
 1 &lt;  &lt;  2</p>
        <p>Each non-first and non-last linguistics term of   has a membership function    ,
( = 2,3, … ,   − 1) defined as follow:
 ≤   −1
  −1 &lt;  ≤  
  &lt;  ≤   +1
 ≥   +1
 ≤    −1
   −1 &lt;  ≤   
 ≥   
   , ( )=
   ,  ( )=</p>
        <p>Finally, the last term   ,  of   has the membership function with following
mathematical form:</p>
        <p>Fuzzification is the last step of preliminary data transformation. After fuzzification
of reduced data matrix, we obtained data represented by 8 fuzzy attributes. This data
was used to induct fuzzy classifiers and evaluate the performance of proposed algorithm
for EEG signals analysis.
4</p>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>Classification of Fuzzy Data</title>
      <p>After fuzzification, we obtained data described by 8 fuzzy input attributes   ( =
1, … ,8)and one output attribute  . According to this data, we induct three fuzzy
classifiers to evaluate new algorithm for EEG signal analysis. We use oFDT which
combines into the FRF.
4.1</p>
      <sec id="sec-4-1">
        <title>Fuzzy Decision Trees</title>
        <p>Nodes and leaves are the main parts of the Decision trees. Each node is associated with
one input attribute (splitting attribute). Domain of this input attribute determines
outcoming edges of the node. The domain of attribute defines all its possible values. The
classification's task solving begins at the root of the tree. If a node is associated with an
input attribute, then the outcome edge for the classified instance is determined
according to splitting attribute, and the classification continues using the appropriate sub-tree.
When classified instance encounters a leaf, encountered leaf give the predicted class as
classification result. In case of fuzzy decision trees, classified instance usually traverses
by multiple branches during classification. Therefore, the decision is based on several
leaves.</p>
        <p>In this paper, we use two type of fuzzy decision trees based on CMI. The first is
oFDT. This type of tree has nodes on the same level associated with one input attribute.
This fact allows to performing classification as parallel process. The second type is
uFDT. uFDT do not require the same splitting attribute on each level of the tree. In
Table 1 are shown splitting criteria for these FDTs.</p>
        <p>( ;   −1,    ))
(</p>
        <p>(   |  −1)
  = 
  = 
oFDT</p>
        <p>( ;   − ,    ))
(</p>
        <p>(   |  − , )</p>
        <p>In the Table 1 argmax returns attribute index   with maximal value of CMI,   −1 =
{  1, 1 × … ×    −1,  −1} is the fuzzy set defined by the sequence of fuzzy terms
  1, 1, … ,    −1,  −1 of selected attributes   1, … ,    −1 from the root to the  -th node.
  − is the sequence of selected attributes {  1 , … ,    −1}. The CMI in output attribute
B about the attribute    and the sequence of values   −1 been introduced in [33] and
calculated as:</p>
        <p>( ;   −1,    ) = ∑</p>
        <p>∑  (  ×   −1 ×    ,  )×
  =1  =1
× (log2  (  ×   −1 ×    ,  ) + log2  (  −1) − log2  (  ×   −1) − log2  (  −1 ×    ,  )),
where 
   ,  ; The conditional cumulative entropy between fuzzy attribute   
quence of selected attribute terms   −1 is defined as:
(  ×   −1 ×    ,  ) is measurement of cardinality of fuzzy set   ×   −1 ×
and the
se (   |  −1) =
∑  (   , ,   −1)× (log2 ( (  −1))− log2  (   , ×   −1)).</p>
        <p>=1</p>
        <p>Implemented FDTs solve overfitting problem by pruning technique. Overfitting
occur leaves covers insuficient number of instances in ratio with input data. To avoid
overfitting, we use threshold parameters alpha and beta to determine leaf nodes during
FDT induction. These parameters are described in detail in [15].
4.2</p>
      </sec>
      <sec id="sec-4-2">
        <title>Fuzzy Random Forest</title>
        <p>Random forest is classifier, which combines set of individual decision trees into one
classifier system. Advantage of random forests against individual decision trees is
stability. Decision trees are sensitive to variations in data. Generally, random forests are
not sensitive to overfitting while decision trees tend to overfit input data [34].
Overfitting occurs when leaves contain a small number of instances in ratio with number of
input data. Nevertheless, pruning techniques can solve this problem. On the other hand,
decision trees are well interpretable classifier. In case of random forest, it is hard to
figure out what hundreds of trees tell. Next advantage of decision trees is classification
performance. Provided classification by many trees is significantly slower then classify
by one individual decision tree. Nevertheless, many papers shows bigger classification
accuracy of random forests over individual decision trees, eq. in [35].</p>
        <p>
          Random forests are type of ensemble methods. Ensemble methods combines
multiple classifiers to obtain better classification accuracy than can acquire any of the
constituent classifiers alone [36]. Many methods of ensemble learning based on different
base of classifiers was developed. One of the first is bagging [37]. Bagging creates new
dataset from origin dataset for each classifier by sampling with replacement. It means,
one instance from origin dataset can occur in sampled dataset multiple times. This
approach helps to avoid overfitting. Bagging is often combined with decision trees. In
[
          <xref ref-type="bibr" rid="ref7">38</xref>
          ], bagging is combined extended by random attribute selection. Splitting attribute is
chosen for each non-leaf node from randomly selected subset of unused attributes in
analyzed branch according to used splitting criteria. In paper [39], we propose to use
splitting criterion based on CMI [17, 33] for FRF trees induction.
        </p>
        <p>FRF consists of defined number of individual FDTs. Each of these FDT provide
some decision (classification result). To obtain decision of forest, results of individual
trees must be combined (Fig. 3). The combining of these results was achieved by the
summation of membership degrees of belonging to each class divided by the number
of trees. The strategy of classification, which we use, is shown in figure below.</p>
        <p>In case of implemented random forest, the number of decision trees must be
specified as input parameter. It is important to find ideal value of this parameter because
small number of decision trees can lead to small classification power. In case of big
number of decision trees, the algorithm can suffer from slow computation performance
caused by thousands of trees. Therefore, we implemented simple iterative procedure to
find the smaller value of this parameter in combination with the biggest classification
accuracy. This procedure builds initial FRF consists of 3 FDTs. On the start of each
iteration, one decision tree is added to FRF and accuracy is evaluated. This procedure
finishes when classification accuracy stops growing.</p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>Evaluation of classifiers</title>
      <p>After preliminary data transformation we obtained data described by 8 fuzzy input
attributes and one output attribute. According to this data, we create fuzzy classifiers. In
this section is described, how classification performance of used classifiers was
evaluated. To evaluate classification performance of implemented classifiers, we used
three metrics: accuracy, sensitivity, and specificity. Sensitivity and specificity are
important in case, when data is not evenly distributed into classes. The definition of
used metrics is showed in the table below.</p>
      <p>Sensitivity</p>
      <p>Specificity
where TP stands for true positive, TN is true negative, FP is false positive, and FN
is false negative. True positive and true negative results are obtained after correct
classification while false negative and false positive stands for misclassification results. To
evaluate classifiers, we divide data into training and testing set in ratio 70:30. Training
set was used to create classifier and testing set was used to evaluate it. We repeated this
for 10 000 times for each training set.</p>
      <p>FRF needs to have defined an exact number of trees. Therefore, we analyzed how
number of trees can affect classification accuracy of FRF. In this analysis, the forest
from 3 trees was created and its accuracy was evaluated. Then, the number of trees was
increased by one, and performance was re-evaluated. Adding of trees was repeated
while the accuracy of the forest was raising.
5.1</p>
      <sec id="sec-5-1">
        <title>Evaluation of Algorithms for Classification of EEG Signals using Fuzzy</title>
      </sec>
      <sec id="sec-5-2">
        <title>Classifiers</title>
        <p>Evaluation of used classifiers was performed by two experiments. In the first
experiment, the classification was aimed to recognize patients who suffer from epilepsy. The
goal of the second experiment was to find patients during epileptic’s seizure. To solve
this task, the database was divided into two classes. In case of the first experiment,
healthy persons and persons suffering from epilepsy (AB, CDE). In the second
experiment, we were aimed to separate persons during seizure activity and persons in
seizurefree interval (ABCD, E). For each experiment, the analysis of number of trees necessary
for accurate prediction of FRF classifier was performed. Results obtained by proposed
algorithm are shown in Table 3.</p>
        <p>0,996
0,994
0,992
0,99
0,988
0,986
0,984</p>
        <p>Classifier
uFDT
oFDT
FRF
uFDT
oFDT
FRF</p>
        <p>Predicated</p>
        <sec id="sec-5-2-1">
          <title>Seizure</title>
        </sec>
        <sec id="sec-5-2-2">
          <title>Seizure</title>
        </sec>
        <sec id="sec-5-2-3">
          <title>Seizure</title>
        </sec>
        <sec id="sec-5-2-4">
          <title>Epilepsy</title>
        </sec>
        <sec id="sec-5-2-5">
          <title>Epilepsy</title>
        </sec>
        <sec id="sec-5-2-6">
          <title>Epilepsy</title>
          <p>Implemented FRF requires to have a specified number of trees as input parameter.
This parameter affects computational complexity of aforementioned FRF. In case of
large number of trees, total time necessary for FRT induction can be large. Also,
classification by thousands of trees can be complex. Therefore, the setting of this parameter
to proper value is necessary. To find proper value of this parameter, the FRF from 3
trees was inducted and its accuracy was estimated. Then, the number of trees was
increased by one, and performance was evaluated again. Adding of trees was repeated
while the accuracy of forest was raising. The results obtained by this analysis are shown
on plots bellow. There are shown four plots. The plots show classification accuracy of
FRF depending on the number of inducted FDT. The x axes of these plots stand for
number of trees. The y axes sands for classification accuracy. Plots on the left side show
accuracy for FRF consisted of 3 to 100 trees. Plots on the right side are plots created
from the same data, but these plots show the accuracy of FRF consisted from 82 to 100
trees.
82 84 86 88 90 92 94 96 98
0,885
0,88
0,9003
0,90025
0,9002
0,90015
0,9001
0,90005
3 9 15 21 27 33 39 45 51 57 63 69 75 81 87 93 99
828384858687888990919293949596979899
Fig. 4. Plots show accuracy (y axis) of FRF depending on the number of inducted FDT (y axis)
for epileptics’ detection.</p>
          <p>To compare results of our investigation with similar studies, we created the
comparison showed in Table 4. These tables include only studies which used the same data as
we used. The classification of selected studies was targeted on prediction of
occurrences of the epileptic’s seizures. Differences between selected studies are in its
preliminary data transformation and classification methods, eq. attribute extraction,
dimensional reduction or classification algorithm. The comparison is shown in Table 4,
where the first column contains first authors of studies and the reference to the paper,
the second describes used methods in preliminary data transformation, third columns
tells which classifier was used and the last column shows acquired classification
accuracy.
In this paper, the algorithm for EEG signal classification based on fuzzy logic was
proposed. Previously, we solve task of EEG signals FDTs in [14] and [15], where the
analysis of different fuzzification techniques was performed in detail. In this paper, the
algorithm based on fuzzy entropy according to [32] was used. Involving of fuzzy logic
permits to take into account the ambiguity of data that can arise in step of preliminary
transformation (the feature extraction and the dimension reduction). The modification
resulted in adding of fuzzification as new step in the preliminary data transformation.
According to data obtained after preliminary data transformation, we compare three
type of fuzzy classifiers: oFDT, uFDT, and FRF. These classifiers were inducted based
on estimation of the cumulative mutual information [33]. In case of FRF, the impact of
number of trees to classification accuracy has been analyzed. Results shows, that usage
of proposed preliminary transformation can improve the classification accuracy of the
EEG signals. Therefore, involving of fuzzy logic can be considered as recommended
step for future development in EEG classification.</p>
          <p>In future development of proposed classification algorithm, the impact of another
classifier can be evaluated. Also, the modification of preliminary data transformation
is possible. There are numerous ways to provide spectral transformation, dimensional
reduction or fuzzification. The crucial goal of this development is increasing the
classification accuracy of EEG signals.</p>
        </sec>
      </sec>
      <sec id="sec-5-3">
        <title>Aknowledgment</title>
        <p>This paper has been supported by grant VEGA 1/0354/17.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
36.
37.
38.
39.
41.</p>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          <string-name>
            <surname>WHO</surname>
          </string-name>
          , http://www.who.int/mediacentre/factsheets/fs999/en/ last accessed 11/30/2018 Engel J. J.,
          <source>Starkman S.: Emergency Medicine Clinics of North America.</source>
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          <string-name>
            <given-names>Emerg. Med. Clin. North</given-names>
            <surname>Am</surname>
          </string-name>
          .
          <volume>12</volume>
          ,
          <fpage>895</fpage>
          -
          <lpage>923</lpage>
          (
          <year>1994</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          <string-name>
            <surname>Iasemidis</surname>
            ,
            <given-names>L.D.</given-names>
          </string-name>
          :
          <article-title>Epileptic seizure prediction and control</article-title>
          .
          <source>Biomed. Eng. IEEE Trans</source>
          .
          <volume>50</volume>
          ,
          <fpage>549</fpage>
          -
          <lpage>558</lpage>
          (
          <year>2003</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          <string-name>
            <surname>Libenson</surname>
            ,
            <given-names>M.H.</given-names>
          </string-name>
          :
          <article-title>Practical approach to electroencephalography</article-title>
          . (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          <string-name>
            <surname>Subasi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Erc</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          :
          <article-title>Classification of EEG signals using neural network and logistic regression</article-title>
          .
          <source>Comput. Methods Programs Biomed</source>
          .
          <fpage>87</fpage>
          -
          <lpage>99</lpage>
          (
          <year>2005</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          <string-name>
            <surname>Andrzejak</surname>
            ,
            <given-names>R.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lehnertz</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mormann</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rieke</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>David</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Elger</surname>
            ,
            <given-names>C.E.</given-names>
          </string-name>
          :
          <article-title>Indications of nonlinear deterministic and finite-dimensional structures in time series of brain electrical activity: dependence on recording region and brain state</article-title>
          .
          <source>Phys. Rev. E. Stat. Nonlin. Soft Matter Phys</source>
          .
          <volume>64</volume>
          ,
          <issue>061907</issue>
          (
          <year>2001</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          Appl.
          <volume>38</volume>
          ,
          <fpage>13475</fpage>
          -
          <lpage>13481</lpage>
          (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          <string-name>
            <surname>Lin</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          -J.,
          <string-name>
            <surname>Hsieh</surname>
          </string-name>
          , M.-H.:
          <article-title>Classification of mental task from EEG data using neural networks based on particle swarm optimization</article-title>
          .
          <source>Neurocomputing</source>
          .
          <volume>72</volume>
          ,
          <fpage>1121</fpage>
          -
          <lpage>1130</lpage>
          (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          <string-name>
            <surname>Naderi</surname>
            ,
            <given-names>M.A.</given-names>
          </string-name>
          :
          <article-title>Analysis and classification of EEG signals using spectral analysis and recurrent neural networks</article-title>
          .
          <source>Biomed. Eng. (NY)</source>
          .
          <volume>3</volume>
          -
          <fpage>4</fpage>
          (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          <string-name>
            <surname>Subasi</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gursoy</surname>
            ,
            <given-names>M.I.</given-names>
          </string-name>
          :
          <article-title>EEG signal classification using PCA, ICA, LDA and support vector machines</article-title>
          .
          <source>Expert Syst. Appl</source>
          .
          <volume>37</volume>
          ,
          <fpage>8659</fpage>
          -
          <lpage>8666</lpage>
          (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          <string-name>
            <surname>Nicolaou</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Georgiou</surname>
          </string-name>
          , J.:
          <article-title>Detection of epileptic electroencephalogram based on Permutation Entropy and Support Vector Machines</article-title>
          .
          <source>Expert Syst. Appl</source>
          .
          <volume>39</volume>
          ,
          <fpage>202</fpage>
          -
          <lpage>209</lpage>
          (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          Appl. Math. Comput.
          <volume>200</volume>
          ,
          <fpage>10</fpage>
          -
          <lpage>27</lpage>
          (
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          <string-name>
            <surname>Guo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rivero</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dorado</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Munteanu</surname>
            ,
            <given-names>C.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pazos</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Automatic feature extraction using genetic programming: An application to epileptic {EEG} classification</article-title>
          .
          <source>Expert Syst. Appl</source>
          .
          <volume>38</volume>
          ,
          <fpage>10425</fpage>
          -
          <lpage>10436</lpage>
          (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          <string-name>
            <surname>Rabcan</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kvassay</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Electroencephalogram Signals Classification by Ordered Fuzzy Decision Tree</article-title>
          .
          <source>In: CEUR Workshop Proceedings</source>
          . pp.
          <fpage>72</fpage>
          -
          <lpage>87</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          ICT in Education, Research, and Industrial Applications: Integration, Harmonization, and
          <string-name>
            <given-names>Knowledge</given-names>
            <surname>Transfer</surname>
          </string-name>
          , Kyiv, Ukraine (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          <string-name>
            <surname>Rabcan</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kvassay</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Identification of Persons with Epilepsy from Electroencephalogram Signals using Fuzzy Decision Tree</article-title>
          .
          <source>In: Communications in Computer and Information Science</source>
          . Springer (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          <string-name>
            <surname>Androulidakis</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Levashenko</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zaitseva</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          :
          <article-title>An empirical study on green practices of mobile phone users</article-title>
          .
          <source>Wirel. Networks</source>
          .
          <volume>22</volume>
          ,
          <fpage>2203</fpage>
          -
          <lpage>2220</lpage>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          <string-name>
            <surname>Maletic</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marcus</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <string-name>
            <surname>Data</surname>
            <given-names>Mining</given-names>
          </string-name>
          &amp; Knowledge
          <string-name>
            <surname>Discovery</surname>
          </string-name>
          (
          <year>2005</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          <string-name>
            <surname>Polat</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Güneş</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Artificial immune recognition system with fuzzy resource allocation mechanism classifier, principal component analysis and FFT method based new hybrid automated identification system for classification of EEG signals</article-title>
          .
          <source>Expert Syst. Appl</source>
          .
          <volume>34</volume>
          ,
          <fpage>2039</fpage>
          -
          <lpage>2048</lpage>
          (
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          <string-name>
            <surname>Mach</surname>
          </string-name>
          . Intell.
          <volume>23</volume>
          ,
          <fpage>228</fpage>
          -
          <lpage>233</lpage>
          (
          <year>2001</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          <string-name>
            <surname>Ley</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Approximating process knowledge and process thinking: Acquiring workflow data by domain experts</article-title>
          .
          <source>Conf. Proc. - IEEE Int. Conf. Syst. Man Cybern</source>
          .
          <fpage>3274</fpage>
          -
          <lpage>3279</lpage>
          (
          <year>2011</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          <string-name>
            <surname>Gueorguieva</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Georgiev</surname>
          </string-name>
          , G.:
          <article-title>Fuzzyfication of Principle Component Analysis for Data Dimensionalty Reduction</article-title>
          .
          <source>2016 IEEE Int. Conf. Fuzzy Syst.</source>
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          <string-name>
            <surname>Tsipouras</surname>
            ,
            <given-names>M.G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Exarchos</surname>
            ,
            <given-names>T.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fotiadis</surname>
            ,
            <given-names>D.I.:</given-names>
          </string-name>
          <article-title>A methodology for automated fuzzy model generation</article-title>
          .
          <source>Fuzzy Sets Syst</source>
          .
          <volume>159</volume>
          ,
          <fpage>3201</fpage>
          -
          <lpage>3220</lpage>
          (
          <year>2008</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          <string-name>
            <surname>Zaitseva</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Levashenko</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          :
          <article-title>Construction of a reliability structure function 40</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          <article-title>based on uncertain data</article-title>
          .
          <source>IEEE Trans. Reliab</source>
          .
          <volume>65</volume>
          ,
          <fpage>1710</fpage>
          -
          <lpage>1723</lpage>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          <string-name>
            <surname>Vatankhah</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yaghubi</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Adaptive Neuro-fuzzy Inference System for Classification of EEG Signals Using Fractal Dimension</article-title>
          .
          <source>In: 2009 Third UKSim European Symposium on Computer Modeling and Simulation</source>
          . pp.
          <fpage>214</fpage>
          -
          <lpage>218</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          <string-name>
            <surname>IEEE</surname>
          </string-name>
          (
          <year>2009</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          <string-name>
            <surname>Sudirman</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Koh</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Safri</surname>
            ,
            <given-names>N.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Daud</surname>
            ,
            <given-names>W.B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mahmood</surname>
            ,
            <given-names>N.H.</given-names>
          </string-name>
          :
          <article-title>EEG different frequency sound response identification using neural network and fuzzy techniques</article-title>
          .
          <source>2010 6th Int. Colloq. Signal Process. its Appl</source>
          . 1-
          <fpage>6</fpage>
          (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          <string-name>
            <surname>Hinojosa</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Domenech-Asensi</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          :
          <article-title>Multiple adaptive neuro-fuzzy inference systems for accurate microwave CAD applications</article-title>
          .
          <source>2007 18th Eur. Conf.</source>
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          <source>Circuit Theory Des</source>
          .
          <volume>767</volume>
          -
          <fpage>770</fpage>
          (
          <year>2007</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          <string-name>
            <surname>Gupta</surname>
            ,
            <given-names>H.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mehra</surname>
          </string-name>
          , R.:
          <article-title>Power Spectrum Estimation using Welch Method for various Window Techniques</article-title>
          .
          <source>Int. J. Sci. Res. Eng. Technol</source>
          .
          <volume>2</volume>
          ,
          <fpage>389</fpage>
          -
          <lpage>392</lpage>
          (
          <year>2013</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          <string-name>
            <surname>Statistics</surname>
          </string-name>
          (Ber).
          <volume>51</volume>
          ,
          <issue>52</issue>
          (
          <year>2002</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          <string-name>
            <surname>Jackson</surname>
            ,
            <given-names>D.A.</given-names>
          </string-name>
          :
          <article-title>Stopping rules in principal components analysis - a comparison of heuristical and statistical approaches</article-title>
          .
          <source>Ecology</source>
          .
          <volume>74</volume>
          ,
          <fpage>2204</fpage>
          -
          <lpage>2214</lpage>
          (
          <year>1993</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          <string-name>
            <surname>Part B Cybern</surname>
          </string-name>
          .
          <volume>31</volume>
          ,
          <fpage>426</fpage>
          -
          <lpage>432</lpage>
          (
          <year>2001</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          <string-name>
            <surname>Levashenko</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zaitseva</surname>
          </string-name>
          , E.:
          <article-title>Usage of New Information Estimations for Induction of Fuzzy Decision Trees</article-title>
          .
          <source>Lect. Notes Comput. Sci</source>
          .
          <volume>2412</volume>
          ,
          <fpage>493</fpage>
          -
          <lpage>499</lpage>
          (
          <year>2002</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          <string-name>
            <surname>Podgorelec</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kokol</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Stiglic</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rozman</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Decision Trees: An Overview and Their Use in Medicine</article-title>
          .
          <source>J. Med</source>
          . Syst.
          <volume>26</volume>
          ,
          <fpage>445</fpage>
          -
          <lpage>463</lpage>
          (
          <year>2002</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          <string-name>
            <surname>De Matteis</surname>
            ,
            <given-names>A.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Marcelloni</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Segatori</surname>
            ,
            <given-names>A.:</given-names>
          </string-name>
          <article-title>A new approach to fuzzy random forest generation</article-title>
          .
          <source>In: 2015 IEEE International Conference on Fuzzy Systems (FUZZ-IEEE)</source>
          . pp.
          <fpage>1</fpage>
          -
          <lpage>8</lpage>
          . IEEE (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          <string-name>
            <surname>Rokach</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Ensemble-based classifiers</article-title>
          .
          <source>Artif. Intell. Rev</source>
          .
          <volume>33</volume>
          ,
          <fpage>1</fpage>
          -
          <lpage>39</lpage>
          (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          <string-name>
            <surname>Breiman</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          : Bagging Predictors.
          <volume>24</volume>
          ,
          <fpage>123</fpage>
          -
          <lpage>140</lpage>
          (
          <year>1996</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          <string-name>
            <surname>Breiman</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Random Forests</article-title>
          .
          <source>Mach. Learn</source>
          .
          <volume>45</volume>
          ,
          <fpage>5</fpage>
          -
          <lpage>32</lpage>
          (
          <year>2001</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          <string-name>
            <surname>Rabcan</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Levashenko</surname>
            ,
            <given-names>V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zaitseva</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chovancova</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>Generation of Structure Function Based on Ambiguous and Incompletely Specified Data Using Fuzzy Random Forest</article-title>
          .
          <source>In: 2018 IEEE 9th Int. Conf. on Dependable Systems, Services and Technologies (DESSERT)</source>
          . pp.
          <fpage>418</fpage>
          -
          <lpage>423</lpage>
          . IEEE (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          <string-name>
            <surname>Guo</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rivero</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dorado</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rab</surname>
            ,
            <given-names>J.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Pazos</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Automatic epileptic seizure detection in EEGs based on line length feature and artificial neural networks</article-title>
          .
          <source>J. Neurosci. Methods</source>
          .
          <volume>191</volume>
          ,
          <fpage>101</fpage>
          -
          <lpage>109</lpage>
          (
          <year>2010</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          <string-name>
            <surname>Jia</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Goparaju</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Song</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , Zhang, R.,
          <string-name>
            <surname>Westover</surname>
          </string-name>
          , M.B.:
          <article-title>Automated identification of epileptic seizures in EEG signals based on phase space representation and statistical features in the CEEMD domain</article-title>
          .
          <source>Biomed. Signal Process. Control</source>
          .
          <volume>38</volume>
          ,
          <fpage>148</fpage>
          -
          <lpage>157</lpage>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>