<!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>
      <journal-title-group>
        <journal-title>ORCID:</journal-title>
      </journal-title-group>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>Handling Class Imbalance Dataset Classification</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Roshani Choudhary</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Jayesh Kumar Kashyap</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sanyam Shukla</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Manasi Gyanchandani</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Maulana Azad National Institute of Technology</institution>
          ,
          <addr-line>Bhopal</addr-line>
          ,
          <country country="IN">India</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>UBKELM, FS-UBKELM</institution>
          ,
          <addr-line>Feature Selection, Data Imbalance, CIL(Class imbalance learning)</addr-line>
        </aff>
      </contrib-group>
      <volume>000</volume>
      <fpage>0</fpage>
      <lpage>0001</lpage>
      <abstract>
        <p>To learn from class imbalance dataset is a big hurdle in classification. As traditional classifiers are unable to handle class imbalance classification effectively. There are various algorithms developed which can handle the problem of class imbalance. To handle a class imbalance problem different approaches are used like sampling, making modifications at the algorithm level, use of ensembles, and evolutionary techniques. Under Bagging based Kernel ELM i.e. UBKELM is a developed variant of the Extreme Learning Machine (ELM) developed to solve the problem of class imbalance. The UBKELM is an ensemble technique that uses undersampling to handle the imbalance ratio in the component classifiers. Feature selection in component classifiers when creating the ensemble model is a technique that needs more research. This work proposes a Feature Selection in Under bagging Based Kernel ELM (FSUBKELM) for handling class imbalance dataset classification. In FS-UBKELM some of the features are removed from every component classifier in term to enhance the performance of classification. For the selection of features, we have used the data complexity method. In term to identify the advancement in performance of the developed method we have compared the outcomes with the other state of developed methods of imbalance classification. The results show the performance improvement in the proposed method significantly on class imbalance classification.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>2022 Copyright for this paper by its authors.</p>
      <p>Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).</p>
      <p>CEUR Workshop Proceedings (CEUR-WS.org)</p>
      <p>Oversampling and under-sampling are two examples of data level method. The algorithm level
methods attempt to change the classifier so that it may be used to classify class imbalances. e.g.,
costsensitive methods. The ensemble methods try to improve the classification performance by combining
the results after making multiple classifiers. The problem of class imbalance is also addressed using
evolutionary approaches like one-class classification, noise reduction, Universum learning, feature
selection, etc. Feature selection is a very popular method for performance enhancement of classification
problems, but it is very rarely used for imbalance learning.</p>
      <sec id="sec-1-1">
        <title>Under-Bagging based Kernel ELM (UBKELM) [4], It is a generalized single hidden layer feed</title>
        <p>forward neural network (SLFN) built to tackle class imbalance classification and is a variation of</p>
      </sec>
      <sec id="sec-1-2">
        <title>Extreme Learning Machine (ELM) [1]. We use a feature selection strategy in the suggested study i.e. in the UBKELM to improve its performance on class imbalance problems.</title>
      </sec>
    </sec>
    <sec id="sec-2">
      <title>2. Literature Review 2.1.</title>
    </sec>
    <sec id="sec-3">
      <title>Methods to handle Class Imbalance Learning (CIL)</title>
      <sec id="sec-3-1">
        <title>There exist various methods to handle the class imbalance classification model. Some of these methods are discussed below:</title>
      </sec>
    </sec>
    <sec id="sec-4">
      <title>2.1.1. Data Level Methods</title>
      <sec id="sec-4-1">
        <title>The data level methods try to balance the proportion of classes in the dataset to reduce the biases of</title>
        <p>
          the classifier towards the majority class. These methods include different techniques like over sampling
techniques, the under-sampling techniques, and the hybrid sampling techniques. Some popular data
sampling methods include the synthetic minority oversampling method (SMOTE) [
          <xref ref-type="bibr" rid="ref9">9</xref>
          ], random
undersampling (RUS) [
          <xref ref-type="bibr" rid="ref5">5</xref>
          ].
        </p>
      </sec>
    </sec>
    <sec id="sec-5">
      <title>2.1.2. Algorithm Level Modifications</title>
      <sec id="sec-5-1">
        <title>The algorithm level methods perform the modification in the algorithm itself to make them suitable for class imbalance classification. Some popular algorithmic methods which are used to handle class imbalance learning are weighted ELM (WELM) [3], class specifier ELM (CSELM) [10].</title>
      </sec>
    </sec>
    <sec id="sec-6">
      <title>2.1.3. Ensemble Techniques</title>
      <sec id="sec-6-1">
        <title>Ensemble techniques make multiple classifiers and then combine the result of multiple classifiers to</title>
        <p>make the final decision. It is taught that a decision made by numerous classifiers is superior to a
judgement made by a single classifier. Some of the ensemble techniques to handle class imbalance are</p>
      </sec>
      <sec id="sec-6-2">
        <title>Easy-Ensemble and Balance Cascade [5], BWELM [7].</title>
        <p>2.2.</p>
      </sec>
    </sec>
    <sec id="sec-7">
      <title>Evolutionary Methods</title>
      <sec id="sec-7-1">
        <title>There exist some evolutionary techniques which are being used for class imbalance learning like one class classification [12], Universum learning [11], feature selection [6], noise filtering [13] etc.</title>
        <p>2.3.</p>
      </sec>
    </sec>
    <sec id="sec-8">
      <title>Data Complexity Analysis</title>
      <sec id="sec-8-1">
        <title>It is found in the literature [14] that there are various data complexities present in a dataset we use for classification. Some of these data complexity measures effect the performance of classification in 24 class imbalance datasets. This section discusses some of the data complexity measures.</title>
        <p>2.4.</p>
        <p>Fisher’s discriminant ratio (F1)</p>
      </sec>
      <sec id="sec-8-2">
        <title>The basic variant of fisher’s discriminant ratio (F1) use to compute that if we consider any specific feature then how two classes are separated. [14].</title>
        <p>2.5.</p>
      </sec>
    </sec>
    <sec id="sec-9">
      <title>The volume of overlap region (F2)</title>
      <sec id="sec-9-1">
        <title>The volume of overlap region computes the length of coincide range i.e., overlap range normalized by total range’s length which contain the distributed values in both the classes, then we can obtain the value of volume of coincide region in two classes in term of product of normalized length of all features which are in overlapping ranges. [14].</title>
        <p>2.6.</p>
      </sec>
    </sec>
    <sec id="sec-10">
      <title>Feature efficiency (F3)</title>
      <sec id="sec-10-1">
        <title>Feature efficiency is termed as ratio of all the left points which are segregated by particular feature,</title>
      </sec>
      <sec id="sec-10-2">
        <title>The greatest feature efficiency (i.e., the largest % of points separable by utilizing that unique feature) is used as an estimate of overlap for a binary class classification issue. [14].</title>
        <p>2.7.</p>
      </sec>
    </sec>
    <sec id="sec-11">
      <title>Kernel Extreme Learning Machine (KELM)</title>
      <sec id="sec-11-1">
        <title>The Extreme Learning Machine (ELM) is a single hidden layer feed-forward neural network (SLFN)</title>
        <p>
          with excellent generalization and fast learning speed. Extreme Learning Machine can be used for both
regression as well as classification also. ELM was originally proposed with two variants sigmoid
nodebased ELM and Gaussian kernel-based ELM (KELM) [
          <xref ref-type="bibr" rid="ref2">2</xref>
          ]. The KELM outperforms the ELM based on
sigmoid nodes. The Gaussian kernel function is used by KELM to map the input data to the feature
space, as shown below:
        </p>
      </sec>
      <sec id="sec-11-2">
        <title>The kernel matrix of KELM is given as:</title>
      </sec>
      <sec id="sec-11-3">
        <title>The kernel matrix Ω is represented as follow for N number of training instances:</title>
      </sec>
      <sec id="sec-11-4">
        <title>The following equation can be used to calculate the output of KELM [2]: 25</title>
        <p>2.8.</p>
      </sec>
    </sec>
    <sec id="sec-12">
      <title>Under-Bagging based Kernel ELM (UBKELM)</title>
      <sec id="sec-12-1">
        <title>UBKELM [4] proposes an Under-Bagging ensemble which use as the component classifier i.e. use</title>
        <p>kernelized-ELM. The capabilities of random under-sampling and bagging were inferred using the</p>
      </sec>
      <sec id="sec-12-2">
        <title>Under Bagging ensemble.. The training and testing process of UB-KELM is shown in Figure-1.UB</title>
      </sec>
      <sec id="sec-12-3">
        <title>KELM develops several balanced training subsets (BTSS) by randomly under sampling the majority</title>
        <p>class samples in every training sample. Each BTSS includes all cases of the minority class as well as
the equivalent amount of randomly chosen majority class samples. The variety of training subsets i.e.,</p>
      </sec>
      <sec id="sec-12-4">
        <title>T are dependent on degree of class imbalance which can be obtained by using the following equation:</title>
      </sec>
      <sec id="sec-12-5">
        <title>Here, tk represent the number of samples belonging to kth class, where m is the number of classes</title>
        <p>in the dataset.</p>
      </sec>
    </sec>
    <sec id="sec-13">
      <title>3. Proposed Work</title>
      <p>This paper suggests a UBKELM variation to effectively handle a class imbalance classification
challenge. The proposed work incorporates the feature selection in the UBKELM algorithm. UBKELM
is an ensemble method, the proposed method reduces one feature in every component classification
model of UBKELM. For the selection of feature which is to be removed the proposed work used the
data complexity analysis. The proposed work used the volume of overlap region(F2) as the measure of
complexity for feature reduction in the component classifier. The training and testing process of the
developed method is shown in Figure-2.</p>
      <p>Feature selection UBKELM perform random under-sampling of the majority class samples in each
training subset to creates several balanced training subsets (BTSS) by random. Each subset contains all
the minority class instances and the same number of randomly selected majority class instances as the
minority class. After the creation of balances training subsets, one feature which is having the least
volume of overlapping region (F2) value is removed from the corresponding BTSS. The training model
is learned using the reduced no. of features for every component model. And number of training subsets
i.e., T is identified in the same manner as UBKELM.</p>
    </sec>
    <sec id="sec-14">
      <title>4. Experimental Setup and Analysis of the Results</title>
      <p>In this section, we go over the setup of the tests and the analysis of the results for evaluating the</p>
      <sec id="sec-14-1">
        <title>In this work the regularization parameter is referred to as C, the value of C is tuned using grid search.</title>
      </sec>
      <sec id="sec-14-2">
        <title>The range for tuning σ:</title>
      </sec>
      <sec id="sec-14-3">
        <title>The range for tuning C:</title>
        <p>4.4.</p>
      </sec>
    </sec>
    <sec id="sec-15">
      <title>Result Analysis</title>
      <sec id="sec-15-1">
        <title>For performance evaluation with proposed model the G-mean is used and performance of other</title>
        <p>methods with proposed method is used for comparison. Keeping other methods in consideration table</p>
      </sec>
      <sec id="sec-15-2">
        <title>1 provide G-mean of proposed methods. In term to show the significant improvement Wilcoxon signed</title>
        <p>rank test and T-test are carried out and the respective improved results are obtained. While performing</p>
      </sec>
      <sec id="sec-15-3">
        <title>T-test, for Null-Hypothesis it returns a test decision that the data into sample space are obtained from</title>
        <p>normal distribution keeping unknown variance and mean equal to zero., performing the paired sample</p>
      </sec>
      <sec id="sec-15-4">
        <title>T-test. If the population distribution doesn’t have the value of mean equal to zero then it is named as</title>
        <p>alternate hypothesis. And if the test fails to reject the null hypothesis at a level of significance of 5%,
the result of H is 1., else the value of H is 0, the states contain information about the test statistics. In</p>
      </sec>
      <sec id="sec-15-5">
        <title>Table-2, we have shown the result of T-test, which confirm that the method which is proposed in this</title>
        <p>is significantly better compare to all the other methods in consideration. While performing Wilcoxon
signed-rank, we get the p-value of paired, two-sided test in term to null hypothesis that the
twopopulation obtained when the median of distribution is zero. To indicate the test decision, we have “H”,
which return a logical value. If the value of H is “1”, It means that the null hypothesis is reject. Else if
the value of H is “0”, It indicate that it is failing to reject the null hypothesis at 5% significance level.</p>
      </sec>
      <sec id="sec-15-6">
        <title>The Stats contain information about the test statistic. Table-3 shows the Wilcoxon signed rank test results, which show a considerable performance improvement of the suggested strategy over the other methods under consideration.</title>
      </sec>
    </sec>
    <sec id="sec-16">
      <title>5. Conclusion and Future Work</title>
      <sec id="sec-16-1">
        <title>Methods Compared</title>
      </sec>
      <sec id="sec-16-2">
        <title>Statistical Results</title>
        <sec id="sec-16-2-1">
          <title>In this paper the proposed methos is regarding handling class imbalance learning with the help of</title>
          <p>combining the feature selection in ensemble method. For the selection of feature, we have used the
volume of overlap region (F2). In future we can use other Data complexity measures as well for feature
reduction in the training process. Also, the feature selection can be combined with other variant of ELM,
which can handle class imbalance like weighted kernel ELM(WKELM), Class-Specific Kernelized
ELM(CSKELM), Under bagging Reduced Kernelized Weighted ELM (UBRKWELM).
6. References</p>
        </sec>
      </sec>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ding</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          (
          <year>2012</year>
          ).
          <article-title>Extreme learning machine for regression and multiclass classification</article-title>
          .
          <source>IEEE Transactions on Systems, Man, and Cybernetics</source>
          ,
          <string-name>
            <surname>Part</surname>
            <given-names>B</given-names>
          </string-name>
          (Cybernetics),
          <volume>42</volume>
          ,
          <fpage>513</fpage>
          -
          <lpage>529</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Huang</surname>
            ,
            <given-names>G.-B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>Q.-Y.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Siew</surname>
          </string-name>
          , C.
          <article-title>-</article-title>
          K. (
          <year>2006</year>
          ).
          <article-title>Extreme learning machine: Theory and applications</article-title>
          . Neurocomputing,
          <volume>70</volume>
          ,
          <fpage>489</fpage>
          -
          <lpage>501</lpage>
          . Neural Networks.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Zong</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Huang</surname>
          </string-name>
          , G.-B., &amp;
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          (
          <year>2013</year>
          ).
          <article-title>Weighted extreme learning machine for imbalance learning</article-title>
          .
          <source>Neurocomputing</source>
          ,
          <volume>101</volume>
          ,
          <fpage>229</fpage>
          -
          <lpage>242</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <surname>Raghuwanshi</surname>
            ,
            <given-names>B. S.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Shukla</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2019</year>
          ).
          <article-title>Class imbalance learning using underbagging based kernelized extreme learning machine</article-title>
          .
          <source>Neurocomputing</source>
          ,
          <volume>329</volume>
          ,
          <fpage>172</fpage>
          -
          <lpage>187</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wu</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Zhou</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          (
          <year>2009</year>
          ).
          <article-title>Exploratory undersampling for class imbalance learning</article-title>
          .
          <source>IEEE Transactions on Systems, Man, and Cybernetics</source>
          ,
          <string-name>
            <surname>Part</surname>
            <given-names>B</given-names>
          </string-name>
          (Cybernetics),
          <volume>39</volume>
          ,
          <fpage>539</fpage>
          -
          <lpage>550</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Liu</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Luo</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Xu</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wen</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Tao</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          (
          <year>2018</year>
          ).
          <article-title>Cost-sensitive feature selection by optimizing f-measures</article-title>
          .
          <source>IEEE Transactions on Image Processing</source>
          ,
          <volume>27</volume>
          ,
          <fpage>1323</fpage>
          -
          <lpage>1335</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kong</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Lu</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wenyin</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Yin</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          (
          <year>2014</year>
          ).
          <article-title>Boosting weighted elm for imbalanced learning</article-title>
          .
          <source>Neurocomputing</source>
          ,
          <volume>128</volume>
          ,
          <fpage>15</fpage>
          -
          <lpage>21</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Galar</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Fernandez</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Barrenechea</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bustince</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Herrera</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          (
          <year>2012</year>
          ).
          <article-title>A review on ensembles for the class imbalance problem: Bagging-</article-title>
          ,
          <string-name>
            <surname>boosting-</surname>
          </string-name>
          ,
          <article-title>and hybrid-based approaches</article-title>
          .
          <source>IEEE Transactions on Systems, Man, and Cybernetics</source>
          , Part C (
          <article-title>Applications</article-title>
          and Reviews),
          <volume>42</volume>
          ,
          <fpage>463</fpage>
          -
          <lpage>484</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Chawla</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bowyer</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Hall</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            , &amp;
            <surname>Philip Kegelmeyer</surname>
          </string-name>
          ,
          <string-name>
            <surname>W.</surname>
          </string-name>
          (
          <year>2002</year>
          ).
          <article-title>Smote: Synthetic minority over-sampling technique</article-title>
          .
          <source>J. Artif. Intell. Res. (JAIR)</source>
          ,
          <volume>16</volume>
          ,
          <fpage>321</fpage>
          -
          <lpage>357</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Raghuwanshi</surname>
            ,
            <given-names>B. S.</given-names>
          </string-name>
          , &amp;
          <string-name>
            <surname>Shukla</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          (
          <year>2018a</year>
          ).
          <article-title>Class-specific extreme learning machine for handling binary class imbalance problem</article-title>
          .
          <source>Neural Networks</source>
          ,
          <volume>105</volume>
          ,
          <fpage>206</fpage>
          -
          <lpage>217</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Zhiquan</surname>
            <given-names>Qi</given-names>
          </string-name>
          , Yingjie Tian,
          <string-name>
            <surname>Yong</surname>
            <given-names>Shi</given-names>
          </string-name>
          , (
          <year>2014</year>
          ).
          <article-title>A nonparallel support vector machine for a classification problem with universum learning</article-title>
          .
          <source>Journal of Computational and Applied Mathematics</source>
          ,
          <volume>263</volume>
          ,
          <fpage>288</fpage>
          -
          <lpage>298</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Alexandros</surname>
            <given-names>Iosifidis</given-names>
          </string-name>
          , Vasileios Mygdalis, Anastasios Tefas, Ioannis Pitas, (
          <year>2016</year>
          ).
          <article-title>One-Class Classification Based on Extreme Learning and Geometric Class Information</article-title>
          . Neural Process Lett.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Qi</surname>
            <given-names>Kang</given-names>
          </string-name>
          , XiaoShuang Chen, SiSi Li,
          <source>MengChu Zhou</source>
          . (
          <year>2017</year>
          )
          <article-title>A Noise-Filtered Under-Sampling Scheme for Imbalanced Classification</article-title>
          .
          <source>IEEE TRANSACTIONS ON CYBERNETICS</source>
          , VOL.
          <volume>47</volume>
          , NO.
          <volume>12</volume>
          ,
          <fpage>4263</fpage>
          -
          <lpage>2274</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>J. M. Sotoca</surname>
            ,
            <given-names>J. S.</given-names>
          </string-name>
          <string-name>
            <surname>Sánchez</surname>
            ,
            <given-names>R. A. Mollineda.</given-names>
          </string-name>
          (
          <year>2005</year>
          )
          <article-title>A review of data complexity measures and their applicability to pattern classification problems</article-title>
          . III Taller Nacional de Minería de Datos y Aprendizaje, TAMIDA,
          <fpage>77</fpage>
          -
          <lpage>83</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>V.M.</given-names>
            <surname>Janakiraman</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Nguyen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Assanis</surname>
          </string-name>
          ,
          <article-title>Stochastic gradient based extreme learning machines for stable online learning of advanced combustion engines</article-title>
          ,
          <source>Neurocomputing</source>
          <volume>177</volume>
          (
          <year>2016</year>
          )
          <fpage>304</fpage>
          -
          <lpage>316</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>W.</given-names>
            <surname>Xiao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zhang</surname>
          </string-name>
          , W. Yang,
          <article-title>Class-specific cost regulation extreme learning machine for imbalanced classification</article-title>
          ,
          <source>Neurocomputing</source>
          <volume>261</volume>
          (
          <year>2017</year>
          )
          <fpage>70</fpage>
          -
          <lpage>82</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>M.</given-names>
            <surname>Galar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Fernandez</surname>
          </string-name>
          , E. Barrenechea,
          <string-name>
            <given-names>H.</given-names>
            <surname>Bustince</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Herrera</surname>
          </string-name>
          ,
          <article-title>A review on ensembles for the class imbalance problem: bagging-</article-title>
          ,
          <string-name>
            <surname>boosting-</surname>
          </string-name>
          ,
          <article-title>and hybrid-based approaches</article-title>
          ,
          <source>IEEE Trans. Syst. Man Cybern</source>
          .
          <article-title>Part C (Appl</article-title>
          . Rev.)
          <volume>42</volume>
          (
          <issue>4</issue>
          )(
          <year>2012</year>
          )
          <fpage>463</fpage>
          -
          <lpage>484</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>F.</given-names>
            <surname>Luo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Guo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Yu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Chen,</surname>
          </string-name>
          <article-title>A multi-label classification algorithm based on kernel extreme learning machine</article-title>
          ,
          <source>Neurocomputing</source>
          <volume>260</volume>
          (
          <year>2017</year>
          )
          <fpage>313</fpage>
          -
          <lpage>320</lpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>