Next Article in Journal
Efficient Numerical Simulation of Biochemotaxis Phenomena in Fluid Environments
Previous Article in Journal
Joint Probabilities Approach to Quantum Games with Noise
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Application of the Fuzzy Approach for Evaluating and Selecting Relevant Objects, Features, and Their Ranges

Institute of Computer Science, College of Natural Sciences, University of Rzeszów, Rejtana Str. 16C, 35-959 Rzeszów, Poland
Entropy 2023, 25(8), 1223; https://doi.org/10.3390/e25081223
Submission received: 28 June 2023 / Revised: 8 August 2023 / Accepted: 14 August 2023 / Published: 17 August 2023
(This article belongs to the Section Signal and Data Analysis)

Abstract

:
Relevant attribute selection in machine learning is a key aspect aimed at simplifying the problem, reducing its dimensionality, and consequently accelerating computation. This paper proposes new algorithms for selecting relevant features and evaluating and selecting a subset of relevant objects in a dataset. Both algorithms are mainly based on the use of a fuzzy approach. The research presented here yielded preliminary results of a new approach to the problem of selecting relevant attributes and objects and selecting appropriate ranges of their values. Detailed results obtained on the Sonar dataset show the positive effects of this approach. Moreover, the observed results may suggest the effectiveness of the proposed method in terms of identifying a subset of truly relevant attributes from among those identified by traditional feature selection methods.

1. Introduction

One of the main challenges and goals of machine learning and data-mining methods is to identify the relationships and connections between the features that describe an object or example and the category or class to which that example belongs. In other words, the relationships between the dependent variables and the independent variables. In most real-world datasets, only a subset of the describing features actually have a specific relationship with the dependent variable. This is the set of so-called relevant features, i.e., those carrying information that allows us to identify the value of the dependent variable (class). The rest of the features are referred to as non-relevant features, i.e., those that do not affect the determination of the value of the dependent variable, and only cause an increase in the dimensionality of the problem and, thus, the time complexity of computational methods.
Historically, the relevance of variables has been defined in many different ways that have not been consistent with each other, as demonstrated by Kohavi and John [1]. This happened because different researchers focused on different concepts that could be associated with the term. They proposed using two degrees of relevance (strong and weak) to cover all these concepts. In their approach, relevance is defined in absolute terms, using an ideal Bayes classifier. Thus, a feature a A is defined as strongly relevant when removing a from the data always results in a degradation of the prediction accuracy of the ideal Bayes classifier. A feature a A is weakly relevant if it is not strongly relevant and there is such a subset of features S where the performance of the ideal Bayes classifier on S is worse than the performance on S { a } . A feature is irrelevant if it is neither strongly nor weakly relevant. Rudnicki and Mnich [2] showed that, in practical applications, more detailed definitions of the weak and strong relevance of features may be more appropriate. They proposed the introduction of two concepts, k-weak relevance and k-strong relevance, which better reflect the limited ability to exhaustively test all possible combinations of variables. Thus, feature a is k-weakly relevant if its relevance can be determined by analyzing all n k subsets of k features that contain feature a. Similarly, variable a is k-strongly relevant if it is strongly relevant in all n k subsets of k features that contain variable a.
Many of the non-relevant features are difficult to identify a priori; they may have little effect on the dependent variable, which is difficult to identify. Relevant features may also be redundant and carry the same information, so to speak. In addition, they may be dependent on each other, i.e., a particular feature may show relevance only in the presence of another feature [2].
For the aforementioned reasons, many different feature selection methods, which are more or less specialized, have been developed [3]:
  • Filter-based methods: These methods evaluate the relevance of features independently of the specific machine learning task [4]. Examples include the analysis of variance (ANOVA), Pearson correlation coefficient, informative chi-square coefficient, Gini measure, etc. These methods are fast and model-independent, but may not take into account relationships between features.
  • Wrapper-based methods: These methods use a specific machine learning model as a black box, assessing the quality of features in the context of a given model [5]. Examples include recursive feature elimination, backward stepwise selection, forward stepwise selection, etc. These methods can take into account dependencies between features but are more computationally expensive.
  • Embedded methods: These methods take into account feature selection in the model learning process [6]. Examples include L1 regularization (Lasso), L2 regularization (ridge), decision trees with feature selection, etc. These methods combine the process of model learning and feature selection, which can be more effective, but limits the possibility of model reuse without feature selection.
  • Methods based on principal component analysis (PCA) [7]: PCA is a dimensionality reduction technique that projects data into new non-covariates so as to maximize variance. By selecting the principal components, the dimensions of the data can be reduced. PCA is not a direct feature selection method, but it can help extract relevant information from the data.
  • Methods based on information metrics: These methods measure the informational relationship between features and the target variable. An example is the information gain factor, the expected amount of information (reduction of entropy), which is used in decision trees. These methods help assess what features will contribute the most information to the model. Other similar methods, like the fast correlation-based filter (FCBF), are also entropy-based measures, which additionally identify redundancy due to pairwise correlations between features [8].
Various hybrid feature selection methods and techniques that adapt to specific problems and data are also used in practice [9]. The choice of an appropriate feature selection method depends on the specifics of the problem, the available data, and the requirements for model efficiency and interpretability.
In recent years, there have also been quite a few approaches to feature selection using the fuzzy set theory. This approach has become the basis for the implementation of several different algorithms incorporating fuzzy approaches. Fuzzy decision trees (FDTs) are sources of information that allow the construction of new indicators to evaluate the relevance of features and, on this basis, create their ranking [10]. They proposed importance analysis for the evaluation of the induced classifier properties according to reliability analysis. Similarly, the fuzzy forest approach [11] evaluates and builds a ranking of features in classification and regression problems; this method is, in turn, an extension of the random forest algorithm. Others [12] proposed a new measure of similarity between two linguistic, intuitionistic fuzzy sets to formally define the correlation between attributes. One can also distinguish the fuzzy backward feature elimination (FBFE) method [13], which is based on combining the independent component analysis method, derived, as it were, from the well-known principal component analysis method, with the fuzzy entropy measure [14], in the process of eliminating irrelevant features. Still, another approach using fuzziness for feature selection is the fuzzy quick reduce algorithm based on the fuzzy-rough set theory [15], a data-mining algorithm for decision-making based on incomplete, inconsistent, imprecise, and vague data. The fuzzy-rough set theory is an extension of the fuzzy conventional set theory that supports approximations in decision-making.

2. Materials and Methods

One of the key problems is to reduce the input data in such a way as to select only relevant data for further operations. Three types of data reduction can be distinguished: the selection of relevant attributes/features, the selection of relevant ranges of feature values, and the selection of relevant objects from the data. The selection of relevant attributes is a typical step in the process of analysis and machine learning. However, the other two types, which are equally important, are the purpose of this research. Assessing the relevance of value ranges has been the subject of previous research [16,17,18]. On the basis of such an assessment, algorithms for the selection of both significant attributes and significant objects in the data can be defined.
In a variety of machine learning applications, input data are arranged in a tabular form that is called a decision table D T = ( U , A , D ) , where
  • U = u 1 , u 2 , u 3 , . . . , u m is the non-empty, finite set of m cases;
  • A = a 1 , a 2 , a 3 , . . . , a n is the non-empty, finite set of n descriptive (condition) attributes that describe cases;
  • D = D is the non-empty, finite set of decision attributes that classify cases from U to decision classes.
For each attribute, the set of its values is determined. Thus, the algorithm for the fuzzy selection of a subset of relevant features is presented in a pseudocode (see Algorithm 1—fuzzy feature selection). The aforementioned D T decision table in which attributes have continuous values is used as input. Several key stages can be distinguished in the algorithm, as described in detail in Section 2.2, Section 2.3 and Section 2.4. First, the input data are discretized, resulting in a set A D I S C of discrete values. Then, using the chosen fuzzification method, we determine the membership function and, based on it, the set A F U Z Z of fuzzy linguistic variables, LVs. The next important step is the selection of significant linguistic variables from the set of A F U Z Z using the selected feature selection method; the result is the set of A F U Z Z S E L . The obtained selection results are used to convert the attribute set A into A B I N A R Y binary form, representing the relevance of individual attribute values in a binary manner, considering the A F U Z Z S E L set. The binary set is the basis for assessing the relevance and selection of relevant attributes and relevant objects for the fuzzy object selection algorithm (see Algorithm 2). To assess the relevance of a given attribute, it is necessary to determine how many relevant intervals are in the binary set. For this purpose, a thresholdFFS is defined (see Equation (1)), which is equal to the product of the m number of objects in the set and the EPS (epsilon) parameter, which is the interval span.
t h r e s h o l d F F S = E P S     m ,
EPS has values ranging from 0 to 1. Using specific values of the EPS parameter, we determine the value of the thresholdFFS, e.g., for a value of E P S = 0.01 , the thresholdFFS will be the smallest, so all relevant features (a) will remain in the selected set FS; if the EPS parameter is 0.10, then the thresholdFFS is 0.1 × 208 = 20.80 (see the first table in Section 3). ThresholdFFS is a parameter that defines, so to speak, the space of important ranges of the feature value. If ThresholdFFS is 20.80, then those features that have more than 20.80 important value ranges are considered relevant. In our case, 22 features meet this condition. Such information is contained in the binary file A B I N A R Y . A visualization of a fragment of this set is shown in the third figure in Section 2.4. If the EPS parameter is 0.11, then the thresholdFFS is 0.11 × 208 = 22.88. The set of features whose value number meets the thresholdFFS is smaller and amounts to 19 features. As the value of EPS increases, the value of the thresholdFFS increases, which causes the number of features (a) in the selected set to decrease. As EPS increases, the optimal thresholdFFS value can be selected, which will select the optimal subset of features with the best classification quality values.
The algorithm for the fuzzy selection of a subset of relevant objects works similarly (Algorithm 2). It works horizontally, so to speak, i.e., we use the number of features n to determine the thresholdFOS (see Equation (2)), and in a loop, each of the objects u from the set U is checked. The result of the operation is a subset of relevant objects OS.
t h r e s h o l d F O S = E P S     n ,
For example, if the EPS parameter is 0.06, then the thresholdFOS is 0.06 × 60 = 3.60 (the second table in Section 3). The thresholdFOS value determines how many values of a given learning object should be in the range marked as relevant. If, for example, thresholdFOS is 3.60, then those that have more than 3.60 important value ranges are recognized as relevant objects. In our case, 109 objects meet this condition. Such information is also in the binary file A B I N A R Y . A visualization of a fragment of this set is shown in the third figure in Section 2.4. If the EPS parameter is 0.07, then the thresholdFOS is 0.07 × 60 = 4.20. The set of objects whose value number meets the thresholdFOS is smaller and amounts to 72 features.   
Algorithm 1: Fuzzy feature selection.
Entropy 25 01223 i001
Algorithm 2: Fuzzy Object Selection
Entropy 25 01223 i002

2.1. The Dataset Used

The classification quality of the presented feature and object selection algorithms was obtained on a dataset called Sonar [19]. This dataset came from the UCI repository and was added to the core collection by Terry Sejnowski (Salk Institute and University of California, San Diego, CA, USA). The tested dataset contains 111 patterns obtained by reflecting off a metal cylinder at different angles and under different conditions. The transmitted sonar signal is frequency-modulated, with increasing frequency. The data include signals obtained at different angles, 90 degrees for the cylinder and 180 degrees for the rock. Each pattern in this dataset consists of a set of 60 numbers, ranging (V1–V60) from 0.0 to 1.0. Each number expresses the energy in a specific frequency band, which is consolidated over a specific time. The consolidation aperture for higher frequencies takes place later, as these frequencies are sent later via the chirp. In addition, for each record, the data show whether the object is a rock (R) or a mine (M), i.e., a metal cylinder. The provided operations will be illustrated on the basis of the variable V9 from the Sonar set and the results of its processing.
Other experiments were conducted to compare the effectiveness of the fuzzy feature selection with other methods on the Pima Indians diabetes database (Pima), the breast cancer Wisconsin diagnostic (BCWD), climate model simulation crashes (Climate), and single proton emission computed tomography (SPECTF) datasets from the UCI repository, which is well-known in the field of machine learning.

2.2. Discretization Algorithm

To determine the ranges of descriptive attribute values underlying the fuzzification process (DiscretizationAlgorithm), a supervised discretization that depends on local distinguishability heuristics [20] was used. This discretization gives us locally semi-optimal cut sets that are consistent with the input decision table. The cuts divide entire ranges of descriptive attribute values into disjoint sub-ranges that correspond to the linguistic values assigned to these attributes. (see Table 1). In the fuzzification process, the centers of the subintervals are determined and then the membership functions are defined. The local strategy is implemented through a decision tree. This strategy is based on finding the best cut and dividing the set of cases into two subsets of cases, repeating this processing for each set of cases separately until it is satisfied. The quality of the cut depends on the number of cases recognized by the cut, in the local strategy calculated locally on the subset of cases.

2.3. Fuzzification Algorithm

One of the methods used is fuzzification, so the idea of a fuzzy set should first be mentioned.
Definition 1
([21]). A fuzzy set R in X is
R = { ( x , R ( x ) ) | x X }
where R : X [ 0 ,   1 ] and R ( x ) is the recognized grade of membership of the x to the R. The collection of all fuzzy sets in X will be denoted by F S ( X ) .
To convert variables with continuous values into linguistic variables LV (FuzzificationAlgorithm), the selected triangular membership function was used. Let [ m i n , m a x ] be the entire range of values for a given attribute, attribute a, of the dataset under study. In the fuzzification process, three steps are performed:
  • For each descriptive attribute a, for each linguistic value l assigned to a, determine the center of the interval corresponding to l (the means are calculated based on the intervals on which the entire range of attribute values [ m i n , m a x ] is divided).
  • For each descriptive attribute a, for each linguistic value l assigned to a, define a membership function based on the means of the intervals determined earlier.
  • For each descriptive attribute a, calculate the values of the fuzzy descriptive attributes corresponding to a based on the membership functions defined previously.
Many different membership functions can be used to determine the linguistic values of individual variables. In the present experiments, they are limited to a typical triangular function, which becomes a trapezoidal function at the edges of the interval.
Let { c 1 , c 2 , . . . , c k } be the set of interval centers defined for the i-th descriptive attribute.
The triangular membership functions are defined according to Equations (4)–(6). In fact, the first and last membership functions are trapezoidal:
For j = 1
μ c j ( x ) = 1 , if x a and x c j , c j + 1 x c j + 1 c j , if x > c j and x c j + 1 , 0 , otherwise .
For j > 1 and j < k
μ c j ( x ) = x c j 1 c j c j 1 , if x c j 1 and x c j , c j + 1 x c j + 1 c j , if x > c j and x c j + 1 , 0 , otherwise .
For j = k
μ c j ( x ) = x c j 1 c j c j 1 , if x c j 1 and x c j , 1 , if x > c j and x b , 0 , otherwise .
An example of a triangular membership function for the variable V9 from the Sonar dataset is shown in Figure 1. Based on the corresponding linguistic variables and their values (see Table 1).

2.4. Feature Selection Algorithm

The obtained membership value for each created linguistic value constitutes a set, which is subjected to the evaluation and selection of significant value intervals (FeatureSelectionAlgorithm). For this purpose, a method based on the random forest paradigm [22] was used. This method is a wrapper method and is a ranking method, i.e., in the process of assessing the significance of features, a ranking of features is created based on a measure of importance. This measure is calculated based on the created set of decision trees. Each tree in such a set is created based on a random sample of data from the original set. In this way, the correlation between dependent variables is minimized. In addition, divisions within the tree are also created based on random subsets of attributes. The tree structure created makes it possible to estimate the importance of an attribute based on decreasing measures of accuracy when an attribute is removed from a node. Since attributes for nodes are selected according to a criterion (in this case, the impurity of the Gini coefficient), we can estimate how each attribute reduces the impurity of a given distribution. The attribute with the largest decrease is placed in the node under consideration. Using this relationship, we can assess the impact of each attribute on the quality of the distributions in the set of trees and, thus, its significance.
Such a methodology is used in the Boruta package [23,24], which allows identifying all relevant attributes from a dataset. It works on an extended dataset containing attributes with random values that have no correlation with the dependent variable. The maximum MSA score among the random attributes (shadow attributes) is then determined, which is taken as a threshold for evaluating the importance of features. Attributes whose importances are significantly higher than the MSA are placed in the essential attribute group (confirmed features), while those whose importances are significantly lower than the MSA are placed in the irrelevant attribute group (rejected features), see Figure 2. This procedure is repeated until all attributes achieve the estimated importance or the algorithm reaches a set limit of random forest runs. Information on the relevance of linguistic variables (LVs) allows narrowing down and indicating the relevant subspace of feature values, see Figure 3.
The information about the relevance or irrelevance of the ranges is the basis for creating a binary version of the decision table (see Figure 4). In this table, individual values of the original data are checked for their presence in the relevant (green, value 1) or irrelevant (red, value 0) range. For example, the value of the V9 attribute for object number 4 is 0.0598 in the original Sonar dataset. This value is within the range of the created linguistic variable V9.LV3, whose minimum value is 0.05525 and maximum value is 0.079025 (see Table 1). This variable was confirmed as an important feature in the feature selection step (see Figure 2), so value 1 will appear in the binary table (see Figure 4). On the other hand, the value of the V9 attribute for object number 5 is 0.3564. This value falls within the range of the linguistic variable V9.LV20, whose minimum value is 0.299525 and maximum value is 0.520375, and within the range of the linguistic variable V9.LV21 whose minimum value is 0.33355 and maximum value is 0.6828 (see Table 1). The variables V9.LV20 and V9.LV21 were confirmed as irrelevant variables in the feature selection step (see Figure 2), so a value of 0 will appear in the binary table.

3. Results

In accordance with the earlier description of the various algorithms and procedures, computational experiments were planned and carried out using the described Sonar dataset and four other well-known datasets.
The detailed results of the analysis of the Sonar dataset are used to present the idea of the operation of the developed algorithms. Table 2 and Figure 5 contain the aggregate results of the fuzzy feature selection algorithm, while Table 3 and Figure 6 contain the aggregate results of the fuzzy object selection algorithm. In both experiments, the leave-one-out cross-validation approach was applied in the context of splitting into learning and test sets. Decision tree models and Quinlan’s C5.0 algorithm [25] were used to evaluate the quality of classification. Accuracy (ACC), sensitivity (true positive rate, TPR), specificity (true negative rate, TNR), precision (positive predictive value, PPV), the Matthews correlation coefficient (MCC), and the F1 score (F1) were used as measures of classification quality. The calculation formulas for each parameter are presented as follows:
A c c u r a c y = T P + T N T P + T N + F P + F N
S e n s i t i v i t y = T P T P + F N
S p e c i f i c i t y = T N F P + T N
P r e c i s i o n = T P T P + F P
M C C = T P     T N F P     F N ( T P + F P ) ( T P + F N ) ( T N + F P ) ( T N + F N )
F 1 = 2     T P 2     T P + F P + F N
where: TP is the number of results that correctly indicate the presence of a condition or characteristic, TN is the number of results that correctly indicate the absence of a condition or characteristic, FP is the number of results that wrongly indicate that a particular condition or attribute is present, and FN is the number of results that wrongly indicate that a particular condition or attribute is absent.
The analysis of the obtained results of the FFS algorithm identifies a full subset of all relevant attributes, which includes 24 features (Table 2). Such a subset allows us to obtain an ACC of 0.75 and other parameters at a better level than the original set of 60 features (Figure 5), which allows us to obtain an ACC of 0.64. With an increase in the EPS coefficient and, consequently, the threshold, we observe an improvement in the classification evaluation parameters up to a subset of 16 features, which appears to be the optimal subset. From Table 2 and Figure 5, we can see that equally good results can be obtained using a subset of 9, 12, and 19 relevant features.
On the other hand, the analysis of the obtained results of the FOS algorithm allows us to identify a full subset of all relevant features, which includes 204 objects (Table 3). Such a subset allows us to obtain an ACC of 0.7 and other parameters at a level similar to that of the original set of 208 objects (Figure 6), which allows us to obtain an ACC of 0.73. With the increase in the EPS coefficient and, consequently, the threshold, we observe an improvement in the classification evaluation parameters, up to a subset of 145 learning objects, which appears to be the optimal subset. Moreover, from both Table 3 and Figure 6, it can be seen that equally good results can be obtained using a subset of 109 relevant objects.
The experimental results presented here allow us to identify a subset of relevant descriptive attributes and a subset of relevant objects in the dataset. This raises the idea of combining these results to identify sub-tables with dimensions suggested by the selected subsets. So, based on the results, four suggested dimensions were selected and classification was performed by determining similar parameters (see Table 4). The results obtained clearly show that the most optimal combination is 187 objects and 19 describing attributes. For this combination, almost all parameters were better than the original dataset. Classification accuracy increased to a value of 0.83 from a value of 0.73 for the original dataset.
Additional analysis of the classification quality was also carried out using subsets of relevant features indicated by standard measures of feature rankings: Information gain, i.e., the expected amount of information (reduction of entropy), gain ratio, a ratio of the information gain, and the attribute’s intrinsic information, which reduces the bias toward multi-valued features that occur in information gain, the Gini index, which is the inequality among values of a frequency distribution, and the fast correlation-based filter (FCBF), which is the entropy-based measure, which also identifies redundancy due to pairwise correlations between features. The results of the evaluation of the features of the considered set are shown in Figure 7. The figure includes a ranking of the relevant individual features, considering the mentioned measures. Feature items in the figure are sorted by the information gain ranking values. Each feature, V1 to V60, has its own ranking. In addition, the last column contains 24 features, which are all relevant, where the FFS algorithm is indicated. It can be seen that 16 of the 24 features are also indicated at the top of the ranking (gray highlighting), while the remaining 8 are in lower positions. In addition, classification with the same model using a subset of the 24 highest-ranked features from the ranking yields an accuracy of 0.76, which is slightly better than the results obtained for the 24 features indicated by the FFS algorithm (see Table 2), where accuracy is 0.75. A similar subset of features can be selected using gain ratio or Gini index measures (see Figure 7 ). In contrast, the FCBF method identifies only five relevant features: V12, V9, V49, V5, and V27. Restricting the dataset to these features yields an accuracy of 0.73, which is lower than the other subsets and significantly lower than the identified subset of 19 features and 187 objects (Table 4) for which the best performance in this accuracy of 0.83 is obtained.

Related Results

A comparison of the results obtained with other studies is possible within a certain range. In the studies, the authors use various evaluation parameters, like ROC AUC or the balanced classification rate, so we limit the comparison to the classification accuracy (ACC) parameter. The authors also use different algorithms for learning models (logistic regression (LR), decision tree (DT), random forest (RF), support vector machine (SVM), etc.), and different implementations of them, which may cause difficulties in comparing the results. The results presented meet similar assumptions of the evaluation and model construction. Table 5 shows the compiled results of relevant feature selection and classification accuracy (ACC) obtained for five datasets known in the field of machine learning: Sonar, Pima Indians diabetes database (Pima), breast cancer Wisconsin diagnostic (BCWD), climate model simulation crashes (Climate), and single proton emission computed tomography (SPECTF). These datasets contain only numerical features and have been studied in many publications. The table includes the results obtained for the original set (ORIG), for the fuzzy feature selection (FFS) set, and the results obtained in other studies using other approaches (Other). The results show that the proposed fuzzy feature selection algorithm achieves comparable results with other methods. For example, as in Table 5, for the BCWD dataset, the original dataset contains 30 descriptive features to obtain a classification accuracy of 0.95. Using the FFS algorithm, the number of features can be reduced to 16, with an accuracy of 0.96. Alickovic and Subasi [26], using feature selection based on genetic algorithms [27], obtained 14 relevant features and a classification quality of 0.94. Lopez et al. [28] proposed a framework of the ensemble feature selection (F-EFS), which identified 10 relevant features and a classification quality of 0.92. Neumann et al. [29] proposed their own method of the ensemble feature selection, which integrates eight different feature selection methods and normalizes all individual outputs to a common scale, with an interval from 0 to 1. For the BCWD dataset, they obtained 10 relevant features and a classification accuracy of 0.99 using a logistic regression (LR) model. A similar discussion of the results can be made for the other investigated datasets.
Detailed results of the analysis of the four mentioned datasets are presented in Figure 8, Figure 9, Figure 10, Figure 11, Figure 12, Figure 13, Figure 14 and Figure 15. The graphs contain the results of the ACC, TPR, TNR, and PPV classification parameters for a given set, combined with the number of features in a given set at a specific value of the EPS parameter.

4. Discussion

The research presented here yielded preliminary results of a new approach to the problem of selecting relevant attributes and appropriate ranges of their values. In addition, a method for evaluating and selecting a subset of significant objects from the dataset was proposed. These methods are based on evaluating the relevance of ranges of attribute values by applying fuzzy logic. Detailed results obtained on the Sonar dataset show the positive effects of this approach. Out of 208 objects, the algorithm identifies subsets of about 145 and 187 relevant cases, and out of 60 features, it identifies about 9, 12, or 19 relevant features, significantly reducing the dimensionality of the problem and simplifying measurements. As shown in the Results section, the combination of 187 objects and 19 selected important features yields the highest classification quality parameters. All parameters (Table 4) reach a value of about 10% higher than for the full Sonar set.
The classification results obtained for the other datasets used (Table 5), resulting from the computational experiments shown in Figure 5, Figure 6, Figure 7, Figure 8, Figure 9, Figure 10, Figure 11, Figure 12, Figure 13, Figure 14 and Figure 15, allow us to assess the effectiveness of the proposed approach at a level equal to or better than the methods proposed in the literature.
By taking into account the discretization operation and feature value fuzzification, the proposed method seems to be more precise in assessing the significance of features. These operations make it possible to assess the relevance of individual value ranges due to linguistic variables, separately. The relevance is a measure of assessing the relevance of the entire attribute. The effectiveness of both the feature and object selection was confirmed by a 10% increase in classification quality parameters. This method has also shown the phenomenon of the more precise identification of relevant features in previous studies. Reference [18] showed that 6 features from the breast cancer Wisconsin diagnostic dataset, selected by the selection algorithm in the traditional way, were rejected after analysis with the proposed fuzzy approach, as none of the ranges of the values proved to be significant. It may suggest the effectiveness of the proposed method in the context of identifying a subset of truly relevant attributes among those identified by traditional feature selection methods. The novelty of the proposed approach involves the simultaneous selection of features and objects and horizontal and vertical data-dimensionality reduction.
This approach may find application in the analysis of datasets, where there is a need to identify specific ranges of continuous attribute values. Such datasets exist in the area of medical data, where only selected, narrow ranges of values of diagnostic test results have a significant impact on determining a disease diagnosis. Another example of such an area may be the field of spectrometry [33], where only certain ranges of wavelengths have significant relationships with the dependent variable. In general, such FTIR and Raman spectrometry experiments make it possible to check the absorption of wavelengths of different wavelengths penetrating the biological–chemical sample and tissue under study. The absorption of specific wavelengths can distinguish between different samples, for example, and identify diseases [34]. Application areas can be found in abundance, especially where the data are continuous in nature. The presented method works on such data.

Funding

This research receives funding from the University of Rzeszów, Rzeszów, Poland.

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Data are available in a publicly accessible repository that does not issue DOIs. Publicly available datasets were analyzed in this study. These data can be found here: [https://data.world/uci/connectionist-bench-sonar-mines-vs-rocks] accessed on 1 June 2023.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Kohavi, R.; John, G.H. Wrappers for feature subset selection. Artif. Intell. 1997, 97, 273–324. [Google Scholar] [CrossRef]
  2. Mnich, K.; Rudnicki, W.R. All-relevant feature selection using multidimensional filters with exhaustive search. Inf. Sci. 2020, 524, 277–297. [Google Scholar] [CrossRef]
  3. Chandrashekar, G.; Sahin, F. A survey on feature selection methods. Comput. Electr. Eng. 2014, 40, 16–28. [Google Scholar] [CrossRef]
  4. Sánchez-Maroño, N.; Alonso-Betanzos, A.; Tombilla-Sanromán, M. Filter Methods for Feature Selection—A Comparative Study. In Proceedings of the Intelligent Data Engineering and Automated Learning—IDEAL 2007, Birmingham, UK, 16–19 December 2007; Yin, H., Tino, P., Corchado, E., Byrne, W., Yao, X., Eds.; Springer: Berlin/Heidelberg, Germany, 2007; pp. 178–187. [Google Scholar] [CrossRef]
  5. Yang, P.; Liu, W.; Zhou, B.B.; Chawla, S.; Zomaya, A.Y. Ensemble-Based Wrapper Methods for Feature Selection and Class Imbalance Learning. In Proceedings of the Advances in Knowledge Discovery and Data Mining, Gold Coast, Australia, 14–17 April 2013; Pei, J., Tseng, V.S., Cao, L., Motoda, H., Xu, G., Eds.; Springer: Berlin/Heidelberg, Germany, 2013; pp. 544–555. [Google Scholar] [CrossRef]
  6. Lal, T.N.; Chapelle, O.; Weston, J.; Elisseeff, A. Embedded Methods. In Feature Extraction: Foundations and Applications; Guyon, I., Nikravesh, M., Gunn, S., Zadeh, L.A., Eds.; Springer: Berlin/Heidelberg, Germany, 2006; pp. 137–165. [Google Scholar] [CrossRef]
  7. Jolliffe, I.T.; Cadima, J. Principal component analysis: A review and recent developments. Philos. Trans. Ser. A Math. Phys. Eng. Sci. 2016, 374, 20150202. [Google Scholar] [CrossRef] [PubMed]
  8. Yu, L.; Liu, H. Feature Selection for High-Dimensional Data: A Fast Correlation-Based Filter Solution. In Machine Learning, Proceedings of the Twentieth International Conference (ICML 2003), Washington, DC, USA, 21–24 August 2003; Fawcett, T., Mishra, N., Eds.; AAAI Press: Washington, DC, USA, 2003; pp. 856–863. [Google Scholar]
  9. Ben Brahim, A.; Limam, M. A hybrid feature selection method based on instance learning and cooperative subset search. Pattern Recognit. Lett. 2016, 69, 28–34. [Google Scholar] [CrossRef]
  10. Zaitseva, E.; Rabcan, J.; Levashenko, V.; Kvassay, M. Importance analysis of decision making factors based on fuzzy decision trees. Appl. Soft Comput. 2023, 134, 109988. [Google Scholar] [CrossRef]
  11. Conn, D.; Ngun, T.; Li, G.; Ramirez, C.M. Fuzzy Forests: Extending Random Forest Feature Selection for Correlated, High-Dimensional Data. J. Stat. Softw. 2019, 91, 1–25. [Google Scholar] [CrossRef]
  12. Li, Q.; Rong, Y.; Pei, Z.; Ren, F. A novel linguistic decision making approach based on attribute correlation and EDAS method. Soft Comput. 2023, 27, 7751–7771. [Google Scholar] [CrossRef]
  13. Aziz, R.; Verma, C.; Srivastava, N. A fuzzy based feature selection from independent component subspace for machine learning classification of microarray data. Genom. Data 2016, 8, 4–15. [Google Scholar] [CrossRef]
  14. Tanwar, A.; Alghamdi, W.; Alahmadi, M.D.; Singh, H.; Rana, P.S. A Fuzzy-Based Fast Feature Selection Using Divide and Conquer Technique in Huge Dimension Dataset. Mathematics 2023, 11, 920. [Google Scholar] [CrossRef]
  15. Radzikowska, A.M.; Kerre, E.E. A comparative study of fuzzy rough sets. Fuzzy Sets Syst. 2002, 126, 137–155. [Google Scholar] [CrossRef]
  16. Pancerz, K.; Paja, W.; Sarzyński, J.; Gomuła, J. Determining Importance of Ranges of MMPI Scales Using Fuzzification and Relevant Attribute Selection. Procedia Comput. Sci. 2018, 126, 2065–2074. [Google Scholar] [CrossRef]
  17. Paja, W.; Pancerz, K.; Pękala, B.; Sarzyński, J. Application of the Fuzzy Logic to Evaluation and Selection of Attribute Ranges in Machine Learning. In Proceedings of the 2021 IEEE International Conference on Fuzzy Systems (FUZZ-IEEE), Luxembourg, 11–14 July 2021; pp. 1–6. [Google Scholar] [CrossRef]
  18. Paja, W. Identification of Relevant Medical Parameter Values in Information Systems using Fuzzy Approach. Procedia Comput. Sci. 2021, 192, 3915–3921. [Google Scholar] [CrossRef]
  19. Gorman, R.; Sejnowski, T.J. Analysis of hidden units in a layered network trained to classify sonar targets. Neural Netw. 1988, 1, 75–89. [Google Scholar] [CrossRef]
  20. Bazan, J.G.; Nguyen, H.S.; Nguyen, S.H.; Synak, P.; Wróblewski, J. Rough Set Algorithms in Classification Problem. In Rough Set Methods and Applications: New Developments in Knowledge Discovery in Information Systems; Polkowski, L., Tsumoto, S., Lin, T.Y., Eds.; Physica: Heidelberg, Germany, 2000; pp. 49–88. [Google Scholar] [CrossRef]
  21. Zadeh, L. Fuzzy sets. Inf. Control 1965, 8, 338–353. [Google Scholar] [CrossRef]
  22. Breiman, L. Random Forests. Mach. Learn. 2001, 45, 5–32. [Google Scholar] [CrossRef]
  23. Kursa, M.; Rudnicki, W. Feature Selection with the Boruta Package. J. Stat. Softw. 2010, 36, 1–13. [Google Scholar] [CrossRef]
  24. Kursa, M.B.; Jankowski, A.; Rudnicki, W. Boruta—A System for Feature Selection. Fundam. Inform. 2010, 101, 271–285. [Google Scholar] [CrossRef]
  25. Quinlan, J.R. C4.5: Programs for Machine Learning; Morgan Kaufmann Publishers Inc.: San Francisco, CA, USA, 1993. [Google Scholar]
  26. Aličković, E.; Subasi, A. Breast cancer diagnosis using GA feature selection and Rotation Forest. Neural Comput. Appl. 2017, 28, 753–763. [Google Scholar] [CrossRef]
  27. Huang, C.L.; Wang, C.J. A GA-based feature selection and parameters optimizationfor support vector machines. Expert Syst. Appl. 2006, 31, 231–240. [Google Scholar] [CrossRef]
  28. Mera-Gaona, M.; López, D.M.; Vargas-Canas, R.; Neumann, U. Framework for the Ensemble of Feature Selection Methods. Appl. Sci. 2021, 11, 8122. [Google Scholar] [CrossRef]
  29. Neumann, U.; Riemenschneider, M.; Sowa, J.; Baars, T.; Kälsch, J.; Canbay, A.; Heider, D. Compensation of feature selection biases accompanied with improved predictive performance for binary classification by using a novel ensemble feature selection approach. Biodata Min. 2016, 9, 36. [Google Scholar] [CrossRef] [PubMed]
  30. Paja, W.; Pancerz, K.; Grochowalski, P. Generational Feature Elimination and Some Other Ranking Feature Selection Methods. In Advances in Feature Selection for Data and Pattern Recognition; Stańczyk, U., Zielosko, B., Jain, L.C., Eds.; Springer International Publishing: Cham, Switzerland, 2018; pp. 97–112. [Google Scholar] [CrossRef]
  31. Cateni, S.; Colla, V.; Vannucci, M. A Hybrid Feature Selection Method for Classification Purposes. In Proceedings of the 2014 European Modelling Symposium, Pisa, Italy, 21–23 October 2014; pp. 39–44. [Google Scholar] [CrossRef]
  32. Lucas, D.D.; Klein, R.; Tannahill, J.; Ivanova, D.; Brandon, S.; Domyancic, D.; Zhang, Y. Failure analysis of parameter-induced simulation crashes in climate models. Geosci. Model Dev. 2013, 6, 1157–1171. [Google Scholar] [CrossRef]
  33. Guleken, Z.; Tuyji Tok, Y.; Jakubczyk, P.; Paja, W.; Pancerz, K.; Shpotyuk, Y.; Cebulski, J.; Depciuch, J. Development of novel spectroscopic and machine learning methods for the measurement of periodic changes in COVID-19 antibody level. Measurement 2022, 196, 111258. [Google Scholar] [CrossRef] [PubMed]
  34. Guleken, Z.; Jakubczyk, P.; Paja, W.; Pancerz, K.; Wosiak, A.; Yaylım, İ.; İnal Gültekin, G.; Tarhan, N.; Hakan, M.T.; Sönmez, D.; et al. An application of raman spectroscopy in combination with machine learning to determine gastric cancer spectroscopy marker. Comput. Methods Programs Biomed. 2023, 234, 107523. [Google Scholar] [CrossRef] [PubMed]
Figure 1. An example of defining a triangular membership function of the value of variable V9 from the Sonar dataset based on the designated discretization intervals. The colors correspond to the different linguistic variables (LV) of the V9 attribute (see Table 1)
Figure 1. An example of defining a triangular membership function of the value of variable V9 from the Sonar dataset based on the designated discretization intervals. The colors correspond to the different linguistic variables (LV) of the V9 attribute (see Table 1)
Entropy 25 01223 g001
Figure 2. Graph of the average importance value of linguistic variables for the V9 attribute from the Sonar dataset. Green variables are those that are confirmed relevant, while red variables are those that are rejected.
Figure 2. Graph of the average importance value of linguistic variables for the V9 attribute from the Sonar dataset. Green variables are those that are confirmed relevant, while red variables are those that are rejected.
Entropy 25 01223 g002
Figure 3. The range of values of the V9 original variable (red color) and the values after the selection include linguistic variables (green color).
Figure 3. The range of values of the V9 original variable (red color) and the values after the selection include linguistic variables (green color).
Entropy 25 01223 g003
Figure 4. Part of the binary table obtained for the Sonar dataset. The green fields (value 1) indicate the value of an attribute that is in the relevant value range, the red fields (value 0), on the other hand, are the values that are considered irrelevant.
Figure 4. Part of the binary table obtained for the Sonar dataset. The green fields (value 1) indicate the value of an attribute that is in the relevant value range, the red fields (value 0), on the other hand, are the values that are considered irrelevant.
Entropy 25 01223 g004
Figure 5. The results of the fuzzy feature selection algorithm obtained using the Sonar dataset for different values of the EPS parameter, along with parameters for assessing the quality of the classification of the model built on the subset. The red color indicates the results of the original set.
Figure 5. The results of the fuzzy feature selection algorithm obtained using the Sonar dataset for different values of the EPS parameter, along with parameters for assessing the quality of the classification of the model built on the subset. The red color indicates the results of the original set.
Entropy 25 01223 g005
Figure 6. The results of the fuzzy object selection algorithm obtained using the Sonar dataset for different values of the EPS parameter, along with the parameters for assessing the classification quality of the model built on the subset. The results of the original set are marked in red.
Figure 6. The results of the fuzzy object selection algorithm obtained using the Sonar dataset for different values of the EPS parameter, along with the parameters for assessing the classification quality of the model built on the subset. The results of the original set are marked in red.
Entropy 25 01223 g006
Figure 7. Feature ranking obtained using four parameters, information gain, gain ratio, Gini index, and the fast correlation-based filter. The FFS column contains all relevant features in the subset indicated by the fuzzy feature selection algorithm.
Figure 7. Feature ranking obtained using four parameters, information gain, gain ratio, Gini index, and the fast correlation-based filter. The FFS column contains all relevant features in the subset indicated by the fuzzy feature selection algorithm.
Entropy 25 01223 g007
Figure 8. The results of the fuzzy feature selection algorithm obtained using the Pima Indians diabetes dataset for different values of the EPS parameter, along with parameters for assessing the quality of the classification of the model built on the subset. The red color indicates the results for the original set.
Figure 8. The results of the fuzzy feature selection algorithm obtained using the Pima Indians diabetes dataset for different values of the EPS parameter, along with parameters for assessing the quality of the classification of the model built on the subset. The red color indicates the results for the original set.
Entropy 25 01223 g008
Figure 9. The results of the fuzzy object selection algorithm obtained using the Pima Indians diabetes dataset for different values of the EPS parameter, along with parameters for assessing the quality of the classification of the model built on the subset. The red color indicates the results for the original set.
Figure 9. The results of the fuzzy object selection algorithm obtained using the Pima Indians diabetes dataset for different values of the EPS parameter, along with parameters for assessing the quality of the classification of the model built on the subset. The red color indicates the results for the original set.
Entropy 25 01223 g009
Figure 10. The results of the fuzzy feature selection algorithm obtained using the breast cancer Wisconsin diagnostic dataset for different values of the EPS parameter, along with parameters for assessing the quality of the classification of the model built on the subset. The red color indicates the results for the original set.
Figure 10. The results of the fuzzy feature selection algorithm obtained using the breast cancer Wisconsin diagnostic dataset for different values of the EPS parameter, along with parameters for assessing the quality of the classification of the model built on the subset. The red color indicates the results for the original set.
Entropy 25 01223 g010
Figure 11. The results of the fuzzy object selection algorithm obtained using the breast cancer Wisconsin diagnostic dataset for different values of the EPS parameter, along with parameters for assessing the quality of the classification of the model built on the subset. The red color indicates the results for the original set.
Figure 11. The results of the fuzzy object selection algorithm obtained using the breast cancer Wisconsin diagnostic dataset for different values of the EPS parameter, along with parameters for assessing the quality of the classification of the model built on the subset. The red color indicates the results for the original set.
Entropy 25 01223 g011
Figure 12. The results of the fuzzy feature selection algorithm obtained using the climate model simulation crashes dataset for different values of the EPS parameter, along with parameters for assessing the quality of the classification of the model built on the subset. The red color indicates the results for the original set.
Figure 12. The results of the fuzzy feature selection algorithm obtained using the climate model simulation crashes dataset for different values of the EPS parameter, along with parameters for assessing the quality of the classification of the model built on the subset. The red color indicates the results for the original set.
Entropy 25 01223 g012
Figure 13. The results of the fuzzy object selection algorithm obtained using the climate model simulation crashes dataset for different values of the EPS parameter, along with parameters for assessing the quality of the classification of the model built on the subset. The red color indicates the results for the original set.
Figure 13. The results of the fuzzy object selection algorithm obtained using the climate model simulation crashes dataset for different values of the EPS parameter, along with parameters for assessing the quality of the classification of the model built on the subset. The red color indicates the results for the original set.
Entropy 25 01223 g013
Figure 14. The results of the fuzzy feature selection algorithm obtained using the single proton emission computed tomography (SPECTF) dataset for different values of the EPS parameter, along with parameters for assessing the quality of the classification of the model built on the subset. The red color indicates the results for the original set.
Figure 14. The results of the fuzzy feature selection algorithm obtained using the single proton emission computed tomography (SPECTF) dataset for different values of the EPS parameter, along with parameters for assessing the quality of the classification of the model built on the subset. The red color indicates the results for the original set.
Entropy 25 01223 g014
Figure 15. The results of the fuzzy object selection algorithm obtained using the single proton emission computed tomography (SPECTF) dataset for different values of the EPS parameter, along with parameters for assessing the quality of the classification of the model built on the subset. The red color indicates the results for the original set.
Figure 15. The results of the fuzzy object selection algorithm obtained using the single proton emission computed tomography (SPECTF) dataset for different values of the EPS parameter, along with parameters for assessing the quality of the classification of the model built on the subset. The red color indicates the results for the original set.
Entropy 25 01223 g015
Table 1. The discretization intervals of the V9 variable, the corresponding linguistic variables, and their minimum and maximum values.
Table 1. The discretization intervals of the V9 variable, the corresponding linguistic variables, and their minimum and maximum values.
V9 IntervalsLinguistic Values
0.0075nameminmax
0.0488V9.LV10.00750.05525
0.0617V9.LV20.028150.068525
0.07535V9.LV30.055250.079025
0.0827V9.LV40.0685250.092325
0.10195V9.LV50.0790250.109175
0.1164V9.LV60.0923250.1202
0.124V9.LV70.1091750.127875
0.13175V9.LV80.12020.134775
0.1378V9.LV90.1278750.1436
0.1494V9.LV100.1347750.1541
0.1588V9.LV110.14360.16075
0.1627V9.LV120.15410.17025
0.1778V9.LV130.160750.17865
0.1795V9.LV140.170250.1908
0.2021V9.LV150.178650.2168
0.2315V9.LV160.19080.2502
0.2689V9.LV170.21680.2794
0.2899V9.LV180.25020.299525
0.30915V9.LV190.27940.33355
0.35795V9.LV200.2995250.520375
0.6828V9.LV210.333550.6828
Table 2. The results of the fuzzy feature selection algorithm obtained using the Sonar dataset for different values of the EPS parameter, along with parameters for assessing the quality of the classification of the model built on the subset. The best results are in bold.
Table 2. The results of the fuzzy feature selection algorithm obtained using the Sonar dataset for different values of the EPS parameter, along with parameters for assessing the quality of the classification of the model built on the subset. The best results are in bold.
No. of FeaturesEPSthresholdFFSACCTPRTNRPPVMCCF1
240.012.080.750.740.760.780.50.76
240.024.160.750.740.760.780.50.76
240.036.240.750.740.760.780.50.76
240.048.320.750.740.760.780.50.76
240.0510.400.750.740.760.780.50.76
240.0612.480.750.740.760.780.50.76
240.0714.560.750.740.760.780.50.76
230.0816.640.760.780.730.770.520.78
230.0918.720.760.780.730.770.520.78
220.120.800.770.790.740.780.540.79
190.1122.880.780.790.760.790.560.79
160.1224.960.780.810.740.780.550.8
120.1327.040.780.80.750.790.560.79
90.1429.120.760.760.770.790.530.77
90.1531.200.760.760.770.790.530.77
50.1633.280.710.80.60.70.410.74
40.1735.360.670.760.580.670.340.71
40.1837.440.670.760.580.670.340.71
40.1939.520.670.760.580.670.340.71
40.241.600.670.760.580.670.340.71
40.2143.680.670.760.580.670.340.71
30.2245.760.70.830.560.680.40.75
20.2347.840.640.790.460.630.270.7
20.2449.920.640.790.460.630.270.7
20.2552.000.640.790.460.630.270.7
20.2654.080.640.790.460.630.270.7
20.2756.160.640.790.460.630.270.7
20.2858.240.640.790.460.630.270.7
20.2960.320.640.790.460.630.270.7
original set--0.640.790.460.630.270.7
Table 3. The results of the fuzzy object selection algorithm obtained using the Sonar dataset for different values of the EPS parameter, along with parameters for assessing the quality of the classification of the model built on the subset. The best results are in bold.
Table 3. The results of the fuzzy object selection algorithm obtained using the Sonar dataset for different values of the EPS parameter, along with parameters for assessing the quality of the classification of the model built on the subset. The best results are in bold.
No. of ObjectsEPSthresholdFOSACCTPRTNRPPVMCCF1
2040.010.60.70.760.640.70.40.73
1870.021.20.730.690.760.750.460.72
1870.031.80.730.690.760.750.460.72
1450.042.40.770.720.80.720.520.72
1090.0530.770.680.820.660.490.67
1090.063.60.770.680.820.660.490.67
720.074.20.690.480.80.520.280.5
720.084.80.690.480.80.520.280.5
370.095.40.760.140.90.250.050.18
370.160.760.140.90.250.050.18
210.116.60.8100.940-0.09-
original set--0.730.730.720.750.450.74
Table 4. Classification results obtained for the selected combinations of the number of relevant objects and features. The best results are in bold.
Table 4. Classification results obtained for the selected combinations of the number of relevant objects and features. The best results are in bold.
No. of ObjectsNo. of FeaturesACCTPRTNRPPVMCCF1
18790.80.840.770.780.610.81
187190.830.870.80.810.670.84
14590.810.860.730.820.60.84
145190.810.850.750.830.60.84
original set600.730.730.720.750.450.74
Table 5. Classification accuracy obtained for the selected number of relevant features using five different datasets.
Table 5. Classification accuracy obtained for the selected number of relevant features using five different datasets.
DatasetParametersORIGFFSOther
SonarNo. of features601210 [28], 24 [29], 49 [30]
(60 features, 208 objects)ACC0.730.780.74 (DT) [28], 0.86 (LR) [29], 0.77 (RF) [30]
PimaNo. of features843 [31], 8 [30]
(8 features, 768 objects)ACC0.730.770.73 (DT) [31], 0.72 (RF) [30]
BCWDNo. of features301614 [26], 10 [28], 10 [29]
(30 features, 569 objects)ACC0.950.960.94 (DT) [26], 0.92 (DT) [28], 0.99 (LR) [29]
ClimateNo. of features1858 [32], 7 [30]
(18 features, 540 objects)ACC0.930.930.97 (SVM) [32], 0.92 (RF) [30]
SPECTFNo. of features441810 [28], 19 [29]
(44 features, 349 objects)ACC0.860.870.75 (DT) [28], 0.86 (LR) [29]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Paja, W. Application of the Fuzzy Approach for Evaluating and Selecting Relevant Objects, Features, and Their Ranges. Entropy 2023, 25, 1223. https://doi.org/10.3390/e25081223

AMA Style

Paja W. Application of the Fuzzy Approach for Evaluating and Selecting Relevant Objects, Features, and Their Ranges. Entropy. 2023; 25(8):1223. https://doi.org/10.3390/e25081223

Chicago/Turabian Style

Paja, Wiesław. 2023. "Application of the Fuzzy Approach for Evaluating and Selecting Relevant Objects, Features, and Their Ranges" Entropy 25, no. 8: 1223. https://doi.org/10.3390/e25081223

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