Article Search
닫기

Original Article

Split Viewer

International Journal of Fuzzy Logic and Intelligent Systems 2014; 14(1): 1-7

Published online March 1, 2014

https://doi.org/10.5391/IJFIS.2014.14.1.1

© The Korean Institute of Intelligent Systems

On a Novel Way of Processing Data that Uses Fuzzy Sets for Later Use in Rule-Based Regression and Pattern Classification

Jerry M. Mendel

Signal and Image Processing Institute, Ming Hsieh Department of Electrical Engineering, University of Southern California, Los Angeles, CA, USA

Correspondence to :
Jerry M. Mendel (jmmprof@me.com)

Received: February 28, 2014; Revised: March 14, 2014; Accepted: March 24, 2014

This paper presents a novel method for simultaneously and automatically choosing the nonlinear structures of regressors or discriminant functions, as well as the number of terms to include in a rule-based regression model or pattern classifier. Variables are first partitioned into subsets each of which has a linguistic term (called a causal condition) associated with it; fuzzy sets are used to model the terms. Candidate interconnections (causal combinations) of either a term or its complement are formed, where the connecting word is AND which is modeled using the minimum operation. The data establishes which of the candidate causal combinations survive. A novel theoretical result leads to an exponential speedup in establishing this.

Keywords: Rule based regression,Pattern recognition,Fuzzy set

Regression and pattern classification are very widely used in many fields and applications.1 Both face four major challenges: 1) choosing the variables/features; 2) choosing the nonlinear structure of the regressors/discriminant functions; 3) choosing how many terms to include in the regression model/pattern classifier; and, 4) optimizing the parameters that complete the description of the regression model/pattern classifier.

For Challenge 1, how to choose the variables/features is crucial to the success of any regression model/pattern classifier. In this paper we assume that the user has established the variables that affect the outcome, using methods already available for doing this. For Challenge 4, there are a multitude of methods for optimizing parameters, ranging from classical steepest descent (back-propagation) to a plethora of evolutionary computing methods (e.g., simulated annealing, GA, PS0, QPSO, ant colony, etc. [4]), and we assume that the user has decided on which one of these to use. Our focus in this paper is on Challenges 2 and 3.

For Challenge 2, in real-world applications the nonlinear structures of the regressors/discriminant functions are usually not known ahead of time, and are therefore chosen either2 as products of the variables (e.g., two at a time, three at a time, etc.), or in other more complicated ways (e.g., trigonometric-, exponential-, logarithmic-functions, etc.). Sometimes knowledge about the application provides justifications for the choices made for the nonlinear terms; however, often one does not have such knowledge, and a lot of time is spent, using trial and error, trying to establish the nonlinear dependencies. For Challenge 3, how to determine how many terms to include in the regression model/pattern classifier is also usually done by trial and error, and this can be very tedious to do. In this paper we present a novel method that chooses the nonlinear structure of the regressors/discriminant functions as well as the number of terms to include in the regression model/pattern classifier simultaneously and automatically. This is accomplished using a novel way of pre-processing the given data.

The rest of this paper is organized as follows: Section 2 explains how data can be treated as cases; Section 3 explains how each variable must be granulated; Section 4 describes the Takagi-Sugeno-Kang (TSK) rules that are used for regression/pattern classification; Section 5 presents the main results of this paper, a novel way to simultaneously determine the nonlinear structure of the regressors/discriminant functions and the number of terms to include in the regression model/pattern classifier; Section 6 provides some discussions; and, Section 7 draws conclusions and indicates some directions for further research.

A data pair is denoted (x(t), y(t)) where x = col(x1, x2, …, xp), xi is the ith variable/feature and y(t) is the output for that x(t). As is commonly done in the social sciences [5, 6], each data pair is treated as a “case” and index t denotes a data case. Treating data as cases is motivated by a method called fuzzy set qualitative comparative analysis (fsQCA), which was developed by the prominent social scientist Ragin [5, 6], and has been thoroughly quantified by Mendel and Korjani [7, 8].

Note that there may or may not be a natural ordering of the cases over t. In multi-variable function approximation or pattern classification applications the data have no natural ordering; but in time-series forecasting applications the data cases have a natural temporal ordering. We assume that N data pairs are available, and refer to the collection of these data pairs as SCases, where SCases={(x(t),y(t))}t=1N.

To begin, each of the p variables is granulated [9] into a fixed number of terms. Our suggested approach is to begin with only two terms per variable, design the regression model/pattern classifier, and determine if acceptable performance is obtained. If it has not, then increase the number of terms to three (then four, etc.) and repeat this process, stopping when acceptable performance has been obtained. Due to space limitations, we explain our preprocessing only for two terms per variable. Its extensions to more than two terms is straightforward.

For illustrative purposes, we shall call the two terms high (H) and low (L). Each variable xi (i = 1, …, p), xiR+ (or xiR), is mapped into the membership functions (MFs) of two type-1 fuzzy sets, one each for high and low. There are many different ways to do this, e.g. choose each MF as a prescribed two-parameter sigmoidal or piecewise-linear function.

In order to use the construction that is described in Section 5, it is required that the two MFs must be the complement of one another. This is easily achieved by using fuzzy c-means (FCM) for two clusters [10], (or linguistically modified FCM [LM-FCM] [11]), because it is well known that the MFs for the two FCM clusters are constrained so that one is the complement of the other.

As a result of this preprocessing step, the MFs μLi(xi) and μHi(xi) = 1 − μLi(xi) (i = 1, …, p) will have been obtained. Note that, if independent MFs are used for Li and Hi (for which μHi(xi) ≠ 1 − μLi(xi)), then our Section 5 method will use Li and Hi as well as their complements—four quantities. When, however, μHi(xi) = 1 − μLi(xi) the four quantities reduce to two.

Our rules for a rule-based regression model or classifier have the following TSK structure [12]:

Sv:IF x1is A1vand xpis Apv,THEN yv(x)=βv,         v=1,,RS

For the rule-based regression model, the βv play the role of the regression coefficients which are determined by means of optimizing a regression objective function (e.g., minimizing a root mean square error), whereas for a binary pattern classifier the βv are either +1 or −1, depending upon which class the rule is for. Regardless of whether Eq. (1) is used for regression or pattern classification, observe that the antecedent structure (x1 is A1v and xp is Apv) and the number of rules (RS) must be specified, after which it is straightforward to convert Eq. (1) into a so-called fuzzy basis function expansion [12, 13]. It is the mathematics of this conversion that establishes the nonlinear natures of the regressors/discriminant functions (Challenge 2); but this requires determining RS and the antecedent structure. We show how to determine these simultaneously and automatically in the next section.

The (compound) antecedent of each rule contains one linguistic term or its complement for each of the p variables, and each of these linguistic terms is combined with the others by using the word “and” (e.g., A1 and A2 and … and Ap). We refer to this interconnection as a causal combination3. Note that in a traditional if-then rule the antecedents only use the terms and not their complements. In our approach (as in fsQCA), protection about being wrong for postulating a term is achieved by considering each term as well as its complement.

To begin, 2pcandidate causal combinations (the 2 is due to both the term and its complement4) are conceptually postulated (we will show below that these causal combinations do not actually have to be enumerated). If, e.g., p = 6 there would be 64 candidate causal combinations, or, if p = 10, there would be 1,024 candidate causal combinations.

One does not know ahead of time which of the 2p candidate causal combinations should actually be used as a compound antecedent in a rule. Our approach prunes this large collection by using the MFs that were determined in Section 3, as well as the MF for “A1 and A2 and … and Ap” (obtained using fuzzy set mathematics) and a simple test. The results of doing this are called Rs surviving causal combinations.

Let SF be the collection of the following 2p candidate causal combinations, Fj (j = 1, …, 2p and i = 1, …, p):

{SF={F1,,F2p}FjA1jA2jAijApjAij=Cior ci

where ∧ denotes conjunction (the “and” operator) and is modeled using minimum and (using Ragin’s [5] notation) ci denotes the complement of Ci. The RS surviving causal combinations are found from all of the 2p candidate causal combinations by keeping only those causal combinations whose MF > 0.5 for at least f cases, where f is a threshold that has to be specified ahead of time5. A brute force way to do this is to create a table in which there are N rows, one for each case, and 2p columns, one for each of the causal combinations. The entries into this table are μFj(t) and there will be N2p such entries. Such a table is called a truth table by Ragin [4, 5]. One then searches through this very large table and keeps only those causal combinations whose MF entries are > 0.5. If f = 1 then all such causal combinations, removing duplications, become the set of RS surviving causal combinations. It is very easy for N2p to become very large6 and so this brute force way to carry out this procedure is impractical.

Ragin [5] observed the following in an example with four causal conditions: “… each case can have (at most) only a single membership score greater than 0.5 in the logical possible combinations from a given set of causal conditions (i.e., in the candidate causal combinations).” This somewhat surprising result is true in general and in [8] the following theorem that locates the one causal combination for each case whose MF > 0.5 was presented:

Theorem 5.1 (min-max theorem)

[8]: given p causal conditions, C1, C2, …, Cp and their respective complements, c1, c2, …, cp. Consider the 2p candidate causal combinations (j = 1, …, 2p) Fj=A1jA2jApj where Aij=Ci or ci and i = 1, …, p.

Proof

Let

μFj(t)=min {μA1j(t),μA2j(t),,μApj(t)},t=1,2,,N

Then for each t (case) there is only one j, j * (t), for which μFj*(t)(t) > 0.5 and μFj*(t)(t) can be computed as:

μFj*(t)(t)=min {max (μC1D(t),μc1D(t)),,max (μCpD(t),μcpD(t))}

where μeiD(x)=μci(ξi(x)). Fj*(t)(t) is determined from the right-hand side of Eq. (4), as:

Fj*(t)(t)=argmax (μC1D(t),μc1D(t))argmax (μCpD(t),μcpD(t))A1j*(t)Apj*(t)

In Eq. (5), argmax (μCiD(t),μciD(t)) denotes the winner of max (μCiD(t),μciD(t)), namely Ci or ci.

A proof of this theorem is in [8]. When nc independent terms are used for each variable, replace p by ncp. A numerical example that illustrates the computations can be found in [7].

This min-max Theorem leads to the following procedure for computing the RS surviving causal combinations7:

  • Compute Fj*(t) using Eq. (5).

  • Find the J uniquely different Fj*(t) and re-label them Fj (j′ = 1, …, J).

  • Compute tFj, where (t = 1, …, N)

    tFj(t)={1if Fj=Fj*(t)(t)0otherwise

  • Compute NFj, where

    NFj=t=1NtFj(t)

  • Establish the RS surviving causal combinations FvS(v=1,,RS), as:

    FvS={Fj(jv)if   NFjf0if NFj<f

    where Fj (j′ → v) means Fj is added to the set of surviving causal combinations as FvS, and v is the index of the surviving set.

Numerical examples that illustrates this five-step procedure can be found in [8].

In order to implement Eq. (8) threshold f has to be chosen. In our works, we often choose f = 1. This choice is arbitrary and depends on an application and how many cases are available. Discussions on how to choose f are given in [57, 14]. One popular way to choose f is as the integer such that at least 80% of all cases are covered by the set of surviving causal combinations.

From Fj in Eq. (2) and FvSin Eq. (8), it follows that (v = 1, …, RS):

FvS(x1,,xp)=FvS(x)=A1v(x1)A2v(x2)Apv(xp)

In [8] it is shown that the speedup between our method for determining the surviving causal combinations and the brute-force approach is ≈ O (2ncp), where nc is the number of terms used for each variable (assumed to be the same for all variables).

Example

This example illustrates the number of surviving causal combinations for eight readily available data sets: abalone [15], concrete compressive strength [15], concrete slump test [15], wave force [16], chemical process concentration readings [17], chemical process temperature readings [17], gas furnace [17] and Mackey-Glass Chaotic Time Series [18]. Our results are summarized in8,Table 1. For each problem a two-cluster FCM was applied to all of its cases. The five-step procedure described above was then used to determine RS.

Observe that: (1) for three variables (as occurs for wave force, chemical process concentration reading and chemical process temperature readings), the number of surviving causal combinations is either the same number, or close to the same number, as the number of candidate causal combinations, which suggests that one should use more than two terms per variable; and, (2) In all other situations the number of surviving causal combinations is considerably smaller than the number of candidate causal combinations. Although not shown here, this difference increases when more terms per variable are used, e.g., using three terms per variables the candidate causal combinations for the concrete slump test data set is 134,217,728 whereas the number of surviving causal combinations is only 97 [19].

Observe, from the last column in Table 1, that for four of the problems RS ≥ 25. We seriously doubt that a human designer could postulate the non-linear structures for so many regressors/discriminant functions. Our method not only shows that so many of them are necessary, it also finds their nonlinear structures.

In Korjani and Mendel [19] have shown how the surviving causal combinations can be used in a new regression model, called variable structure regression (VSR). Using the surviving causal combinations one can simultaneously determine the number of terms in the (nonlinear) regression model as well as the exact mathematical structure for each of the terms (basis functions). VSR has been tested on the eight small to moderate size data sets that are stated in Table 1 (four are for multi-variable function approximation and four are for forecasting), using only two terms per variable whose MFs are the complements of one another, has been compared against five other methods, and has ranked #1 against all of them for all of the eight data sets.

Specific formulas for fuzzy basis function expansions can be found in [12, 13]. Similar formulas for rule-based binary classification can be found in [12].

Surviving causal combinations have also been used to obtain linguistic summarizations using fsQCA [7, 8].

This paper presents a novel method for simultaneously and automatically choosing the nonlinear structures of regressors or discriminant functions, as well as the number of terms to include in a rule-based regression model or pattern classifier. Variables are first partitioned into subsets each of which has a linguistic term (called a causal condition) associated with it; fuzzy sets are used to model the terms. Candidate interconnections (causal combinations) of either a term or its complement are formed, where the connecting word is AND which is modeled using the minimum operation. The data establishes which of the candidate causal combinations survive. A novel theoretical result leads to an exponential speedup in establishing this. For specific applications, see [7, 8, 19].

Much work remains to be done in using surviving causal combinations in real-world applications. The extension of the min-max Theorem to interval type-2 fuzzy sets is currently being researched.

1A search in Google, on January 22 2014, under regression listed about 20,800,000 results and under pattern classification listed about 19,900,000 results, so, it is beyond the realm of this paper to provide a complete list of articles that have been written about regression and pattern classification. Instead, we refer the readers to, e.g., [13].

2Linear terms may also be included.

3The term “causal combination” is borrowed from fsQCA (e.g., [57]).

4When the two terms are not complements of each other, then there are 22p candidate causal combinations.

5Each of the 2k candidate causal combinations can be interpreted as a corner in a 2k-dimensional vector space [3]. Choosing the surviving causal combinations as just explained is interpreted as keeping the adequately represented causal combinations that are closer to corners and not the ones that are farther away from corners.

6If each variable is described by nc independent terms, then N2pN2ncp. In this situation, N2ncp can easily become enormous, e.g. if p = 6 and nc = 3, then 2ncp = 218, or, if p = 10 and nc = 3, then 2ncp = 230. Even for nc = 3, the brute force approach way to carry out this procedure is totally impractical or impossible.

7This procedure is modeled after Step 6NEW in Fast fsQCA, as described in [7].

8The entries in this table were obtained by Mr. Mohammad M. Korjani, a Ph. D. student in the Ming Hsieh Department of Electrical Engineering, University of Southern California.

Table. 1.

Table 1. Number of surviving causal combinations for eight problems.

ProblemCasesVariables (p)Two terms per variablesa
Candidate causal combinations (2p)Surviving causal combinations (Rs)
Abalone [14]4,177712855
Concrete compressive strength [14]1,030825673
Concrete slump test [14]103951271
Wave force [16]317388
Chemical process concentration reading [17]194388
Chemical process temperature readings [17]223386
Gas furnace [17]29366425
Mackey-Glass chaotic time series [18]1,0004168

aThe two terms are low and high, and their fuzzy c-mean membership functions are the complements of one another..


  1. Pushpa, B, and Vasuki, R (2013). A least absolute approach to multiple fuzzy regression using Tw-norm based operations. International Journal of Fuzzy Logic Systems. 3, 73-84. http://dx.doi.org/10.5121/ijfls.2013.3206
    CrossRef
  2. Ritz, C, and Streibig, JC (2008). Nonlinear Regression with R. New York, NY: Springer
  3. Duda, RO, Hart, PE, and Stork, DG (2001). Pattern Classification. New York, NY: Wiley
  4. Simon, D (2013). Evolutionary Optimization Algorithms. Hoboken, NJ: John Wiley & Sons
  5. Ragin, CC (2008). Redesigning Social Inquiry: Fuzzy Sets and Beyond. Chicago, IL: University of Chicago Press
    CrossRef
  6. Rihoux, B, and Ragin, CC (2009). Configurational Comparative Methods: Qualitative Comparative Analysis (QCA) and Related Techniques. Thousand Oaks, CA: Sage
  7. Mendel, JM, and Korjani, MM (2012). “Charles Ragin’s fuzzy set qualitative comparative analysis (fsQCA) used for linguistic summarizations. Information Sciences. 202, 1-23. http://dx.doi.org/10.1016/j.ins.2012.02.039
    CrossRef
  8. Mendel, JM, and Korjani, MM (2013). Theoretical aspects of fuzzy set qualitative comparative analysis (fsQCA). Information Sciences. 237, 137-161. http://dx.doi.org/10.1016/j.ins.2013.02.048
    CrossRef
  9. Bargiela, A, and Pedrycz, W (2003). Granular Computing: An Introduction. New York, NY: Springer
    CrossRef
  10. Bezdek, JC (1981). Pattern Recognition with Fuzzy Objective Function Algorithms. Noewll, MA: Kluwer
    CrossRef
  11. Korjani, MM, and Mendel, JM (2013). Challenges to using fuzzy set qualitative comparative analyses (fsQCA) and their solutions: modified-fsQCA. IEEE Transactions on Fuzzy Systems. [submitted]
  12. Mendel, JM (2001). Uncertain Rule-Based Fuzzy Logic Systems: Introduction and New Directions. Upper Saddle River: NJ: Prentice-Hall
  13. Wang, LX, and Mendel, JM (1992). Fuzzy basis functions, universal approximation, and orthogonal least-squares learning. IEEE Transactions on Neural Networks. 3, 807-814. http://dx.doi.org/10.1109/72.159070
    Pubmed CrossRef
  14. Fiss, PC (2011). Building better causal theories: a fuzzy set approach to typologies in organization research. Academy of Management Journal. 54, 393-420. http://dx.doi.org/10.5465/AMJ.2011.60263120
    CrossRef
  15. Frank, A, and Asuncion, A. UCI Machine Learning Repository. Available http://archive.ics.uci.edu/ml/
  16. Hyndman, RJ. Time Series Data Library. Available http://robjhyndman.com/TSDL/
  17. Box, GEP, Jenkins, GM, and Reinsel, GC (1994). Time Series Analysis: Forecasting and Control. Englewood Cliffs, NJ: Prentice Hall
  18. Cowder, RS (1990). Predicting the Mackey-Glass time series with cascade correlation learning. Connectionist Models: Proceedings of the 1990 Summer School, Touretzky, DS, ed. San Mateo, CA: M. Kaufmann Publishers, pp. 117-123
  19. Korjani, MM, and Mendel, JM . Non-linear variable structure regression (VSR) and its application in time-series forecasting., Proceedings of FUZZ-IEEE, 2014, July 2014, Beijing, China.

Jerry M. Mendel received the Ph.D. degree in electrical engineering from the Polytechnic Institute of Brooklyn, Brooklyn, NY. Currently he is Professor of Electrical Engineering and Systems Architecting Engineering at the University of Southern California in Los Angeles, where he has been since 1974. He has published over 550 technical papers and is author and/or editor of ten books, including Uncertain Rule-based Fuzzy Logic Systems: Introduction and New Directions (Prentice-Hall, 2001), Perceptual Computing: Aiding People in Making Subjective Judgments (Wiley & IEEE Press, 2010), and Advances in Type-2 Fuzzy Sets and Systems (Springer 2013). His present research interests include: type-2 fuzzy logic systems and their applications to a wide range of problems, including smart oil field technology, computing with words, and fuzzy set qualitative comparative analysis. He is a Life Fellow of the IEEE, a Distinguished Member of the IEEE Control Systems Society, and a Fellow of the International Fuzzy Systems Association. He was President of the IEEE Control Systems Society in 1986. He was a member of the Administrative Committee of the IEEE Computational Intelligence Society for nine years, and was Chairman of its Fuzzy Systems Technical Committee and the Computing With Words Task Force of that TC. Among his awards are the 1983 Best Transactions Paper Award of the IEEE Geoscience and Remote Sensing Society, the 1992 Signal Processing Society Paper Award, the 2002 and 2014 Transactions on Fuzzy Systems Outstanding Paper Awards, a 1984 IEEE Centennial Medal, an IEEE Third Millenium Medal, and a Fuzzy Systems Pioneer Award (2008) from the IEEE Computational Intelligence Society.


Article

Original Article

International Journal of Fuzzy Logic and Intelligent Systems 2014; 14(1): 1-7

Published online March 1, 2014 https://doi.org/10.5391/IJFIS.2014.14.1.1

Copyright © The Korean Institute of Intelligent Systems.

On a Novel Way of Processing Data that Uses Fuzzy Sets for Later Use in Rule-Based Regression and Pattern Classification

Jerry M. Mendel

Signal and Image Processing Institute, Ming Hsieh Department of Electrical Engineering, University of Southern California, Los Angeles, CA, USA

Correspondence to:Jerry M. Mendel (jmmprof@me.com)

Received: February 28, 2014; Revised: March 14, 2014; Accepted: March 24, 2014

Abstract

This paper presents a novel method for simultaneously and automatically choosing the nonlinear structures of regressors or discriminant functions, as well as the number of terms to include in a rule-based regression model or pattern classifier. Variables are first partitioned into subsets each of which has a linguistic term (called a causal condition) associated with it; fuzzy sets are used to model the terms. Candidate interconnections (causal combinations) of either a term or its complement are formed, where the connecting word is AND which is modeled using the minimum operation. The data establishes which of the candidate causal combinations survive. A novel theoretical result leads to an exponential speedup in establishing this.

Keywords: Rule based regression,Pattern recognition,Fuzzy set

1. Introduction

Regression and pattern classification are very widely used in many fields and applications.1 Both face four major challenges: 1) choosing the variables/features; 2) choosing the nonlinear structure of the regressors/discriminant functions; 3) choosing how many terms to include in the regression model/pattern classifier; and, 4) optimizing the parameters that complete the description of the regression model/pattern classifier.

For Challenge 1, how to choose the variables/features is crucial to the success of any regression model/pattern classifier. In this paper we assume that the user has established the variables that affect the outcome, using methods already available for doing this. For Challenge 4, there are a multitude of methods for optimizing parameters, ranging from classical steepest descent (back-propagation) to a plethora of evolutionary computing methods (e.g., simulated annealing, GA, PS0, QPSO, ant colony, etc. [4]), and we assume that the user has decided on which one of these to use. Our focus in this paper is on Challenges 2 and 3.

For Challenge 2, in real-world applications the nonlinear structures of the regressors/discriminant functions are usually not known ahead of time, and are therefore chosen either2 as products of the variables (e.g., two at a time, three at a time, etc.), or in other more complicated ways (e.g., trigonometric-, exponential-, logarithmic-functions, etc.). Sometimes knowledge about the application provides justifications for the choices made for the nonlinear terms; however, often one does not have such knowledge, and a lot of time is spent, using trial and error, trying to establish the nonlinear dependencies. For Challenge 3, how to determine how many terms to include in the regression model/pattern classifier is also usually done by trial and error, and this can be very tedious to do. In this paper we present a novel method that chooses the nonlinear structure of the regressors/discriminant functions as well as the number of terms to include in the regression model/pattern classifier simultaneously and automatically. This is accomplished using a novel way of pre-processing the given data.

The rest of this paper is organized as follows: Section 2 explains how data can be treated as cases; Section 3 explains how each variable must be granulated; Section 4 describes the Takagi-Sugeno-Kang (TSK) rules that are used for regression/pattern classification; Section 5 presents the main results of this paper, a novel way to simultaneously determine the nonlinear structure of the regressors/discriminant functions and the number of terms to include in the regression model/pattern classifier; Section 6 provides some discussions; and, Section 7 draws conclusions and indicates some directions for further research.

2. Data Treated as Cases

A data pair is denoted (x(t), y(t)) where x = col(x1, x2, …, xp), xi is the ith variable/feature and y(t) is the output for that x(t). As is commonly done in the social sciences [5, 6], each data pair is treated as a “case” and index t denotes a data case. Treating data as cases is motivated by a method called fuzzy set qualitative comparative analysis (fsQCA), which was developed by the prominent social scientist Ragin [5, 6], and has been thoroughly quantified by Mendel and Korjani [7, 8].

Note that there may or may not be a natural ordering of the cases over t. In multi-variable function approximation or pattern classification applications the data have no natural ordering; but in time-series forecasting applications the data cases have a natural temporal ordering. We assume that N data pairs are available, and refer to the collection of these data pairs as SCases, where SCases={(x(t),y(t))}t=1N.

3. Preprocessing

To begin, each of the p variables is granulated [9] into a fixed number of terms. Our suggested approach is to begin with only two terms per variable, design the regression model/pattern classifier, and determine if acceptable performance is obtained. If it has not, then increase the number of terms to three (then four, etc.) and repeat this process, stopping when acceptable performance has been obtained. Due to space limitations, we explain our preprocessing only for two terms per variable. Its extensions to more than two terms is straightforward.

For illustrative purposes, we shall call the two terms high (H) and low (L). Each variable xi (i = 1, …, p), xiR+ (or xiR), is mapped into the membership functions (MFs) of two type-1 fuzzy sets, one each for high and low. There are many different ways to do this, e.g. choose each MF as a prescribed two-parameter sigmoidal or piecewise-linear function.

In order to use the construction that is described in Section 5, it is required that the two MFs must be the complement of one another. This is easily achieved by using fuzzy c-means (FCM) for two clusters [10], (or linguistically modified FCM [LM-FCM] [11]), because it is well known that the MFs for the two FCM clusters are constrained so that one is the complement of the other.

As a result of this preprocessing step, the MFs μLi(xi) and μHi(xi) = 1 − μLi(xi) (i = 1, …, p) will have been obtained. Note that, if independent MFs are used for Li and Hi (for which μHi(xi) ≠ 1 − μLi(xi)), then our Section 5 method will use Li and Hi as well as their complements—four quantities. When, however, μHi(xi) = 1 − μLi(xi) the four quantities reduce to two.

4. Rules

Our rules for a rule-based regression model or classifier have the following TSK structure [12]:

Sv:IF x1is A1vand xpis Apv,THEN yv(x)=βv,         v=1,,RS

For the rule-based regression model, the βv play the role of the regression coefficients which are determined by means of optimizing a regression objective function (e.g., minimizing a root mean square error), whereas for a binary pattern classifier the βv are either +1 or −1, depending upon which class the rule is for. Regardless of whether Eq. (1) is used for regression or pattern classification, observe that the antecedent structure (x1 is A1v and xp is Apv) and the number of rules (RS) must be specified, after which it is straightforward to convert Eq. (1) into a so-called fuzzy basis function expansion [12, 13]. It is the mathematics of this conversion that establishes the nonlinear natures of the regressors/discriminant functions (Challenge 2); but this requires determining RS and the antecedent structure. We show how to determine these simultaneously and automatically in the next section.

5. Establish Antecedents of Rules and the Number of Rules

The (compound) antecedent of each rule contains one linguistic term or its complement for each of the p variables, and each of these linguistic terms is combined with the others by using the word “and” (e.g., A1 and A2 and … and Ap). We refer to this interconnection as a causal combination3. Note that in a traditional if-then rule the antecedents only use the terms and not their complements. In our approach (as in fsQCA), protection about being wrong for postulating a term is achieved by considering each term as well as its complement.

To begin, 2pcandidate causal combinations (the 2 is due to both the term and its complement4) are conceptually postulated (we will show below that these causal combinations do not actually have to be enumerated). If, e.g., p = 6 there would be 64 candidate causal combinations, or, if p = 10, there would be 1,024 candidate causal combinations.

One does not know ahead of time which of the 2p candidate causal combinations should actually be used as a compound antecedent in a rule. Our approach prunes this large collection by using the MFs that were determined in Section 3, as well as the MF for “A1 and A2 and … and Ap” (obtained using fuzzy set mathematics) and a simple test. The results of doing this are called Rs surviving causal combinations.

Let SF be the collection of the following 2p candidate causal combinations, Fj (j = 1, …, 2p and i = 1, …, p):

{SF={F1,,F2p}FjA1jA2jAijApjAij=Cior ci

where ∧ denotes conjunction (the “and” operator) and is modeled using minimum and (using Ragin’s [5] notation) ci denotes the complement of Ci. The RS surviving causal combinations are found from all of the 2p candidate causal combinations by keeping only those causal combinations whose MF > 0.5 for at least f cases, where f is a threshold that has to be specified ahead of time5. A brute force way to do this is to create a table in which there are N rows, one for each case, and 2p columns, one for each of the causal combinations. The entries into this table are μFj(t) and there will be N2p such entries. Such a table is called a truth table by Ragin [4, 5]. One then searches through this very large table and keeps only those causal combinations whose MF entries are > 0.5. If f = 1 then all such causal combinations, removing duplications, become the set of RS surviving causal combinations. It is very easy for N2p to become very large6 and so this brute force way to carry out this procedure is impractical.

Ragin [5] observed the following in an example with four causal conditions: “… each case can have (at most) only a single membership score greater than 0.5 in the logical possible combinations from a given set of causal conditions (i.e., in the candidate causal combinations).” This somewhat surprising result is true in general and in [8] the following theorem that locates the one causal combination for each case whose MF > 0.5 was presented:

Theorem 5.1 (min-max theorem)

[8]: given p causal conditions, C1, C2, …, Cp and their respective complements, c1, c2, …, cp. Consider the 2p candidate causal combinations (j = 1, …, 2p) Fj=A1jA2jApj where Aij=Ci or ci and i = 1, …, p.

Proof

Let

μFj(t)=min {μA1j(t),μA2j(t),,μApj(t)},t=1,2,,N

Then for each t (case) there is only one j, j * (t), for which μFj*(t)(t) > 0.5 and μFj*(t)(t) can be computed as:

μFj*(t)(t)=min {max (μC1D(t),μc1D(t)),,max (μCpD(t),μcpD(t))}

where μeiD(x)=μci(ξi(x)). Fj*(t)(t) is determined from the right-hand side of Eq. (4), as:

Fj*(t)(t)=argmax (μC1D(t),μc1D(t))argmax (μCpD(t),μcpD(t))A1j*(t)Apj*(t)

In Eq. (5), argmax (μCiD(t),μciD(t)) denotes the winner of max (μCiD(t),μciD(t)), namely Ci or ci.

A proof of this theorem is in [8]. When nc independent terms are used for each variable, replace p by ncp. A numerical example that illustrates the computations can be found in [7].

This min-max Theorem leads to the following procedure for computing the RS surviving causal combinations7:

  • Compute Fj*(t) using Eq. (5).

  • Find the J uniquely different Fj*(t) and re-label them Fj (j′ = 1, …, J).

  • Compute tFj, where (t = 1, …, N)

    tFj(t)={1if Fj=Fj*(t)(t)0otherwise

  • Compute NFj, where

    NFj=t=1NtFj(t)

  • Establish the RS surviving causal combinations FvS(v=1,,RS), as:

    FvS={Fj(jv)if   NFjf0if NFj<f

    where Fj (j′ → v) means Fj is added to the set of surviving causal combinations as FvS, and v is the index of the surviving set.

Numerical examples that illustrates this five-step procedure can be found in [8].

In order to implement Eq. (8) threshold f has to be chosen. In our works, we often choose f = 1. This choice is arbitrary and depends on an application and how many cases are available. Discussions on how to choose f are given in [57, 14]. One popular way to choose f is as the integer such that at least 80% of all cases are covered by the set of surviving causal combinations.

From Fj in Eq. (2) and FvSin Eq. (8), it follows that (v = 1, …, RS):

FvS(x1,,xp)=FvS(x)=A1v(x1)A2v(x2)Apv(xp)

In [8] it is shown that the speedup between our method for determining the surviving causal combinations and the brute-force approach is ≈ O (2ncp), where nc is the number of terms used for each variable (assumed to be the same for all variables).

Example

This example illustrates the number of surviving causal combinations for eight readily available data sets: abalone [15], concrete compressive strength [15], concrete slump test [15], wave force [16], chemical process concentration readings [17], chemical process temperature readings [17], gas furnace [17] and Mackey-Glass Chaotic Time Series [18]. Our results are summarized in8,Table 1. For each problem a two-cluster FCM was applied to all of its cases. The five-step procedure described above was then used to determine RS.

Observe that: (1) for three variables (as occurs for wave force, chemical process concentration reading and chemical process temperature readings), the number of surviving causal combinations is either the same number, or close to the same number, as the number of candidate causal combinations, which suggests that one should use more than two terms per variable; and, (2) In all other situations the number of surviving causal combinations is considerably smaller than the number of candidate causal combinations. Although not shown here, this difference increases when more terms per variable are used, e.g., using three terms per variables the candidate causal combinations for the concrete slump test data set is 134,217,728 whereas the number of surviving causal combinations is only 97 [19].

Observe, from the last column in Table 1, that for four of the problems RS ≥ 25. We seriously doubt that a human designer could postulate the non-linear structures for so many regressors/discriminant functions. Our method not only shows that so many of them are necessary, it also finds their nonlinear structures.

6. Discussion

In Korjani and Mendel [19] have shown how the surviving causal combinations can be used in a new regression model, called variable structure regression (VSR). Using the surviving causal combinations one can simultaneously determine the number of terms in the (nonlinear) regression model as well as the exact mathematical structure for each of the terms (basis functions). VSR has been tested on the eight small to moderate size data sets that are stated in Table 1 (four are for multi-variable function approximation and four are for forecasting), using only two terms per variable whose MFs are the complements of one another, has been compared against five other methods, and has ranked #1 against all of them for all of the eight data sets.

Specific formulas for fuzzy basis function expansions can be found in [12, 13]. Similar formulas for rule-based binary classification can be found in [12].

Surviving causal combinations have also been used to obtain linguistic summarizations using fsQCA [7, 8].

7. Conclusions

This paper presents a novel method for simultaneously and automatically choosing the nonlinear structures of regressors or discriminant functions, as well as the number of terms to include in a rule-based regression model or pattern classifier. Variables are first partitioned into subsets each of which has a linguistic term (called a causal condition) associated with it; fuzzy sets are used to model the terms. Candidate interconnections (causal combinations) of either a term or its complement are formed, where the connecting word is AND which is modeled using the minimum operation. The data establishes which of the candidate causal combinations survive. A novel theoretical result leads to an exponential speedup in establishing this. For specific applications, see [7, 8, 19].

Much work remains to be done in using surviving causal combinations in real-world applications. The extension of the min-max Theorem to interval type-2 fuzzy sets is currently being researched.

Footnotes

1A search in Google, on January 22 2014, under regression listed about 20,800,000 results and under pattern classification listed about 19,900,000 results, so, it is beyond the realm of this paper to provide a complete list of articles that have been written about regression and pattern classification. Instead, we refer the readers to, e.g., [13].

2Linear terms may also be included.

3The term “causal combination” is borrowed from fsQCA (e.g., [57]).

4When the two terms are not complements of each other, then there are 22p candidate causal combinations.

5Each of the 2k candidate causal combinations can be interpreted as a corner in a 2k-dimensional vector space [3]. Choosing the surviving causal combinations as just explained is interpreted as keeping the adequately represented causal combinations that are closer to corners and not the ones that are farther away from corners.

6If each variable is described by nc independent terms, then N2pN2ncp. In this situation, N2ncp can easily become enormous, e.g. if p = 6 and nc = 3, then 2ncp = 218, or, if p = 10 and nc = 3, then 2ncp = 230. Even for nc = 3, the brute force approach way to carry out this procedure is totally impractical or impossible.

7This procedure is modeled after Step 6NEW in Fast fsQCA, as described in [7].

8The entries in this table were obtained by Mr. Mohammad M. Korjani, a Ph. D. student in the Ming Hsieh Department of Electrical Engineering, University of Southern California.

Table 1 . Number of surviving causal combinations for eight problems.

ProblemCasesVariables (p)Two terms per variablesa
Candidate causal combinations (2p)Surviving causal combinations (Rs)
Abalone [14]4,177712855
Concrete compressive strength [14]1,030825673
Concrete slump test [14]103951271
Wave force [16]317388
Chemical process concentration reading [17]194388
Chemical process temperature readings [17]223386
Gas furnace [17]29366425
Mackey-Glass chaotic time series [18]1,0004168

aThe two terms are low and high, and their fuzzy c-mean membership functions are the complements of one another..


References

  1. Pushpa, B, and Vasuki, R (2013). A least absolute approach to multiple fuzzy regression using Tw-norm based operations. International Journal of Fuzzy Logic Systems. 3, 73-84. http://dx.doi.org/10.5121/ijfls.2013.3206
    CrossRef
  2. Ritz, C, and Streibig, JC (2008). Nonlinear Regression with R. New York, NY: Springer
  3. Duda, RO, Hart, PE, and Stork, DG (2001). Pattern Classification. New York, NY: Wiley
  4. Simon, D (2013). Evolutionary Optimization Algorithms. Hoboken, NJ: John Wiley & Sons
  5. Ragin, CC (2008). Redesigning Social Inquiry: Fuzzy Sets and Beyond. Chicago, IL: University of Chicago Press
    CrossRef
  6. Rihoux, B, and Ragin, CC (2009). Configurational Comparative Methods: Qualitative Comparative Analysis (QCA) and Related Techniques. Thousand Oaks, CA: Sage
  7. Mendel, JM, and Korjani, MM (2012). “Charles Ragin’s fuzzy set qualitative comparative analysis (fsQCA) used for linguistic summarizations. Information Sciences. 202, 1-23. http://dx.doi.org/10.1016/j.ins.2012.02.039
    CrossRef
  8. Mendel, JM, and Korjani, MM (2013). Theoretical aspects of fuzzy set qualitative comparative analysis (fsQCA). Information Sciences. 237, 137-161. http://dx.doi.org/10.1016/j.ins.2013.02.048
    CrossRef
  9. Bargiela, A, and Pedrycz, W (2003). Granular Computing: An Introduction. New York, NY: Springer
    CrossRef
  10. Bezdek, JC (1981). Pattern Recognition with Fuzzy Objective Function Algorithms. Noewll, MA: Kluwer
    CrossRef
  11. Korjani, MM, and Mendel, JM (2013). Challenges to using fuzzy set qualitative comparative analyses (fsQCA) and their solutions: modified-fsQCA. IEEE Transactions on Fuzzy Systems. [submitted]
  12. Mendel, JM (2001). Uncertain Rule-Based Fuzzy Logic Systems: Introduction and New Directions. Upper Saddle River: NJ: Prentice-Hall
  13. Wang, LX, and Mendel, JM (1992). Fuzzy basis functions, universal approximation, and orthogonal least-squares learning. IEEE Transactions on Neural Networks. 3, 807-814. http://dx.doi.org/10.1109/72.159070
    Pubmed CrossRef
  14. Fiss, PC (2011). Building better causal theories: a fuzzy set approach to typologies in organization research. Academy of Management Journal. 54, 393-420. http://dx.doi.org/10.5465/AMJ.2011.60263120
    CrossRef
  15. Frank, A, and Asuncion, A. UCI Machine Learning Repository. Available http://archive.ics.uci.edu/ml/
  16. Hyndman, RJ. Time Series Data Library. Available http://robjhyndman.com/TSDL/
  17. Box, GEP, Jenkins, GM, and Reinsel, GC (1994). Time Series Analysis: Forecasting and Control. Englewood Cliffs, NJ: Prentice Hall
  18. Cowder, RS (1990). Predicting the Mackey-Glass time series with cascade correlation learning. Connectionist Models: Proceedings of the 1990 Summer School, Touretzky, DS, ed. San Mateo, CA: M. Kaufmann Publishers, pp. 117-123
  19. Korjani, MM, and Mendel, JM . Non-linear variable structure regression (VSR) and its application in time-series forecasting., Proceedings of FUZZ-IEEE, 2014, July 2014, Beijing, China.

Share this article on :

Most KeyWord