Next Article in Journal
Hierarchical Cosine Similarity Entropy for Feature Extraction of Ship-Radiated Noise
Next Article in Special Issue
Investigation of Finite-Size 2D Ising Model with a Noisy Matrix of Spin-Spin Interactions
Previous Article in Journal
Quantum Thermodynamics at Strong Coupling: Operator Thermodynamic Functions and Relations
Previous Article in Special Issue
Do We Really Need to Catch Them All? A New User-Guided Social Media Crawling Method
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Energy and Entropy Measures of Fuzzy Relations for Data Analysis

by
Ferdinando Di Martino
1,2,* and
Salvatore Sessa
1,2
1
Dipartimento di Architettura, Università degli Studi di Napoli Federico II, Via Toledo 402, 80134 Napoli, Italy
2
Centro Interdipartimentale di Ricerca A. Calza Bini, Università degli Studi di Napoli Federico II, Via Toledo 402, 80134 Napoli, Italy
*
Author to whom correspondence should be addressed.
Entropy 2018, 20(6), 424; https://doi.org/10.3390/e20060424
Submission received: 18 April 2018 / Revised: 25 May 2018 / Accepted: 30 May 2018 / Published: 31 May 2018
(This article belongs to the Special Issue Entropy and Complexity of Data)

Abstract

:
We present a new method for assessing the strength of fuzzy rules with respect to a dataset, based on the measures of the greatest energy and smallest entropy of a fuzzy relation. Considering a fuzzy automaton (relation), in which A is the input fuzzy set and B the output fuzzy set, the fuzzy relation R1 with greatest energy provides information about the greatest strength of the input-output, and the fuzzy relation R2 with the smallest entropy provides information about uncertainty of the input-output relationship. We consider a new index of the fuzziness of the input-output based on R1 and R2. In our method, this index is calculated for each pair of input and output fuzzy sets in a fuzzy rule. A threshold value is set in order to choose the most relevant fuzzy rules with respect to the data.

1. Introduction

Let X = {x1, …, xm} be a finite set and A be a fuzzy set of X. In [1,2] two categories of fuzziness, measures are defined as energy and entropy (see, e.g., also [3]). The energy measure of the fuzziness of A is given by:
E ( A ) = i = 1 m e ( A ( x i ) )
where e: [0,1] → [0,1] is a monotonically increasing continuous function, with e(0) = 0 and e(1) = 1. A particular energy function is given by e(u) = u for any u ∈ [0,1]. In this case, the minimum value of the energy is 0, and the maximum is given by E(A) = Card(X) = m. The entropy measure of fuzziness of the fuzzy set A is defined as:
H ( A ) = i = 1 m h ( A ( x i ) )
where h: [0,1] → [0,1] is a monotonically increasing continuous function in [0, ½] and monotonically decreasing in [½, 1], with h(0) = h(1) = 0 and h(u) = h(1 − u). A simple entropy function is given by h(u) = u if u ≤ ½ and h(u) = 1 − u if u > ½.
Now we consider another finite set, Y = {y1, …, yn}, and a fuzzy relation R defined by X × Y:
E ( R ) = i = 1 m j = 1 n e ( R ( x i , y j ) )
and
H ( R ) = i = 1 m j = 1 n h ( R ( x i , y j ) )
We now take a continuous t-norm t and a max-t fuzzy relation equation, that is of the following type:
i = 1 m ( R ( x i , y j ) tA ( x i ) ) = B ( y j )    j = 1 ,   ,   n
where A (resp., B) is a known input (resp., output) fuzzy set, and R is an n unknown fuzzy automaton (relation) connecting the inputs-output via fuzzy rules.
Solutions for the fuzzy relation Equation (5) were proposed in [4,5,6] (see, e.g., [7] if t = min). In particular, if we consider the t-norm of Yager [8], the unique greatest fuzzy relation R1 is defined as R 1 ( x , y ) = A ( x ) τ B ( y ) , where τ : [ 0 , 1 ] × [ 0 , 1 ] [ 0 , 1 ] is given:
a τ b = { ( ( 1 a ) p ( 1 b ) p ) 1 / p   if   a     b 1   if   a   <   b    a ,   b     [ 0 , 1 ] ,   p     1
R1 is the fuzzy relation having the maximum energy E. Furthermore, in [4,5] the authors propose an algorithm for finding the relation R2, solution of (5) not unique, having the minimum entropy H.
Many works in data and decision analysis present methods to minimize the fuzzy entropy for obtaining the solution with the smallest ambiguity. Some research works, such as [9,10,11,12,13,14,15,16,17], present fuzzy decision algorithms for classification analysis using minimum fuzzy entropy.
We propose a new method for measuring the strength of fuzzy rules with respect to a set of input-output data, based on the maximum energy and minimum entropy measures.
Our idea is to calculate, for any pair of input and output fuzzy sets, a normalized index of the strength of the rule with respect to the data, which is a function of the maximum energy and minimum entropy. We find the best input-output fuzzy sets pair to be that for which the corresponding index is maximum. If this index is greater or equal to a pre-defined threshold, then we consider the fuzzy rule which is more relevant with respect to the data.
In Section 2, we describe the algorithm presented in [4,5] for calculating the solutions R1 and R2 of the Equation (5) with the Yager t-norm. In Section 3, our algorithm is presented for evaluating the strength of fuzzy rules with respect to the data. In Section 4, we present the results of two experiments in which we apply our algorithm. Final considerations are shown in Section 5.

2. Algorithm for Calculating Fuzzy Relations Having the Greatest Energy and Smallest Entropy

Let X = {x1, …, xm}, Y = {y1, …, yn}, A (resp., B) be a fuzzy set on X (resp., Y). In [4,5] it is proven that R1 is the solution of the Equation (5) with maximum energy. For the calculus of R2, the following algorithm is developed in [4,5]. Let h be defined as in Section 1. For each yj ∈ Y, we consider Γ(yj) = {xi ∈ X: A(xi) ≥ B(yj)}. If B(yj) > 0, the algorithm finds some xc ∈ Γ(yj) (generally not unique), such that A(xc)τB(yj) is not zero and h(A(xc)τB(yj)) assumes the minimum value. Then, R2(xi,yj) = A(xi)τB(yj) if xi = xc and R2(xi, yj) = 0 if xi ≠ xc. If B(yj) = 0, R2(xi, yj) = 0 for each i = 1, …, m. Below, we show the pseudocodes for calculating R1 (Algorithm 1) and R2 (Algorithm 2).
Algorithm 1 Calculate R1
Description:  Calculate the matrix R1
Input:         X, Y, A, B
Output:  R1
1FOR j = 1 TO n
2{
3FOR i = 1 TO m
4 {
5  R1(xi,yj): = A(xi) τB(yj);
6 }
7}
8END
Algorithm 2 Calculate R2
Description:         Calculate the matrix R2
Input: X, Y, A, B
Output: R2
1FOR j = 1 TO n
2{
3IF B(yj)>0
4 {
5  xc: = 0:
6  hmin: = 1;
7  FOR each x in Γ(yj)
8  {
9   IF h(A(x), B(yj)) < hmin THEN
10   {
11    hmin: = h(A(x), B(yj));
12    xc: = x;
13   }
14  }
15  FOR i = 1 TO m
16  {
17   IF (xi = xc)
18    R2(xi,yj): = A(xi) τB(yj) ;
19   ELSE
20    R2(xi,yj):= 0;
21  }
22 }
23ELSE
24 {
25  FOR i = 1 TO m
26   R2(xi,yj):= 0;
27 }
28}
29END
As example, let X = {x1, x2, x3, x4}, Y = {y1, y2, y3, y4}, A = (0.2, 0.3, 0.5, 0.8) and B = (0.4, 0.0, 0.6, 0.7). For p = 2 in Formula (6), we obtain that
R 1 = | 1.00 0.40 1.00 1.00 1.00 0.29 1.00 1.00 0.67 0.13 1.00 1.00 0.43 0.02 0.65 0.78 |
For R2, we have Γ(y1) = {x3, x4}, Γ(y3) = {x4}, Γ(y4) = {x4} and hence R2(x3, y1) = 0.67, R2(x4, y3) = 0.65 and R2(x4, y4) = 0.78. For B(y2) = 0, we have that R2(xi, y2) = 0 for each i = 1, …, 4. Then, the fuzzy relation with minimum entropy is given by:
R 2 = | 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.67 0.00 0.00 0.00 0.00 0.00 0.65 0.78 |

3. Evaluating the Strength of the Fuzzy Rules with Respect to the Data

Our goal is to evaluate the strength of the fuzzy rules considered in a domain’s expert with respect to dataset [18]. Transferring its knowledge of the domain, the expert builds a fuzzy partition of q fuzzy sets {A1, …, Aq} of the universe of the discourse Ux of the input variable x, and a fuzzy partition of s fuzzy sets {B1, …, Bs} of the universe of the discourse Uy of the output variable y. Subsequently, he defines a set of fuzzy rules relating the input and the output variables in the following form:
rk: if x is Aw Then y is Bz, w = 1, …, q, z = 1, …, s
where rk is the kth fuzzy rule of the fuzzy rule set. For instance, let a dataset be composed by m measures of the input variable x, X = {x1, …, xm}, and a dataset composed by n measures of the output variable y, Y = {y1, …, yn}. For each rule we extract the pair (Aw,Bz) formed by the input and the output fuzzy sets in (7), and we calculate a normalized index based on the maximum energy and minimum entropy. The index represents the strength of the kth fuzzy rule with respect to the data. Let R be the fuzzy automaton (relation) connecting Aw and Bz by means of Equation (5) with the Yager t-norm. Let R1wz and R2wz serve as the solutions of (5), with maximum energy and minimum entropy calculated using the algorithms of Section 2. The index of strength for the pair (Aw,Bz) is defined [4] as:
I wz = E ( R 1 wz ) H ( R 2 wz ) m n
For Iwz = 1, we obtain E(R1wz) = n·m and H(R2wz) = 0. If Iwz is greater or equal to a pre-defined threshold, then the fuzzy rule is confirmed by the data. In Figure 1, this process is schematized.
The continuous black arrows are related to two processes: the red arrows symbolize the use of data in input and the black arrows symbolize the use of data in output.
In the first phase, the expert creates the fuzzy partition for Ux and Uy and creates the fuzzy rule set. Then, the expert analyzes each fuzzy rule with respect to a set of data. For the input-output pair (Aw,Bz), Aw(x1), …, Aw(xm), Bz(y1), …, Bz(yn), the fuzzy relations R1 and R2, the Energy E, the Entropy H, and the index I are calculated. If the index I is greater or equal to a prefixed threshold, then the rule is considered to be significant to the fuzzy rule set with respect to the input/output data. We can generalize this model to the case in which two or more input variables are considered. The generalized form of a fuzzy rule is given by the form:
rk :   if   ( x 1   is   A w 1 ( 1 ) )   and   ( x 2   is   A w 2 ( 2 ) )   and     and   ( x v   is   A wv ( v ) )   then   y   is   B z
where A wl ( 1 ) , l = 1, …, v, is a fuzzy set of the fuzzy partition of the universe of the discourse of the input variable.
For each pair ( A w 1 ( 1 ) , B z ) , , ( A wv ( v ) , B z ) , we calculate the corresponding indices I w l z ( l ) for l = 1, …, v and assign a measure of strength of the fuzzy rule with respect to the data given by:
I k = min l = 1 , , v I w l z ( l )
Below we show the pseudocode of the algorithm (Algorithm 3).
Algorithm 3 Energy-Entropy fuzzy rules evaluation
Description:       Calculate the matrix R2
Input: X, Y, A, B
Output: R2
1SET Ith        // set the threshold value
2FOR k = 1 TO D       // for all the D fuzzy rules in the dataset
2{
3 Imin: = 2;       // Imin is initialized to a value greater than 1
4 Create the fuzzy subsets Bz(y1),…, Bz(yn);
5FOR l = 1 to v
6 {
7  Create the fuzzy subsets A(l)wl(x1),…, A(l)wl(xm);
8  Calculate R1 and R2;
9  Calculate E and H;
10  Calculate I;
11  IF (I < Imin)
12   Imin = I;
13 }
14IF (Imin ≥ Ith)
15  Annotate the k-th fuzzy rule as significant;
16}
17END
The threshold value Ith can be settled by the expert by using an opportune calibration. This calibration can be obtained by testing the algorithm applied on a sample dataset for which the expert can evaluate the strength of fuzzy rules with respect to the data. In Section 4, we present some results obtained by using various datasets. The first experiment is used for calibrating the threshold value Ith. Obviously the computational time is polynomial, being given by O(n·m·v).

4. Test Results

Here we use e(u) = u for u ∈ [0,1] and, in accordance with [2,3], the following fuzzy entropy:
h ( u ) = u log 2 ( u ) ( 1 u ) log 2 ( 1 u ) u [ 0 , 1 ]
and the Equation (5) with the Yager t-norm.
Our tests are applied to datasets extracted from the open data of the city of Naples (Italy) (www.opendata.comune.napoli.it/) and from database of the 15° census population performed during 2011 on the Italian territory by the ISTAT (Italian Statistical National Institute), available at http://dati-censimentopopolazione.istat.it. For brevity, we show the results obtained in two experiments.
The city of Naples is partitioned into 10 municipalities. In turn, each municipality includes a set of districts, as listed in Table 1.
In the first experiment, we consider the input x = Percentage of inhabitants with less than 5 years old and the output y = Number of public kindergartens. The data extracted are shown in Table 2.
The fuzzy partitions are composed by fuzzy numbers given by semi-trapezoidal or triangular fuzzy sets [19]. The first and last fuzzy sets are semi-trapezoidal, and the intermediate fuzzy sets are triangular. The triangular fuzzy numbers are represented with three number, as A = (a1,a2,a3) and B = (b1,b2,b3). In Table 3 we show the four fuzzy sets forming the fuzzy partition of the domain Ux.
In Table 4 we show the five fuzzy sets forming the fuzzy partition of the domain Uy.
In Figure 2 and Figure 3 we show the graphs of the fuzzy sets of the fuzzy partitions for the domains Ux and Uy, respectively.
The expert considers the following rules to be significant:
  • Rule 1 → IF A= low THEN B = very low
  • Rule 2 → IF A = adequate THEN B = mean
  • Rule 3 → IF A = fair THEN B = high
Then, the index of strength of each fuzzy rule is calculated. Table 5 (resp., Table 6) shows E, H, I, corresponding to the three rules for p = 1 (resp., p = 2).
For calibrating the threshold value for the index I, after extracting the data x and y, the expert analyzes how each fuzzy rule appears consistent with respect to the data, i.e., which the degree of the fuzzy rule is confirmed from the data. He considers Rule 1 completely consistent with the data, and Rule 2 sufficiently consistent; therefore, Rule 3 is not sufficiently consistent with the data. For this reason, we set the threshold value to less or equal to the strength index I calculated for Rule 2. This value is 0.79 for p = 1 and 0.71 for p = 2. Then we set p = 2 and Ith = 0.7 in all the experiments.
Below we present the results of the second experiment in which two input variables are considered. The inputs are the following: x1 = Percentage of families in residential properties with respect to the total resident families and x2 = Percentage of graduates with respect to the total workforce. The output is y = Unemployment rate.
In Table 7, we show the data extracted for the 10 municipalities.
In Table 8, Table 9 and Table 10, we show the fuzzy sets forming the fuzzy partitions of the domain Ux1, Ux2, Uy, respectively.
In Figure 4, Figure 5 and Figure 6, we show the graphs of the fuzzy sets of the fuzzy partitions for the domains Ux1, Ux2, Uy, respectively.
The expert considers the following fuzzy rules:
  • Rule 1 →IF A1= very low AND A2 = low THEN B = very high
  • Rule 2 → IF A1= low AND A2 = low THEN B = high
  • Rule 3 → IF A1= mean AND A2 = adequate THEN B = mean
  • Rule 4 → IF A1= mean AND A2 = fair THEN B = mean
  • Rule 5 → IF A1= mean AND A2 = high THEN B = low
  • Rule 6 → IF A1= high AND A2 = fair THEN B = low
  • Rule 7 → IF A1= high AND A2 = high THEN B = very low
  • Rule 8 → IF A1 = very high AND A2 = high THEN B = very low
In Table 11, we show the value of the index I calculated for any fuzzy rule (column I rule), when p = 2. For each pair ( A w ( 1 ) , B z ) and ( A w ( 2 ) , B z ) in the rule, we show the values of E, H, I.
The results in Table 11 show that the final indices of the fuzzy rules are greater than the threshold Ith = 0.7, except for the fuzzy rules 1 and 2.

5. Conclusions

We present a new method that uses fuzzy energy and fuzzy entropy to evaluate the strength of fuzzy rules set by an expert, with respect to a set of data. We correlate the input and the output data via Equation (5), where t is the Yager t-norm, and calculate the corresponding relations which are solutions of (5) with maximum energy and minimum entropy.
After the processes of the creation of the fuzzy partitions of the input and output variable domains, and of the significant fuzzy rule set by the expert, a normalized index of the strength of each fuzzy rule with respect to the data is measured.
If this index is greater than a calibrated threshold, then the fuzzy rule is considered significant with respect to the data. We extend this approach to fuzzy rules in which there are two or more input variables. In this case, we calculate the index of strength separately for each pair of input and output, and we assign a best index of strength to the rule(s) having the minimum value of these indices. The results of some experiments are presented in order to show how our algorithm works inside a fuzzy rule set.

Author Contributions

Conceptualization, F.D.M. and S.S.; Methodology, F.D.M. and S.S.; Software, F.D.M. and S.S.; Investigation, F.D.M. and S.S.; Writing-Original Draft Preparation, F.D.M. and S.S.; Writing-Review & Editing, F.D.M. and S.S.

Funding

This research received no external funding.

Acknowledgments

This paper was realized under the auspices of INDAM/GCNS (Italy).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. De Luca, A.; Termini, S. Entropy and energy measures of fuzzy sets. In Advances in Fuzzy Set Theory and Applications; Gupta, M.M., Ragade, R.K., Yager, R.R., Eds.; North-Holland: Amsterdam, The Netherlands, 1979; pp. 321–338. [Google Scholar]
  2. De Luca, A.; Termini, S. A definition of non-probabilistic entropy in the setting of fuzzy sets theory. Inf. Control 1972, 20, 301–312. [Google Scholar] [CrossRef]
  3. Wang, W.-J.; Chiu, C.-H. Entropy and information energy for fuzzy sets. Fuzzy Sets Syst. 1999, 108, 333–339. [Google Scholar] [CrossRef]
  4. Di Nola, A.; Pedrycz, W.; Sessa, S. On measures of fuzziness of solutions of fuzzy relation equations with generalized connectives. J. Math. Anal. Appl. 1985, 106, 443–453. [Google Scholar] [CrossRef]
  5. Di Nola, A.; Pedrycz, W.; Sessa, S. Fuzzy relation equations with LSC and USC T-norms and their Boolean solutions. Stochastica 1987, 11, 151–183. [Google Scholar]
  6. Pedrycz, W. Fuzzy relational equations with generalized connectives and their applications. Fuzzy Sets Syst. 1983, 10, 185–201. [Google Scholar] [CrossRef]
  7. Sanchez, E. Solutions in composite fuzzy relation equations: Application to medical diagnosis in Brouwerian logic. In Fuzzy Automata and Decision Processes; Gupta, M.M., Saridis, G.N., Gaines, B.R., Eds.; North-Holland: Amsterdam, The Netherlands, 1973; pp. 221–234. [Google Scholar]
  8. Yager, R.R. On general class of fuzzy connectives. Fuzzy Sets Syst. 1980, 4, 235–242. [Google Scholar] [CrossRef]
  9. Das, S.; Ghosh, S.; Kar, S.; Pal, M.T. An algorithmic approach for predicting unknown information in incomplete fuzzy soft set. Arab. J. Sci. Eng. 2017, 42, 3563–3571. [Google Scholar] [CrossRef]
  10. Lee, H.-M.; Chen, C.-M.; Chen, J.-M.; Jou, Y.-L. An efficient fuzzy classifier with feature selection based on fuzzy entropy. IEEE Trans. Syst. Man Cybern. Part B Cybern. 2001, 3, 426–432. [Google Scholar]
  11. Matiaško, K.; Boháčik, J.; Levashenko, V.; Kovalík, S. Learning fuzzy rules from fuzzy decision tree. J. Inf. Control Manag. Syst. 2006, 4, 143–154. [Google Scholar]
  12. Zeng, W.; Li, H. Relationship between similarity measure and entropy of interval valued fuzzy sets. Fuzzy Sets Syst. 2006, 157, 1477–1484. [Google Scholar] [CrossRef]
  13. Zhang, H.; Zhang, W.; Mei, C. Entropy of interval-valued fuzzy sets based on distance and its relationship with similarity measure. Knowl. Based Syst. 2009, 22, 449–454. [Google Scholar] [CrossRef]
  14. Markechová, D.; Riečan, B. Entropy of fuzzy partitions and entropy of fuzzy dynamical systems. Entropy 2016, 18, 19. [Google Scholar] [CrossRef]
  15. Markechová, D.; Riečan, B. Logical entropy of fuzzy dynamical systems. Entropy 2016, 18, 157. [Google Scholar] [CrossRef]
  16. Barchielli, A.; Gregoratti, M.; Toigo, A. measurement uncertainty relations for position and momentum: Relative entropy formulation. Entropy 2017, 19, 301. [Google Scholar] [CrossRef]
  17. Xiao, F. A novel evidence theory and fuzzy preference approach-based multi-sensor data fusion technique for fault diagnosis. Sensors 2017, 17, 2504. [Google Scholar] [CrossRef] [PubMed]
  18. Sarwar, M.; Akram, M. Certain algorithms for computing strength of competition in bipolar fuzzy graphs. Int. J. Uncertain. Fuzzy Knowl. Based Syst. 2017, 25, 877–896. [Google Scholar] [CrossRef]
  19. Tang, H.-C. Decomposition and intersection of two fuzzy numbers for fuzzy preference relations. Symmetry 2017, 9, 228. [Google Scholar] [CrossRef]
Figure 1. Schema of the process.
Figure 1. Schema of the process.
Entropy 20 00424 g001
Figure 2. Graph of the fuzzy sets of the fuzzy partition for Ux.
Figure 2. Graph of the fuzzy sets of the fuzzy partition for Ux.
Entropy 20 00424 g002
Figure 3. Graph of the fuzzy sets of the fuzzy partition for Uy.
Figure 3. Graph of the fuzzy sets of the fuzzy partition for Uy.
Entropy 20 00424 g003
Figure 4. Graph of the fuzzy sets of the fuzzy partition for Ux1.
Figure 4. Graph of the fuzzy sets of the fuzzy partition for Ux1.
Entropy 20 00424 g004
Figure 5. Graph of the fuzzy sets of the fuzzy partition for Ux2.
Figure 5. Graph of the fuzzy sets of the fuzzy partition for Ux2.
Entropy 20 00424 g005
Figure 6. Graph of the fuzzy sets of the fuzzy partition for Uy.
Figure 6. Graph of the fuzzy sets of the fuzzy partition for Uy.
Entropy 20 00424 g006
Table 1. Municipalities of the city of Naples and their districts.
Table 1. Municipalities of the city of Naples and their districts.
Municipality NumberDistricts
1Chiaia, Posillipo, S.Ferdinando
2Avvocata, Montecalvario, Porto, S.Giuseppe, Pendino, Mercato
3Stella, S.Carlo all’Arena
4Vicaria, S.Lorenzo, Poggioreale
5Vomero, Arenella
6Ponticelli, Barra, S.Giovanni aTeduccio
7Miano, Secondigliano, S.Pietro a Patierno
8Chiaiano, Piscinola-Marianella, Scampia
9Pianura, Soccavo
10Bagnoli, Fuorigrotta
Table 2. The I/O data extracted for the 10 municipalities.
Table 2. The I/O data extracted for the 10 municipalities.
Municipalityxy
14.26%5
24.77%6
35.05%6
44.93%3
53.80%3
65.61%9
75.40%5
85.35%8
95.29%6
104.11%5
Table 3. The fuzzy partition for Ux.
Table 3. The fuzzy partition for Ux.
Labela1a2a3
low024
adequate245
fair456
high568
Table 4. The fuzzy partition for Uy.
Table 4. The fuzzy partition for Uy.
Labela1a2a3
very low013
low134
mean347
high4710
very high71012
Table 5. E, H, I value obtained by setting p = 1.
Table 5. E, H, I value obtained by setting p = 1.
Rulep = 1
EHI
Rule 199.000.000.99
Rule 282.503.680.79
Rule 375.785.760.70
Table 6. E, H, I value obtained by setting p = 2.
Table 6. E, H, I value obtained by setting p = 2.
Rulep = 1
EHI
Rule 195.600.000.95
Rule 275.854.360.71
Rule 364.666.870.58
Table 7. The I/O data extracted for the 10 municipalities.
Table 7. The I/O data extracted for the 10 municipalities.
Municipalityx1x2y
130.86%60.86%13.46
213.62%52.52%26.77
311.58%53.47%26.53
48.330%48.41%30.34
529.94%69.54%13.53
64.410%43.85%36.51
74.280%36.34%41.52
85.640%36.21%40.69
96.880%54.69%31.42
1012.84%62.39%22.76
Table 8. The fuzzy partition for Ux1.
Table 8. The fuzzy partition for Ux1.
Labela1a2a3
very low013
low134
mean347
high4710
very high71012
Table 9. The fuzzy partition for Ux2.
Table 9. The fuzzy partition for Ux2.
Labela1a2a3
low03040
adequate304060
fair406080
high6080100
Table 10. The fuzzy partition for Uy.
Table 10. The fuzzy partition for Uy.
Labela1a2a3
very low01015
low101530
mean153050
high305060
very high5060100
Table 11. Values of the index I obtained for p = 2.
Table 11. Values of the index I obtained for p = 2.
RulePairp = 2
EHII Rule
Rule 1(A1 = very low, B = very high)32.000.000.320.32
(A2 = low, B = very high)84.500.000.84
Rule 2(A1 = low, B = high)64.242.670.610.61
(A2 = low, B = high)88.880.000.89
Rule 3(A1 = mean, B = mean)84.651.200.830.80
(A2 = adequate, B = mean)82.922.670.80
Rule 4(A1 = mean, B = mean)95.300.000.950.72
(A2 = fair, B = mean)76.585.680.72
Rule 5(A1 = mean, B = low)88.592.000.870.87
(A2 = high, B = low)90.810.000.91
Rule 6(A1 = high, B = low)90.602.000.890.89
(A2 = high, B = low)90.810.000.91
Rule 7(A1 = high, B = very low)86.681.850.850.85
(A2 = high, B = very low)86.200.000.86
Rule 8(A1 = very high, B = very low)100.000.001.000.91
(A2 = high, B = very low)90.810.000.91

Share and Cite

MDPI and ACS Style

Di Martino, F.; Sessa, S. Energy and Entropy Measures of Fuzzy Relations for Data Analysis. Entropy 2018, 20, 424. https://doi.org/10.3390/e20060424

AMA Style

Di Martino F, Sessa S. Energy and Entropy Measures of Fuzzy Relations for Data Analysis. Entropy. 2018; 20(6):424. https://doi.org/10.3390/e20060424

Chicago/Turabian Style

Di Martino, Ferdinando, and Salvatore Sessa. 2018. "Energy and Entropy Measures of Fuzzy Relations for Data Analysis" Entropy 20, no. 6: 424. https://doi.org/10.3390/e20060424

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop