Learning from Examples Module (LEM) Rule Induction Algorithm
A Learning from Examples Module (LEM) Rule Induction Algorithm is rule Rule Induction Algorithm that can learn a rule set from training examples.
- AKA: LEM Induction Algorithm.
- Context:
- It can usually be implemented by LEM Induction System to solve a LEM Induction Task.
- Example(s):
- Counter-Example(s):
- See: Pattern Mining Algorithm, Decision Tree Induction Algorithm, Inductive Logic Programming, If-Then Rule, First-Order Logic Rule.
References
2009a
- (Grzymala-Busse, 2009) ⇒ Jerzy W. Grzymala-Busse. (2009). “Rule Induction.” In: Maimon O., Rokach L. (eds) Data Mining and Knowledge Discovery Handbook. ISBN:978-0-387-09822-7, 978-0-387-09823-4. doi:10.1007/978-0-387-09823-4_13
- QUOTE: In general, rule induction algorithms may be categorized as global and local. In global rule induction algorithms the search space is the set of all attribute values, while in local rule induction algorithms the search space is the set of attribute-value pairs.
There exist many rule induction algorithms, we will discuss only three representative algorithms, all inducing discriminant rule sets. The first is an example of a global rule induction algorithm called LEM1 (Learning from Examples Module version 1).
(...) The algorithm LEM1, a component of the data mining system LERS (Learning from Examples using Rough Sets), is based on some rough set definitions Pawlak (1982)[1], Pawlak (1991) [2], Pawlak et al. (1995)[3].
(...) An idea of blocks of attribute-value pairs is used in the rule induction algorithm LEM2 (Learning from Examples Module, version 2), another component of LERS. The option LEM2 of LERS is most frequently used since -- in most cases -- it gives better results. LEM2 explores the search space of attribute-value pairs. (...)
2009b
- (Charchalis & Pawletko, 2009) ⇒ Adam Charchalis, and Rafal Pawletko. (2009). “The Use of Expert System for Marine Diesel Engine Diagnosis.” In: Journal of KONBiN , 9-10(1). doi:10.2478/v10040-008-0122-7
- QUOTE: Evaluation of rule sets was made with regard to classification. It means that verified classifier was each time created basing on rules. Presented in table 1 are the rules and right classification choices obtained with 10-fold cross validation technique for investigated rule-induction algorithms. The results of classification are presented in table 1.
No | Initial discretization | Induction Algorithm | Number of obtained rules | Percentage of correctly classified examples [%] | Percentage of incorrectly classified examples [%] | Percentage of non-classified examples [%] |
---|---|---|---|---|---|---|
1. | None | LEM2 | 178 | 24 | 32 | 44 |
2. | MODLEM | 35 | 87 | 2 | 11 | |
3. | EXPLORE | 5 | 21 | 76 | 3 | |
4. | Local Method | LEM2 | 56 | 91 | 9 | 0 |
5. | MODLEM | 46 | 91 | 9 | 0 | |
6. | EXPLORE | 300 | 74 | 26 | 0 |
2003
- (Grzymala-Busse, 2003) ⇒ Jerzy W. Grzymala-Busse (2003) "A Comparison Of Three Strategies To Rule Induction From Data With Numerical Attributes". Proceedings of the International Workshop on Rough Sets in Knowledge Discovery (RSKD 2003). Electronic Notes in Theoretical Computer Science, 82(4), 132-140. DOI: 10.1016/S1571-0661(04)80712-6
- QUOTE: Our main objective was to compare two discretization techniques, both based on cluster analysis, with a new rule induction algorithm called MLEM2, in which discretization is performed simultaneously with rule induction. The MLEM2 algorithm is an extension of the existing LEM2 rule induction algorithm. The LEM2 algorithm works correctly only for symbolic attributes and is a part of the LERS data mining system. For the two strategies, based on cluster analysis, rules were induced by the LEM2 algorithm. Our results show that MLEM2 outperformed both strategies based on cluster analysis, in terms of complexity (size of rule sets) and, more importantly, error rates.
2002
- (Grzymala-Busse, 2002) ⇒ Jerzy W. Grzymala-Busse (2002). "MLEM2: A New Algorithm For Rule Induction From Imperfect Data". In: Proceedings of the 9th International Conference on Information Processing and Management of Uncertainty in Knowledge-Based Systems, (IPMU 2002), pages 243– 250.
2001a
- (Grzymala‐Busse & Stefanowski, 2001) ⇒ Jerzy W. Grzymala-Busse, and Jerzy Stefanowski (2001). "Three Discretization Methods For Rule Induction". Proceedings of the International Journal of Intelligent Systems, 16(1), 29-38.
- QUOTE: We present a new approach to manipulate numerical data. Numerical attributes are not discretized before performing rule induction. Instead, a modified version of LEM2, called MODLEM, is applied directly to data with numerical attributes. Discretization and rule induction is performed simultaneously. Two versions of MODLEM, using different measures to evaluate elementary conditions: class entropy and Laplacian accuracy, are presented. We evaluated all of these approaches experimentally. Rule sets induced by both versions of MODLEM were compared with rule sets obtained in traditional way, i.e., discretization based on conditional entropy first and then rule induction by the ‘pure’ LEM2. For MODLEM and preliminary discretization plus LEM2 the same system was used for classifying testing data
2001b
- (Greco et al., 2001) ⇒ Salvatore Greco, Benedetto Matarazzo, Roman Slowinski, and Jerzy Stefanowski (2001). "An Algorithm for Induction of Decision Rules Consistent with the Dominance Principle" In: Ziarko W., Yao Y. (eds) Rough Sets and Current Trends in Computing. RSCTC 2000. Lecture Notes in Computer Science, vol 2005.
- QUOTE: Induction of decision rules within the dominance-based rough set approach to the multiple-criteria sorting decision problem is discussed in this paper. We introduce an algorithm called DOMLEM that induces a minimal set of generalized decision rules consistent with the dominance principle.
1997
- (Grzymala-Busse, 1007) ⇒ Jerzy W. Grzymala-Busse (1997). "A New Version Of The Rule Induction System LERS". Fundamenta Informaticae, 31:27–39. 10.3233/FI-1997-3113
1992
- (Grzymala-Busse, 1992) ⇒ Jerzy W. Grzymala-Busse (1992). "LERS - A System For Learning From Examples Based On Rough Sets". In: Intelligent Decision Support. Handbook of Applications and Advances of the Rough Sets Theory, ed. by R. Slowinski, Kluwer Academic Publishers, Dordrecht, Boston, London, 1992, 3–18. DOI:10.1007/978-94-015-7975-9_1
1991
- (Chan & Grzymala-Busse, 1991) ⇒ C.C. Chan, and Jerzy W. Grzymala-Busse (1991). “On The Attribute Redundancy And The Learning Programs ID3, PRISM, and LEM2". Department of Computer Science, University of Kansas, TR-91-14, December 1991, 20 pp.
- ↑ (Pawlak, 1982) ⇒ Z. Pawlak (1992). “Rough Sets". International Journal of Computer and Information Sciences 1982; 11: 341–356.
- ↑ (Pawlak, 1991) ⇒ Z. Pawlak. “Rough Sets. Theoretical Aspects of Reasoning about Data". Kluwer Academic Publishers.
- ↑ (Pawlak et al., 1995) ⇒ Z. Pawlak, J.W. Grzymala-Busse, R. Slowinski and W. Ziarko (1995). “Rough Sets". Communications of the ACM 1995; 38: 88– 95