<!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>
      <issn pub-type="ppub">1613-0073</issn>
    </journal-meta>
    <article-meta>
      <title-group>
        <article-title>The impact of the weighting techniques on MultiMOORA-based ranking on patients using ambiguous medical data⋆</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Antoni Jaszcz</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Workshop</string-name>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Faculty of Applied Mathematics, Silesian University of Technology</institution>
          ,
          <addr-line>Kaszubska 23, 44100 Gliwice</addr-line>
          ,
          <country country="PL">POLAND</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>MCDM methods have proven to be a powerful tool for selecting, prioritizing and sorting ambiguous data. In emergency situations, when resources are in short supply, such methods can be used to provide said limited resources to the most in need, without human bias. In this paper, a scenario, where there is a large number of patients awaiting treatment is considered. Each patient suffers from several COVID-19 symptoms and has an AI-assessed probability of COVID-related pneumonia. Said attributes are used to simulate real-life scenarios where patients with different symptoms and test results are ranked by the state-of-art MCDM method. To further enhance the performance of the method, different weighting methods have been tested, analyzed and compared. In the experiments, a MultiMOORA decision-maker was chosen. Among the tested weighting methods, Standard-deviation, MEREC and CRITIC methods performed better, than the basic mean method. However, the entropy method improved the performance of the MCDM exceptionally. MCDM methods, MultiMOORA, weighting methods, medical data, patient ranking Proceedings</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The enormous growth of big data in past decades has resulted in an ever-growing need for better and
more reliable methods of data analysis. Finding an optimal solution may prove to be a challenging task,
given a large number of usually ambiguous criteria for assessment. Such a problem significantly limits
the human ability to efficiently make decisions. Over recent years, more and more attention has been
brought to MCDM (Multiple-Criteria Decision-Making) methods and techniques, facilitating this task.
From choosing the best and worst option, through highlighting the most important criterion, to ranking
all alternatives, MCDM methods have proven to be highly effective and vaguely universal. In recent
years, the focus has been on the use of aggregation or averaging methods. This is evident in one of the
core federated learning solutions. Federated learning is based on the aggregation of models in order to
obtain a single, common one. However, not all models can be used as there may be an attack on one of
them. Through the development of federated learning, more and more attention is being paid to MCDM
and bringing a consensus of different results. An example is a fuzzy controller that analyzes the results
from a large number of methods [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. The fuzzy approach is widely used, which is also useful in
hybridizing this solution with probabilistic models, as shown in[
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]. Another approach is to use the
ensemble model for such analysis [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. The integration of different solutions is also used through various
measures, including entropy. One such study is shown in[
        <xref ref-type="bibr" rid="ref4">4</xref>
        ],
where the authors used the
MULTIMOORA method, which is based on selecting the best results from many rankings.
Decisionbased solutions are widely used in industry and the Internet of Things. An example is hybridization or
the use of optimization algorithms such as heuristic algorithms. Optimization is used to find the optimal
solution, most often based on a specific objective function. Examples of such implementation solutions
are presented in[
        <xref ref-type="bibr" rid="ref5 ref6 ref7">5, 6, 7</xref>
        ]. In these papers, the focus was on the construction of various functions and the
      </p>
      <p>2023 Copyright for this paper by its authors.
CEUR</p>
      <p>
        ceur-ws.org
search for the most optimal solution in a finite time. Such solutions are used in the Internet of Things,
which allows you to create a network of connections between various objects that can download data,
process it and communicate. In [
        <xref ref-type="bibr" rid="ref8 ref9">8, 9</xref>
        ], the role of blockchain in communication between objects and the
place of data storage was emphasized. Access to the last blocks also allows you to analyze other
solutions and make decisions [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. The correct use of models to make decisions is an essential step in
any kind of system. This allows for further integration with speech recognition[
        <xref ref-type="bibr" rid="ref11 ref12">11, 12</xref>
        ] and face
recognition for improving security [
        <xref ref-type="bibr" rid="ref13 ref14">13, 14</xref>
        ]. Based on the analysis of current research, in this paper, I
present a solution based on a real-life scenario, where a medical emergency is considered and patients
need to be assessed and ranked based on their need for help, to provide those of the most need with the
limited resources. The main contribution of this paper are:
 a new approach for further enhancing the MCDM method on ranking ambiguous data,
 providing a universal well-performing solution for binary ranking problems.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Methodology</title>
      <p>This section describes the proposed method along with the description of methods and techniques
used in the framework.
2.1.</p>
    </sec>
    <sec id="sec-3">
      <title>Creating Multiple-Criteria Patient database</title>
      <p>In order to extend the accessible data and unify it into one, attribute-extensive database, artificial
samples can be created by mixing samples from each dataset together, creating a new set of artificially
created samples. In the case of class-distinguishable samples, objects of the given class are mixed only
with the samples of the same class. In this paper, only two classes are considered: healthy and ill.
2.2.</p>
    </sec>
    <sec id="sec-4">
      <title>Creating Multiple-Criteria Patient database</title>
      <p>Given a decision matrix  , with  criteria and  alternatives (see Eq. 1), each criterion  needs to
be assigned weight and objective. The objective of the criterion is to maximize the values if it is
beneficial or to minimize the values when it is not. For each criterion in  , its objective needs to be
chosen manually. For example, if one were to consider buying a car, he would aim to lower the cost,
therefore the price criterion would be non-beneficial and its objective set to minimize the value.
Determining weights, however, is usually a very subjective matter, requiring expertise. Nevertheless,
there are methods of criteria weighting using sole information contained in the decision matrix.</p>
    </sec>
    <sec id="sec-5">
      <title>2.2.1. Mean method</title>
      <p>The mean method is the most basic one. It assigns to all criteria the same value, equal to the fraction
of the number of criteria. So in decision matrix  with  criteria  , each weight is determined as:</p>
    </sec>
    <sec id="sec-6">
      <title>2.2.2. Standard deviation method</title>
      <p>In the standard deviation method, first, we need to normalize the values in the Decision matrix. In
order to do so, for each criterion   , each value   is normalized using min-max scalar:</p>
      <p>Next, for each criterion   , the standard deviation of its corresponding set of normalized values  
is counted. By calculating the standard deviation for the criteria we consequently determine their
weights.</p>
    </sec>
    <sec id="sec-7">
      <title>2.2.3. Entropy method</title>
      <p>In this method, again, the decision matrix first needs to be standardized. We can do this by
calculating standardized values  for each criterion set in the decision matrix by the formula:</p>
      <p>With the normalized matrix formed, we can now calculate the entropy value for each criterion   ,
which can be described as:</p>
    </sec>
    <sec id="sec-8">
      <title>2.2.4. MEREC method</title>
      <p>Given the decision matrix  , normalization of its values must be performed. We can do so by scaling
values of each criterion set accordingly with its objective using. For each element of the matrix  , this
process of linear normalization can be presented as follows:</p>
      <p>Next, the overall performance of the alternatives   is calculated. This is done by measuring the
values of logarithmic function Eq. 9 for each sum of alternative   values, with mean weights applied
to them. The given formula is:</p>
      <p>Proceeding further, the performance of the alternatives with each criterion separately removed is
measured. Thus, for every alternative   set  ′ (see 10) of size  is obtained. This set containers the
overall performances of the   alternative concerning each case of ignoring the  -th criterion   .</p>
      <p>Lastly, for each criterion  the sum of absolute deviations  of the overall performances  is
calculated. This can be presented by the formula:</p>
      <sec id="sec-8-1">
        <title>The resulting weights are:</title>
      </sec>
    </sec>
    <sec id="sec-9">
      <title>2.2.5. CRITIC method</title>
      <p>In the CRITIC method, first, we need to normalize the values in the Decision matrix using the
minmax scaler, the formula of which is shown in Eq. 3. Next, weights for each criterion   are calculated
accordingly to the following equation:</p>
    </sec>
    <sec id="sec-10">
      <title>3. Experiments 3.1. Data</title>
      <sec id="sec-10-1">
        <title>a) Lung X-ray Image</title>
      </sec>
      <sec id="sec-10-2">
        <title>b) Mask matching X-ray Image</title>
      </sec>
      <sec id="sec-10-3">
        <title>c) Cough MeL Spectrogram Image</title>
        <p>
          For this research three different databases were used, each including covid positive and negative
cases:
1. Covid-19 Symptom patient dataset with information about 2575 patients suffering
symptoms with different intensities. The 5 criteria are:
a. Fever [94, 108] °
b. Body Pain {0, 1}
c. Age [
          <xref ref-type="bibr" rid="ref1">1, 100</xref>
          ]
d. Runny Nose {0, 1}
e. Difficulties with breathing {−1, 0, 1}
        </p>
        <p>This data is accessible at Kaggle, under this link.
2. Coughing Mel-Spectrogram Image dataset, which is documented under this link. An
example of a sample from this database is shown in fig. 2.
3. Lung X-ray dataset, along with image-matching masks. This data can be accessed on</p>
        <p>Kaggle, under this link. An example of a sample from this database is shown in fig. 2.
3.2.</p>
      </sec>
    </sec>
    <sec id="sec-11">
      <title>Convolutions Neural Network models</title>
      <p>In order to obtain a usable piece of information for multiple-criteria decision analysis from
imagetype data, a simple convolutional neural network was used. By processing the images throughout the
model, a set of floating-point numbers in the range between 0 and 1 indicating the possibility of each
patient being Covid-positive was gathered.</p>
    </sec>
    <sec id="sec-12">
      <title>3.2.1. Training X-ray model</title>
    </sec>
    <sec id="sec-13">
      <title>Input layer</title>
    </sec>
    <sec id="sec-14">
      <title>Hidden layers</title>
      <p>Input layer consisted of dual input of two 256x256 grayscale images, one being a lung image and
the other being its matching mask, which is then combined in the minimum layer. Then a signal of the
same size as the images (that is, a lung image with the mask applied) is passed onto the hidden layers.</p>
      <p>In the model, the following layer configuration, was used:
 Convolutional 2D layer (filters = 64, kernel size = 3, activation function = ReLU)









</p>
      <p>Max Pooling 2D layer (pool size = 3x3)
Convolutional 2D layer (filters = 64, kernel size = 3, activation function = ReLU)
Max Pooling 2D layer (pool size = 3x3)
Convolutional 2D layer (filters = 128, kernel size = 3, activation function = ReLU)
Max Pooling 2D layer (pool size = 3x3)
Convolutional 2D layer (filters = 256, kernel size = 3, activation function = ReLU)
Max Pooling 2D layer (pool size = 3x3)
Flatten Layer
Dense layer (64 neurons, activation function = ReLU)</p>
      <p>Dense layer (8 neurons, activation function = ReLU)</p>
      <p>As an output layer a single neuron with a sigmoid activation function was used. So the output of the
model for each case was a floating point number.</p>
      <p>The training was performed on a dedicated dataset with the Adam optimization algorithm. After five
epochs, the model reached satisfactory accuracy of 94% on a validation set.</p>
    </sec>
    <sec id="sec-15">
      <title>3.2.2. Training cough spectrogram model</title>
      <p>Input layer consisted of a single input of shape 256x256x4 RGBA images. The signal is then passed
onto the hidden layers.</p>
    </sec>
    <sec id="sec-16">
      <title>Output layer</title>
    </sec>
    <sec id="sec-17">
      <title>Training settings</title>
    </sec>
    <sec id="sec-18">
      <title>Input layer</title>
    </sec>
    <sec id="sec-19">
      <title>Hidden layers</title>
      <p>In the model, the following layer configuration, was used:
 Convolutional 2D layer (filters = 64, kernel size = 3, activation function = ReLU)
 Max Pooling 2D layer (pool size = 3x3)
 Convolutional 2D layer (filters = 64, kernel size = 3, activation function = ReLU)
 Max Pooling 2D layer (pool size = 3x3)
 Convolutional 2D layer (filters = 128, kernel size = 3, activation function = ReLU)
 Max Pooling 2D layer (pool size = 3x3)
 Convolutional 2D layer (filters = 256, kernel size = 3, activation function = ReLU)
 Max Pooling 2D layer (pool size = 3x3)
 Flatten Layer
 Dense layer (64 neurons, activation function = ReLU)
 Dense layer (8 neurons, activation function = ReLU)</p>
    </sec>
    <sec id="sec-20">
      <title>Output layer</title>
      <p>As an output layer a single neuron with a sigmoid activation function was used. So the output of the
model for each case was a floating point number.</p>
    </sec>
    <sec id="sec-21">
      <title>Creating database of artificial patients</title>
      <p>In order to study the capabilities of MCDM methods well, three additional databases were created.
The symptoms dataset, as a core, was expanded by probability tables obtained in Sec. 3.2.1 and Sec.
3.2 in the following fashion: each positive sample from the core database was assigned a positive sample
from one of the probability tables. That way, two new databases were created (with their size grown
exponentially). The third database was obtained by simply assigning to each positive sample from one
of the already mixed datasets, another positive probability table (so the mix of symptoms and x-ray
datasets was again, an expanded probability table obtained from the cough database). It should be noted,
that the same was done with negative cases.</p>
      <p>Due to the large quantity of data in the X-ray and Symptoms set and their imbalance towards
exceptionally sparser data in the Cough dataset, only 48 positive and 73 negative samples were
randomly drafted from the former datasets, in order to match the exact numbers of the ladder one. Only
those selected samples were then shuffled together, using the fore-mentioned fashion. Having explained
the process of creating new datasets of artificial patients, the databases used in the experiments can be
listed as follows:
 Symptoms only database (48 positive and 73 negative samples)
 Symptoms x Cough database (482 = 2, 304 positive and 732 = 5, 329 negative samples)
 Symptoms x X-ray database (482 = 2, 304 positive and 732 = 5, 329 negative samples)
 Symptoms x X-ray x Cough database (483 = 110, 592 positive and 733 = 389, 017 negative
samples)</p>
      <p>After assembling the databases, for each one of them (except for the Symptoms only database, where
48 samples of each class were chosen) only 1000 positive and 1000 negative samples have been
randomly chosen for further assessment.</p>
      <p>In each dataset, the objective of every single criterion was to maximize the value. That is because
the goal was to detect Covid-positive patients and greater values of the criteria were beneficial for such
purpose.
3.4.</p>
    </sec>
    <sec id="sec-22">
      <title>MultiMOORA method</title>
      <p>
        As for the MCDM method, MultiMOORA was chosen for the experiments. The robustness and
objectiveness of the method makes it perfect for universal application [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
    </sec>
    <sec id="sec-23">
      <title>4. Results</title>
      <p>In the experiments, I wanted to create a list of patients, ordered by the severity of Covid related
symptoms. It is worth mentioning, that the main goal was to separate Covid-positive patients from the
negative ones suffering similar symptoms. In other words, the desired ranking would have
Covidpositive patients at the very top of it and the majority of negative cases at the bottom.</p>
    </sec>
    <sec id="sec-24">
      <title>Calculated weights</title>
      <p>Figure 9: Weighting methods comparison for Symptoms x X-ray x Cough database.
Figure 10: Weighting methods comparison for Symptoms x Cough database
Figure 11: Weighting methods comparison for Symptoms x X-ray database
Figure 12: Weighting methods comparison for Symptoms database</p>
    </sec>
    <sec id="sec-25">
      <title>TOP x accuracy graph</title>
      <p>In order to visualize the effectiveness of ranking, TOP x accuracy graphs for ranking vector  were
created which can be presented as a function:</p>
      <p>The TOP(x) function graph representing ideal ranking  should then look like Fig. 3. This function,
and metrics directly derived from it were used to assess the effectiveness of weighting methods.
4.2.</p>
    </sec>
    <sec id="sec-26">
      <title>Metrics</title>
      <p>All of the obtained results can be listed as:
 TOP x% accuracy.
 Mean Square Error (MSE) (for the TOP(x) function).
 Mean Absolute Error (MAE) (for the TOP(x) function).
 Difference between the perfect and the obtained area under the first half of the TOP(x)
function.</p>
      <p>As can be observed in Fig. 4 - 8, using more sophisticated weighting techniques before the
decisionmaking module was beneficial for the final ranking in most cases. Even though all of the methods did
very poorly with the symptoms-only database, considerable improvement was made with the other
three. In terms of Symptoms x Cough and Symptoms x X-ray databases, mean and standard-deviation
methods scored seemingly and both MEREC and CRITIC methods did slightly better than the previous
two. However, the entropy weighting method performed exceptionally better (despite the initial drop in
the Symptoms x Cough database), than any other method. The same conclusion can be drawn from the
ranking of Symptoms x Cough x X-ray database, where, while all the other methods performed equally
or better than mean weighting, the entropy weighting method performed far better than any other
technique, with the mean squared error (comparing to the ideal ranking in Fig. 3) equal to 7e-6, while
mean method had the mean squared error of 5.52e-4, as can be read in Tab. 3 and 1.</p>
    </sec>
    <sec id="sec-27">
      <title>5. Conclusion</title>
      <p>The proposed solution can be used to solve real-life problems, such as the one considered in this
paper. MCDMs can be used as accurate, unbiased ranking agents, which can be further enhanced by
using adequate weighting methods prior. Based on the obtained results, the use of entropy weighting
along with the MultiMOORA method is one of the best criteria methods. The proposal can be used in
various types of systems where there is a lot of information on the basis of which a decision should be
made, e.g. medical systems or federated learning. In future work, we plan to focus on adapting new
multicriteria methods in the federated learning process.</p>
    </sec>
    <sec id="sec-28">
      <title>Acknowledgements</title>
      <p>This work is supported by the Rector’s mentoring project at the Silesian University of Technology.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>D.</given-names>
            <surname>Połap</surname>
          </string-name>
          ,
          <article-title>Fuzzy consensus with federated learning method in medical systems</article-title>
          ,
          <source>IEEE Access 9</source>
          (
          <year>2021</year>
          )
          <fpage>150383</fpage>
          -
          <lpage>150392</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>P. S.</given-names>
            <surname>Abril</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Plant</surname>
          </string-name>
          ,
          <article-title>The patent holder's dilemma: Buy, sell, or troll?</article-title>
          ,
          <source>Communications of the ACM</source>
          <volume>50</volume>
          (
          <year>2007</year>
          )
          <fpage>36</fpage>
          -
          <lpage>44</lpage>
          . doi:
          <volume>10</volume>
          .1145/1188913.1188915.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>N. K.</given-names>
            <surname>Chowdhury</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. A.</given-names>
            <surname>Kabir</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. M. Rahman</surname>
            ,
            <given-names>S. M. S.</given-names>
          </string-name>
          <string-name>
            <surname>Islam</surname>
          </string-name>
          ,
          <article-title>Machine learning for detecting covid19 from cough sounds: An ensemble-based mcdm method</article-title>
          ,
          <source>Computers in Biology and Medicine</source>
          <volume>145</volume>
          (
          <year>2022</year>
          )
          <fpage>105405</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Shang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Barnes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <article-title>Supplier selection in sustainable supply chains: Using the integrated bwm, fuzzy shannon entropy, and fuzzy multimoora methods</article-title>
          ,
          <source>Expert Systems with Applications</source>
          <volume>195</volume>
          (
          <year>2022</year>
          )
          <fpage>116567</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>A.</given-names>
            <surname>Krawinkler</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. J.</given-names>
            <surname>Breitenecker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Maresch</surname>
          </string-name>
          ,
          <article-title>Heuristic decision-making in the green energy context: Bringing together simple rules and data-driven mathematical optimization</article-title>
          ,
          <source>Technological Forecasting and Social Change</source>
          <volume>180</volume>
          (
          <year>2022</year>
          )
          <fpage>121695</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>D.</given-names>
            <surname>Połap</surname>
          </string-name>
          , M. Woźniak,
          <article-title>Meta-heuristic as manager in federated learning approaches for image processing purposes</article-title>
          ,
          <source>Applied Soft Computing</source>
          <volume>113</volume>
          (
          <year>2021</year>
          )
          <fpage>107872</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>C. T.</given-names>
            <surname>Kamanga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E.</given-names>
            <surname>Bugingo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S. N.</given-names>
            <surname>Badibanga</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. M.</given-names>
            <surname>Mukendi</surname>
          </string-name>
          ,
          <article-title>A multi-criteria decision making heuristic for workflow scheduling in cloud computing environment</article-title>
          ,
          <source>The Journal of Supercomputing</source>
          <volume>79</volume>
          (
          <year>2023</year>
          )
          <fpage>243</fpage>
          -
          <lpage>264</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>M.</given-names>
            <surname>El Khatib</surname>
          </string-name>
          ,
          <string-name>
            <surname>A</surname>
          </string-name>
          . Al Mulla,
          <string-name>
            <surname>W</surname>
          </string-name>
          . Al Ketbi,
          <article-title>The role of blockchain in e-governance and decisionmaking in project and program management</article-title>
          ,
          <source>Advances in Internet of Things</source>
          <volume>12</volume>
          (
          <year>2022</year>
          )
          <fpage>88</fpage>
          -
          <lpage>109</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>K.</given-names>
            <surname>Prokop</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Połap</surname>
          </string-name>
          , G. Srivastava,
          <string-name>
            <given-names>J. C.-W.</given-names>
            <surname>Lin</surname>
          </string-name>
          ,
          <article-title>Blockchain-based federated learning with checksums to increase security in internet of things solutions</article-title>
          ,
          <source>Journal of Ambient Intelligence and Humanized Computing</source>
          (
          <year>2022</year>
          )
          <fpage>1</fpage>
          -
          <lpage>10</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>I.</given-names>
            <surname>Erol</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I. M.</given-names>
            <surname>Ar</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Peker</surname>
          </string-name>
          ,
          <article-title>Scrutinizing blockchain applicability in sustainable supply chains through an integrated fuzzy multi-criteria decision making framework</article-title>
          ,
          <source>Applied Soft Computing</source>
          <volume>116</volume>
          (
          <year>2022</year>
          )
          <fpage>108331</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>V.</given-names>
            <surname>Rudžionis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lopata</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Gudas</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Butleris</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.</given-names>
            <surname>Veitaite</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Dilijonas</surname>
          </string-name>
          , E. Grišius, M. Zwitserloot, ̇ K. Rudzioniene,
          <article-title>Identifying irregular financial operations using accountant comments and natural language processing techniques</article-title>
          ,
          <source>Applied Sciences</source>
          <volume>12</volume>
          (
          <year>2022</year>
          )
          <fpage>8558</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>M. H.</given-names>
            <surname>Ali</surname>
          </string-name>
          ,
          <string-name>
            <surname>M. M. Jaber</surname>
            ,
            <given-names>S. K.</given-names>
          </string-name>
          <string-name>
            <surname>Abd</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          <string-name>
            <surname>Rehman</surname>
            ,
            <given-names>M. J.</given-names>
          </string-name>
          <string-name>
            <surname>Awan</surname>
          </string-name>
          ,
          <string-name>
            <surname>D.</surname>
            Vitkute-Adžgauskien ̇ e, R. Damaševičius, ̇
            <given-names>S. A.</given-names>
          </string-name>
          <string-name>
            <surname>Bahaj</surname>
          </string-name>
          ,
          <article-title>Harris hawks sparse auto-encoder networks for automatic speech recognition system</article-title>
          ,
          <source>Applied Sciences</source>
          <volume>12</volume>
          (
          <year>2022</year>
          )
          <fpage>1091</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>T.</given-names>
            <surname>Hussain</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            <surname>Hussain</surname>
          </string-name>
          , I. Hussain, H. AlSalman, S. Hussain,
          <string-name>
            <given-names>S. S.</given-names>
            <surname>Ullah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Al-Hadhrami</surname>
          </string-name>
          ,
          <article-title>Internet of things with deep learning-based face recognition approach for authentication in control medical systems</article-title>
          ,
          <source>Computational and Mathematical Methods in Medicine</source>
          <year>2022</year>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>A.</given-names>
            <surname>Sardar</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Umer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R. K.</given-names>
            <surname>Rout</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.-H.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Tanveer</surname>
          </string-name>
          ,
          <article-title>A secure face recognition for iot-enabled healthcare system</article-title>
          ,
          <source>ACM Transactions on Sensor Networks (TOSN)</source>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>W. K. M. Brauers</surname>
            ,
            <given-names>E. K.</given-names>
          </string-name>
          <string-name>
            <surname>Zavadskas</surname>
          </string-name>
          ,
          <article-title>Robustness of multimoora: A method for multi-objective optimization</article-title>
          ,
          <source>Informatica</source>
          <volume>23</volume>
          (
          <year>2012</year>
          )
          <fpage>1</fpage>
          -
          <lpage>25</lpage>
          . doi:
          <volume>10</volume>
          . 15388/Informatica.
          <year>2012</year>
          .
          <volume>346</volume>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>