§ 瀏覽學位論文書目資料
  
系統識別號 U0002-3007201315021600
DOI 10.6846/TKU.2013.01272
論文名稱(中文) 多目標為基礎的階層式遺傳模糊探勘技術
論文名稱(英文) MOGA-based Multi-Level Genetic-Fuzzy Mining Techniques
第三語言論文名稱
校院名稱 淡江大學
系所名稱(中文) 資訊工程學系碩士班
系所名稱(英文) Department of Computer Science and Information Engineering
外國學位學校名稱
外國學位學院名稱
外國學位研究所名稱
學年度 101
學期 2
出版年 102
研究生(中文) 何吉軒
研究生(英文) Ji-Syuan He
學號 600411861
學位類別 碩士
語言別 英文
第二語言別
口試日期 2013-06-21
論文頁數 79頁
口試委員 指導教授 - 陳俊豪
委員 - 王鄭慈
委員 - 蔣璿東
委員 - 陳俊豪
關鍵字(中) 資料探勘
模糊集合
多目標遺傳演算法
分類階層
分群技術
隸屬函數
利潤模糊商品集
模糊關聯規則
關鍵字(英) data mining
fuzzy set
multi-objective genetic algorithm
taxonomy
clustering technique
membership function
utility fuzzy itemset
fuzzy association rule
第三語言關鍵字
學科別分類
中文摘要
現實世界的交易資料通常包含購買數量,故許多因應此類型交易資料的模糊探勘方法被提出並用來挖掘模糊關聯規則。因為隸屬函數對最終探勘結果有重大影響,所以許多遺傳模糊探勘方法進一步被提出用來同時探勘隸屬函數與模糊關聯規則。然而,大部分的方法都專注於單一階層探勘並且只考慮一個目標函數。有鑑於此,本論文提出兩個方法來探勘柏拉圖集合(隸屬函數)並挖掘多階層模糊關聯規則,分別為多目標多階層遺傳模糊探勘方法(MOMLGFM)與兩階段多目標遺傳模糊探勘方法(TMOGFM)。
在第一個方法(MOMLGFM),首先會根據給定的分類階層將商品類別的隸屬函數編成染色體。方法中考慮兩個目標函數。第一個目標函數是不同階層探勘出的資訊總和,第二個目標函數是染色體中隸屬函數的適合度。接著,每個個體的適性函數值則由這兩個目標函數計算而得。在演化流程完成後,多種隸屬函數則可根據決策者的喜好用來探勘多階層模糊關聯規則。
然而,MOMLGFM找出柏拉圖集合後,決策者會有難以從中挑選出適合的隸屬函數進行規則探勘的困擾。所以在第二個方法(TMOGFM),我們以第一個演算法為基礎提出兩階段多目標模糊探勘演算法來幫助決策者選擇恰當的隸屬函數。在第一階段,使用MOMLGFM挖掘隸屬函數的柏拉圖集合。在第二階段,依據設計的規則或利潤導向分群屬性,透過分群技術將柏拉圖解分成不同群組並找出群組代表解。之後,依據決策者的喜好,每個群組內所選出的代表解則能用來探勘模糊關聯規則或利潤模糊商品集。
實驗部分透過模擬資料與一個真實資料的實驗結果顯示MOMLGFM與TMOGFM是有效的。MOMLGFM的優點在能同時挖掘柏拉圖集合(隸屬函數集合)與多階層模糊關聯規則。TMOGFM的優點是不僅能挖掘隸屬函數集合,並且能挖掘各群組內的代表解並用於探勘多階層模糊關聯規則與利潤模糊商品集。
英文摘要
Transactions in real-world applications usually consist of quantitative values. Some fuzzy data mining approaches have thus been proposed for deriving linguistic rules from this kind of transactions. Since membership functions may have a critical influence on final mining results, several genetic-fuzzy mining approaches have then been proposed as well for mining appropriate membership functions and fuzzy association rules at the same time. Most of them, however, focus on single-level concept and consider only one objective function. In view of this, this thesis proposes two approaches for mining the Pareto set (a set of non-dominated membership functions) and multi-level fuzzy association rules, namely a Multi-Objective Multi-Level Genetic-Fuzzy Mining Algorithm (MOMLGFM) and a Two-Stage Multi-Objective Fuzzy Mining Algorithm (TMOGFM).
In the first algorithm (MOMLGFM), it first encodes the membership functions of each item class (category) into a chromosome according to the given taxonomy. Two objective functions are then considered. The first one is the knowledge amount mined out in different concept levels, and the second one is the suitability of membership functions. The fitness value of each individual is then evaluated by these two objective functions. After the MOGA process terminates, various sets of membership functions could be used for deriving multi-level fuzzy association rules according to decision makers’ preferences.
However, the derived Pareto set by MOMLGFM may be not easy for users to choose an appropriate one for mining rules. In the second algorithm (TMOGFM), based on MOMLGFM, a two-stage multi-objective fuzzy mining algorithm is proposed for assisting decision makers to choose the proper solution. In the first stage, the MOMLGFM is used to derive a set of non-dominated membership functions (Pareto solutions). Then, in second stage, according to the designed rule-oriented or utility-oriented clustering attributes, the clustering technique is utilized to divide the Pareto solutions into groups and find representative solution of each group. The representative solutions of groups could be employed to mine fuzzy association rules or utility fuzzy itemsets according to the favorites of decision makers.
Experimental results on simulation datasets and a real dataset also show the effectiveness of MOMLGFM and TMOGFM. The advantage of MOMLGFM is that it can derive Pareto set (a set of membership functions) and multi-level fuzzy association rules, simultaneously. The advantage of TMOGFM is that it can not only mine the Pareto set, but also use the representative solutions of groups to acquire multi-level fuzzy association rules and utility fuzzy itemsets.
第三語言摘要
論文目次
Contents
CHAPTER 1	INTRODUCTION	1
1.1	Problem Definition and Motivation	1
1.2	Contributions	3
1.3	Reader's Guide	3
CHAPTER 2	REVIEW OF RELATED WORK	4
2.1	The MOGA-based Optimization Problems	4
2.2	Genetic-Fuzzy Mining Techniques	6
2.3	Binary and Fuzzy Data Mining Approaches	7
2.4	Review of Utility Fuzzy Itemset Mining Approaches	9
CHAPTER 3	MOGA-BASED FUZZY DATA MINING WITH TAXONOMY	11
3.1	The MOGA-based Multi-Level Fuzzy-Data Mining Framework	11
3.2	Components of Proposed Approach	13
3.2.1	Chromosome Representation	13
3.2.2	Initial Population	14
3.2.3	The Two Objective Functions	15
3.2.4	Fitness Assignment	16
3.2.5	Genetic Operators	19
3.3	The Proposed Mining Algorithm	20
3.4	An Example	23
CHAPTER 4	A TWO-STAGE MULTI-OBJECTIVE FUZZY MINING ALGORITHM	32
4.1	The Proposed two-stage Fuzzy Data Mining Framework	32
4.2	The Objective Functions and Clustering Attributes of the Proposed Approach	34
4.2.1	The Objective Functions in The First Stage	34
4.2.2	The Clustering Attributes in the Second Stage	37
4.3	A Two-Stage Multi-Objective Fuzzy Mining Algorithm	38
4.4	An Example	40
CHAPTER 5	EXPERIMENTAL RESULTS	44
5.1	Experimental Results for Method (Ⅰ)	44
5.1.1	Dataset Descriptions	44
5.1.2	Experimental Evaluations	44
5.2	Experimental Results for Method (Ⅱ)	51
5.2.1	Dataset Descriptions	51
5.2.2	The Experimental Results on simulated datasets	51
5.2.2.1	The Evolution of the Pareto Front	51
5.2.2.2	The Evaluation of the Clustering Results	52
5.2.2.3	Analyses of the Derived Fuzzy Rules and Utility Fuzzy Itemsets	57
5.2.2.4	The Execution Time of TMOGFM	59
5.2.3	The Experimental Results on foodmart dataset	60
5.2.3.1	The Evolution of the Pareto Fronts	60
5.2.3.2	The Evaluation of the Clustering Results	61
5.2.3.3	Analyses of the Derived Fuzzy Rules	64
CHAPTER 6	CONCLUSIONS AND FUTURE WORKS	66
References	68
APPENDIXES: ENGLISH PAPER	72

List of Figures
Figure 1. An example for the Pareto optimal solutions	5
Figure 2. The MOGA-based multi-level fuzzy-data mining framework	12
Figure 3. Membership functions of item class ICj	13
Figure 4. The ranking results of the ten chromosomes	17
Figure 5. The results of assign fitness of the ten chromosomes	18
Figure 6. The average fitness values of the ten chromosomes	19
Figure 7. Predefined taxonomy	24
Figure 8. The two-stage fuzzy data mining framework	33
Figure 9. The evolution of the Pareto fronts of different generation	45
Figure 10. The membership functions with maximum number of large 1-itemsets	46
Figure 11. The membership functions with minimum suitability	46
Figure 12. The membership functions between two extreme cases	47
Figure 13. The execution times of the proposed approach and previous one	49
Figure 14. The Pareto fronts of the proposed approach with different population sizes	50
Figure 15. The evolution of the Pareto fronts of different generation	52
Figure 16. The relationships between the average similarity of clustering results and the number of clusters	54
Figure 17. The clustering results of Combination I with k is equal to 6	55
Figure 18. The clustering results of Combination II with k is equal to 3	55
Figure 19. The representative chromosomes by Combination I	56
Figure 20. The representative chromosomes by Combination II	57
Figure 21. The evolution of the initial and final Pareto fronts	60
Figure 22. The relationships between the average similarity of clustering results and the number of clusters on foodmart dataset	61
Figure 23. The clustering results of Combination I with k is equal to 6	62
Figure 24. The clustering results of Combination II with k is equal to 3	62
Figure 25. The representative chromosomes by Combination I	63
Figure 26. The representative chromosomes by Combination II	64

List of Tables
Table 1. The six transactions in the example	24
Table 2. Encoded taxonomy	25
Table 3. Translated dataset	25
Table 4. Level-1 representation in the example	26
Table 5. Level-1 fuzzy set	27
Table 6. The counts of the fuzzy regions	27
Table 7. The suitability value and the numLarLevel of each chromosome	28
Table 8. The ranking results of all the ten chromosomes	29
Table 9. The fitness values of all the ten chromosomes	29
Table 10. The resulting fitness values of the ten chromosomes	30
Table 11. External Utility	40
Table 12. Fuzzy closed itemsets in all levels	41
Table 13. The UFI of all large itemsets in level2 in C1	41
Table 14. The UFI of all levels in C1	42
Table 15. Total UFI and Suitability of all chromosomes	42
Table 16. Normalized suitability and UFI of all chromosomes	42
Table 17. Clustering results	43
Table 18. FCLI and normalized UFI in level 1 in representative chromosome C3	43
Table 19. The derived fuzzy association rules with highest confidence values	47
Table 20. The comparison results of MOMLGFM and MLGFM	48
Table 21. The derived number of fuzzy rules at different levels of selected representative chromosomes on the simulated dataset	58
Table 22. The derived number of utility closed fuzzy itemsets at different levels of representative chromosomes on the simulated dataset	58
Table 23. Execution times on simulated datasets with different transaction sizes	59
Table 24. The derived number of fuzzy rules at different levels of selected representative chromosomes on foodmart dataset	65
參考文獻
[1]	R. Agrawal, T. Imielinksi and A. Swami, “Mining association rules between sets of items in large database,“ The 1993 ACM SIGMOD Conference, Washington DC, USA, 1993.
[2] R. Agrawal and R. Srikant, “Fast algorithm for mining association rules,” The International Conference on Very Large Databases, pp. 487-499, 1994.
[3] R. Agrawal and R. Srikant, “Fast algorithms for mining association rules”.  International Conference on Very Large Data Bases, pp. 487-499, 1994.
[4] J. Alcala-Fdez, R. Alcala, M. J. Gacto, F. Herrera, "Learning the membership function contexts for mining fuzzy association rules by using genetic algorithms," Fuzzy Sets and Systems, Vol. 160, No. 7, pp. 905-921, 2009.
[5] R.Alcala, J.Alcala-Fdez, F.Herrera, “Aproposal for the genetic lateral tuning of linguistic fuzzy systems and its interaction with rule selection,” IEEE Transaction on Fuzzy Systems, Vol. 15, No. 4, pp. 616-635, 2007.
[6] ]J. Alcala-Fdez, N. Flugy-Pape, A. Bonarini and F. Herrera, "Analysis of the Effectiveness of the Genetic Algorithms based on Extraction of Association Rules", Journal Fundamenta Informaticae Intelligent Data Analysis in Granular Computing, Vol.98 No.1, 2010.
[7] R. Alcal′a, Y. Nojima, F. Herrera, and H. Ishibuchi, “Multiobjective genetic fuzzy rule selection of single granularity-based fuzzy classification rules and its interaction with the lateral tuning of membership functions,” Soft Computing, Vol. 15, No. 12, pp. 2303–2318, 2011.
[8] J. Alcala-Fdez, R. Alcala, M. J. Gacto, F. Herrera, "Learning the membership function contexts for mining fuzzy association rules by using genetic algorithms," Fuzzy Sets and Systems, Vol. 160, No. 7, pp. 905-921, 2009.
[9] Reda Alhajj and Mehmet Kaya, “Multi-objective genetic algorithms based automated clustering for fuzzy association rules mining,” Journal of Intelligent Information Systems, Vol. 31, No. 3, pp. 243-264, 2008.
[10] W. H. Au and K.C.C. Chan, "Mining fuzzy association rules in a bank-account database," IEEE Transactions on Fuzzy Systems, Vol. 11, No 2, pp. 238 - 248, 2003.
[11] S. Brin, R. Motwani, J. D. Ullman and S. Tsur, “Dynamic itemset counting and implication rules for market-basket data,” ACM-SIGMOD International Conference in Management of Data, pp. 207-216, 1997.
[12] C. H. Chen and W. H. Au, “Mining fuzzy association rules,” The Conference on Information and Knowledge Management, Las Vegas, pp. 209-215, 1997.
[13] C. H. Chen, T. P. Hong, Vincent S. Tseng, “Finding Pareto-front membership Functions in Fuzzy Data Mining,” International Journal of Computational Intelligence Systems, Vol. 5, No. 2, pp. 343-354, 2012.
[14] C. H. Chen, T. P. Hong, Vincent S. Tseng, “A SPEA2-based genetic-fuzzy mining algorithm,” The IEEE International Conference on Fuzzy Systems, 2010.
[15] C. H. Chen, T. P. Hong and Y. C. Lee, “Genetic-Fuzzy Mining with Taxonomy”, International Journal of Uncertainty, Fuzziness and Knowledge-Based Systems, Vol. 20, No. 2, pp. 187−205, 2012.
[16] C. H. Chen, J. S. He, T. P. Hong and W. T. Lin, “MOGA for multi-level fuzzy data mining,” The IEEE International Conference on Granular Computing, 2012.
[17] R. Chan, Q. Yang and Y. Shen, "Mining High Utility Itemsets", Third IEEE International Conference on Data Mining(ICDM), p19 -26, 2003.
[18] C. Chu, V. S. Tseng and T. Liang, "An efficient algorithm for mining temporal high utility itemsets from data streams", Journal of Systems and Software, Vol.81 No.7, 2008.
[19] O. Cordon, F. Herrera, and P. Villar, “Generating the knowledge base of a fuzzy rule-based system by the genetic learning of the data base,” IEEE Transactions on Fuzzy Systems, Vol. 9, No. 4, 2001.
[20] K. Deb, S. Agrawal, A. Pratab and T. Meyarivan, “A fast and elitist multiobjective genetic algorithm: NSGA-II,” IEEE Transactions on Evolutionary Computation, Vol. 6, No. 2, pp. 681-695.
[21] D. Dubois, H. Prade and T. Sudkamp, "On the representation, measurement, and discovery of fuzzy associations," IEEE Transactions on Fuzzy Systems, Vol. 13,  No 2, pp. 250 - 262, 2005
[22] C. M. Fonseca and P. J. Fleming, "Genetic algorithms for multiobjective optimization: Formulation, discussion and generalization," The International Confidence on Genetic Algorithms, pp. 416-423, 1993.
[23] M. Fazzolari, R. Alcala, Y. Nojima, H. Ishibuchi and F. Herrera, "A review of the application of Multi-Objective Evolutionary Systems: Current status and further directions," IEEE Transactions on Fuzzy Systems, Vol. 21, No. 1, pp. 45-65, 2013.
[24] J. Han and Y. Fu, “Discovery of multiple-level association rules from large databases,” The International Conference on Very Large Data Bases, pp. 420-431, 1995.
[25] F. Herrera, M. Lozano and J. L. Verdegay, “Fuzzy connectives based crossover operators to model genetic algorithms population diversity,” Fuzzy Sets and Systems, Vol. 92, No. 1, pp. 21–30, 1997.
[26] T. P. Hong, C. H. Chen, Y. L. Wu and Y. C. Lee, "A GA-based fuzzy mining approach to achieve a trade-off between number of rules and suitability of membership functions", Soft Computing, Vol. 10, No. 11, pp. 1091-1101. 2006.
[27] T. P. Hong, C. S. Kuo and S. C. Chi, "Mining association rules from quantitative data", Intelligent Data Analysis, Vol. 3, No. 5, pp. 363-376, 1999.
[28] T. P. Hong, K. Y. Lin, B. C. Chien, "Mining fuzzy multiple-level association rules from quantitative data," Applied Intelligence, Vol. 18, No. 1, pp. 79-90, 2003.
[29] R. Intan and O. Yenty, "Mining Multidimensional Fuzzy Association Rules from a Normalized Database", International Conference on Convergence and Hybrid Information Technology(ICHIT '08), p.425 - 432, 2008.
[30] D. Jiang, A. K. H. Tung and G. Chen, "MAP-JOIN-REDUCE: Toward scalable and efficient data analysis on large clusters," IEEE Transactions on Knowledge and Data Engineering, Vol. 23, No. 9, pp. 1299 - 1311, 2011.
[31] M. Kaya, R. Alhajj, "Genetic algorithm based framework for mining fuzzy association rules," Fuzzy Sets and Systems, Vol. 152, No. 3, pp. 587-601, 2005.
[32] M. Kaya, R. Alhajj, "Effective mining of fuzzy multi-cross-level weighted association rules," Lecture Notes in Computer Science, Vol. 4203, pp. 399-408, 2006.
[33] M. Kaya, R. Alhajj, "Utilizing Genetic Algorithms to Optimize Membership Functions for Fuzzy Weighted Association Rules Mining," Applied Intelligence, Vol. 24, No. 1, pp. 7-15, 2006.
[34] M. Kaya, "Multi-objective genetic algorithm based approaches for mining optimized fuzzy association rules," Soft Computing. Vol. 10, N0. 7, pp. 578-586, 2006. 
[35] K. M. Lee, "Mining generalized fuzzy quantitative association rules with fuzzy generalization hierarchies," IFSA World Congress and 20th NAFIPS International Conference, Vol. 5, pp. 2977-2982, 2001.
[36] Y. C. Lee, T. P. Hong and W. Y. Lin, "Mining fuzzy association rules with multiple minimum supports using maximum constraints", Lecture Notes in Computer Science, Vol. 3214, pp. 1283-1290, 2004.
[37] Y. C. Lee, T. P. Hong, T. C. Wang, "Mining Multiple-Level Association Rules Under the Maximum Constraint of Multiple Minimum Supports," IEA/AIE, pp. 1329-1338, 2006.
[38] Y. C. Lee, T. P. Hong, T. C. Wang, "Multi-level fuzzy mining with multiple minimum supports," Expert Systems with Applications, Vol. 34, No. 1, pp. 459-468, 2008.
[39] C. Lai, P. Chung and V. S. Tseng, "A Novel Algorithm for Mining Fuzzy High Utility Itemsets", Information and Control International Journal of Innovative Computing (ICIC), Vol. 6, No. 10, 2010.
[40] H. Li, H. Huang, Y. Chen, Y. Liu and S. Lee, "Fast and Memory Efficient Mining of High Utility Itemsets in Data Streams", Eighth IEEE International Conference on Data Mining (ICDM '08), p.881 - 886, 2008.
[41] F. Herrera, "Genetic Fuzzy Systems: Taxonomy, Current Research Trends and Prospects," Evolutionary Intelligence, Vol. 1, pp. 27-46, 2008.
[42] F. Herrera and L. Martinez, “A 2-tuple fuzzy linguistic representation model for computing with words,” IEEE Transactions on Fuzzy Systems, Vol. 8, No. 6, pp. 746–752, 2000.
[43] C. Lai, P. Chung and V. S. Tseng, "A Novel Algorithm for Mining Fuzzy High Utility Itemsets", Information and Control International Journal of Innovative Computing (ICIC), Vol. 6, No. 10, 2010.
[44] Y. C. Lee, T. P. Hong and W. Y. Lin, "Mining fuzzy association rules with multiple minimum supports using maximum constraints", Lecture Notes in Computer Science, Vol. 3214, pp. 1283-1290, 2004.
[45] Y. C. Lee, T. P. Hong, T. C. Wang, "Multi-level fuzzy mining with multiple minimum supports," Expert Systems with Applications, Vol. 34, No. 1, pp. 459-468, 2008.
[46] A. Mangalampalli and V. Pudi, "Fuzzy Association Rule Mining Algorithm for Fast and Efficient Performance on Very Large Datasets", IEEE International Conference on Fuzzy Systems (FUZZ-IEEE), p.1163-1168, 2009.
[47] T. Martin and Y. Shen, "Fuzzy Association Rules in Soft Conceptual Hierarchies", Annual Meeting of the North American Fuzzy Information Processing Society(NAFIPS), p.1 - 6, 2009.
[48] S. G. Matthews, M. A. Gongora and A. A. Hopgood, "Evolving temporal fuzzy itemsets from quantitative data with a multi-objective evolutionary algorithm", The IEEE International Workshop on Genetic and Evolutionary Fuzzy Systems, 2011.
[49] S. G. Matthews, M.A. Gongora and A. A. Hopgood, "Evolving Temporal Fuzzy Itemsets from Quantitative Data with a Multi-Objective Evolutionary Algorithm", 2011 IEEE 5th International Workshop on Genetic and Evolutionary Fuzzy Systems (GEFS), p.9 - 16, 2011.
[50] S. G. Matthews, M. A. Gongora, A. A. Hopgood and S. Ahmadi, "Temporal fuzzy association rule mining with 2-tuple linguistic representation", The IEEE International Conference on Fuzzy Systems, pp. 1-8, 2012.
[51] W. Ouyang and Q. Huang, “Mining Direct and Indirect Weighted Fuzzy Association Rules in Large Transaction Databases,” The International Conference on Fuzzy Systems and Knowledge Discovery, Vol. 3, pp. 128-132, 2009.
[52] W. Ouyang and Q. Huang, "Mining Direct and Indirect Fuzzy Association Rules with Multiple Minimum Supports in Large Transaction Databases", 2011 Eighth International Conference on Fuzzy Systems and Knowledge Discovery (FSKD), Vol.2, P.947 - 951, 2011.
[53] A. Parodi and P. Bonelli, "A new approach of fuzzy classifier systems," Proceedings of Fifth International Conference on Genetic Algorithms, Morgan Kaufmann, Los Altos, CA, pp. 223-230, 1993.
[54] J. Pillai, O.P. Vyas, S. Soni and Dr. M. Muyeba, "A Conceptual Approach to Temporal Weighted Item set Utility Mining", 2010 International Journal of Computer Applications, Vol.1, No.28, 2010.
[55] J. D. Schaffer, “Multiple objective optimization with vector evaluated genetic algorithms,” The International Conference on Genetic Algorithms, pp. 93-100, 1985.
[56] K. Sathiyapriya, G. S. Sadasivam and N. Celin, "A New Method for Preserving Privacy in Quantitative Association Rules using DSR Approach with Automated Generation of Membership Function", 2011 World Congress on Information and Communication Technologies (WICT), p.148 - 153, 2011.
[57] A. Savasere, E. Omiecinski and S. Navathe, “An efficient algorithm for mining association rules in large databases,” The International Conference in Very Large Data Bases, pp. 432-443, 1995.
[58] R. Srikant and R. Agrawal, “Mining generalized association rules,” The International Conference on Very Large Data Bases, pp. 407-419, 1995.
[59] S. Sakr, A. Liu, D. M. Batista, M. Alomari, "A survey of large scale data management approaches in cloud environments," IEEE Communications Surveys & Tutorials, Vol. 13, No. 3, pp. 311-336, 2011.
[60] A. Tajbakhsh, M. Rahmati, A. Mirzaei, "Intrusion detection using fuzzy association rules," Applied Soft Computing, Vol. 9, No. 2, pp. 462-469, 2009.
[61] B. Vo, H. Nguyen and B. Le, "Mining High Utility Itemsets from Vertical Distributed Databases", International Conference on Computing and Communication Technologies (RIVF '09), p.1 - 4, 2009.
[62] C. Wang, S. Chen, and Y. Huang, "A Fuzzy Approach for Mining High Utility Quantitative Itemsets", IEEE International Conference on Fuzzy Systems (FUZZ-IEEE), p.1909 - 1913, 2009.
[63] S. Yue, E. Tsang, D. Yeung and D. Shi, “Mining fuzzy association rules with weighted items,” The IEEE International Conference on Systems, Man and Cybernetics, pp. 1906-1911, 2000.
[64] J. Zhao and L. Yao, "A General Framework for Fuzzy Data Mining", 2010 International Conference on Computational Intelligence and Software Engineering (CiSE), p.1 - 3, 2010.
[65] E. Zitzler, M. Laumanns and L. Thiele, "SPEA2: Improving the strength Pareto evolutionary algorithm for multiobjective optimization," Proc. Evolutionary Methods for Design, Optimization and Control with App. to Industrial Problems, pp. 95-100, 2001.
論文全文使用權限
校內
紙本論文於授權書繳交後5年公開
同意電子論文全文授權校園內公開
校內電子論文於授權書繳交後5年公開
校外
同意授權
校外電子論文於授權書繳交後5年公開

如有問題,歡迎洽詢!
圖書館數位資訊組 (02)2621-5656 轉 2487 或 來信