Li Zheng2 School of Management Fujian University of Technology Fujian Province, , China

Size: px
Start display at page:

Download "Li Zheng2 School of Management Fujian University of Technology Fujian Province, , China"

Transcription

1 Iteratioal Coferece of Orgaizatioal Iovatio (ICOI 07) Usig Fuzzy FP-Growth for Miig Associatio Rules Chie-Hua Wag* * Correspodig author: wagthuck@gmail.com Li Zheg zzheglimail@gmail.com Xuelia Yu Yuxuelia_00@6.com XiDua Zheg @qq.com Abstract This paper aims to use fuzzy set theory ad FPgrowth derived from fuzzy associatio rules. At first, we apply fuzzy partitio method ad decide a membership fuctio of quatitative value for each trasactio item. Next, we implemet FP-growth to deal with the process of data miig. I additio, i order to uderstad the impact of fuzzy FP-growth algorithm ad other fuzzy data miig algorithms o the executio time ad the umbers of geerated associatio rule, the experimet will be performed by usig differet thresholds. Lastly, the experimet results show fuzzy FP-growth algorithm is more efficiet tha other existig methods. Keywords data miig; fuzzy associatio rule; FP-growth I. INTRODUCTION Data miig is a methodology for the extractio of ew kowledge from data. This kowledge may relate to problems that we wat to solve []. Thus, data miig ca ease the kowledge acquisitio bottleeck i buildig prototype systems []. If data miig extractig ca effectively be applied o all varieties of aalysis, the process of decisiomakig i busiess will be fairly smooth. I commo trasactios, the associatio rule (X Y) is the most popular mea. The purpose is to search for the relatio that exists amog items of database. The relatio reflects that exists (X) appear, other items(y) are likely to appear as well []. For istace, whe a customer purchases bread, oe might also get milk alog with it. Thus associatio rules ca assist decisio makers to scope out the possible items that are likely to be purchased by cosumers. Meawhile, it facilitates plaig marketig strategies []. This paper maily focuses o the associatio rule techique. I the covetioal associatio rule algorithm, scaig database takes eormous time particularly whe oe uses Apriori algorithm, which ofte affects the efficiecy i data miig. To solve the drawback aforemetioed, Ha et al. [] proposed a miig method, called Frequet-Patter growth (FP-growth), which does ot eed to geerate cadidate itemsets ad is cosidered more efficiet. FPgrowth is costructed by readig the data set oe trasactio at a time ad mappig each trasactio oto a path i a Frequet Patter-tree (FP-tree). Sice differet trasactios ca have several items i commo at the same time, their paths may overlap. The more paths overlap with oe aother, the more compressio we ca achieve by usig the FP-tree structure. If the size of the FP-tree is small eough to fit ito the mai memory, we ca extract frequet itemsets directly from the structure i memory istead of makig repeated passes over the data stored o disks []. Therefore, without geeratig cadidate itemsets, oe oly eeds to sca the database twice. Additioally, i regard to the matter of decisio makig, oe has to take users' perceptio ad cogitive ucertaity of subjective decisios ito cosideratio. Zadeh proposed the Fuzzy Set Theory [] i 96 to deal with cogitive ucertaity of vagueess ad ambiguity. Sice liguistic variables ad liguistic values [6-8] ca be described with fuzzy cocepts to subjectively correspod with the possible cogitio of a decisio maker, they are hady i carryig out aalysis of decisios-makig. Fuzzy data miig has the recetly become a importat research matter. Therefore, this paper proposes a fuzzy data miig method - Fuzzy Frequet Patter Growth, which treats each item from a trasactio database as a liguistic variable, ad each liguistic variable is partitioed based o its liguistic value. I so doig, the atural laguage ca be utilized to fully explai fuzzy associatio rules. There are two phases i the proposed method. Oe is to fid frequet -itemset by scaig the database oce, ad the other is to establish a membership fuctio FP-tree by scaig the database twice. The, oe coditioal patter base ad oe coditioal membership fuctio FP-tree will be extracted from each ode i a membership fuctio FP-tree to geerate the fuzzy associatio rules. Copyright 07, the Authors. Published by Atlatis Press. This is a ope access article uder the CC BY-NC licese ( 8

2 II. FUZZY PARTITION METHOD The cocept of liguistic variables plays a fudametal role i describig fuzzy logic ad approximate reasoig. To deal with liguistic variables, the fuzzy partitio method [9, ] ca divide quatitative variables ito fuzzy sets with membership fuctios. For example, a liguistic age ca be partitioed ito youg, middle ad old. Ad their membership fuctios i [0, 60] are (0, 0, 0), (0, 0, 60), (0, 60, 60), respectively. Commo membership fuctios are triagular or trapezoid membership fuctios. I this paper, symmetric triagleshaped liguistic variables are used for simplicity. We assume that a quatitative variable a is partitioed ito K fuzzy sets { Ak,i, Ak,i,K, Ak,ik }, Ak,ik is the ith fuzzy grid ad is defied by the triagular membership fuctio [7-0]: µ k,i k ( x) = max{ x aikk i / b K i,0}, () where aik i = mi + (ma mi )(ik ) /( K k ), b K i = (ma mi k ) /( K k ), ad ma ad mi are the maximum ad miimum values of the domai iterval of Ak,i k. aiki is the top where k the membership degree is equal to ad b K i is the spread of the membership fuctio of Ak,i k. I the data set we use fuzzy partitio method to trasform quatitative attributes ito fuzzy grids. A quatitative attribute xk is represeted as: ( µ k,i Ak,i + µ k, i Ak,i +L+ µ k, ik Ak,ik ) Ak,ik : ikth liguistic value of Kk liguistic values defied i liguistic variable xk, where i K; µ k,i k : membership fuctio of Ak,ik ; tp: cout k,ik : cout kmax : Gkmax : pth trasactio data; the summatio of µ k,ik value for to ; the maximum cout value amog cout k,ik value, ik = to K; the fuzzy grid xi with cout kmax ; α: the user-specified miimum fuzzy support value; β: the user-specified miimum fuzzy cofidece value; SPr: the set of frequet legths with r attributes. B. The proposed algorithm INPUT: A body of trasactio data; each liguistic variable with K liguistic values; a user-specified miimum fuzzy support (mi FS) α; ad a user-specified miimum fuzzy cofidece (mi FC) β. OUTPUT: A set of fuzzy associatio rules. () usig the triagular membership fuctio defied by above formula, where Ak,i k is the ith fuzzy grid of K liguistic terms defied i attribute xk of pth trasactio data. Fig.. The membership fuctios are used i the example. III. NOTATIONS AND ALGORITHM The proposed costructio algorithm for geeratig fuzzy associatio rules from the trasactio database is described i this sectio. The otatios used i the proposed algorithm are firstly stated below. A example, e.g. TABLE I is give to illustrate the proposed algorithm behid steps. The assumptios of the membership fuctios for the item quatities are show i Fig.. Additioally, assume that the predefied miimum fuzzy support value ad miimum fuzzy cofidece value are 0. ad 0., respectively. A. Notatios : rhe umber of trasactio database; d: mumber of attributes used to describe each sample data, where m; xi: ith attribute; Ki: mumber of liguistic values i the ith attribute where i d; TABLE I. THE DATA SETS ARE USED IN THIS EXAMPLE ITMS (A, ), (B, 8), (D, ), (E, ) (B, 7), (C, ), (D, ) (A, ), (D, 7), (E, 6) (A, ), (B, ), (E, ) (B, ), (C, ), (D, 8) STEP : Trasform the quatitative attribute Ak,ik for each item xk i each trasactio datum tp (p = to ) ito a fuzzy set µk,ik. For example, the results are show i TABLE II. STEP : Calculate the cout of each fuzzy grid (liguistic term) µ k,ik i the trasactio data, ad the results are show i TABLE III. m cout k,ik = µ p = k,i k () 9

3 TABLE II. THE FUZZY SETS TRANSFORMED FROM THE DATA SET IN TABLE. ITMS (0.667/A.Low + 0./A.Middle), (0.8/B.Middle /B.Large) + (0./D.Low + 0./D.Middle) + (0./E.Middle /E.High) (.0/B.Middle), (0.8/C.Low /C.Middle), (0.667/D.Low + 0./D.Middle) (0.8/A.Low /A.Middle), (.0/D.Middle), (0.667/E.Low + 0./E.Middle) (0.667/A.Low + 0./A.Middle), (0.8/B.Low /B.Middle), (0./E.Low /E.Middle) (0./B.Low /B.Middle), (0.667/C.Low + 0./C.Middle), (0.8/D.Middle /D.Large) TABLE III. Item A.Low A.Middle A.Large B.Low B.Middle B.Large C.Low C.Middle THE COUNT OF THE FUZZY GRIDS. Cout Item C.Large D.Low D.Middle D.Large E.Low E.Middle E.Large oe aother based o the same trasactios. I the example, the fuzzy FP-tree is show i Fig.. Cout TABLE V. STEP : Fid coutkmax. Let Gkmax be the grid with THE NEW FUZZY SETS FROM TABLE. Fuzzy sets (0.8/B.Middle), (0./D.Low), (0.667/A.Low), (0./E.Middle) (.0/B.Middle), (0./D.Low), (0.8/A.Low) (.0/D.Middle), (0.8/A.Low), (0./E.Middle) (0.67/B.Middle), (0.667/A.Low), (0.667/E.Middle) (0.667/B.Middle), (0.8/D. Middle), (0./C.Low) coutkmax for item xi. G kmax will be used to represet this attribute i later FP-Growth miig processig. This step is repeated for the other items. Thus, Low is chose for A, Middle is chose for B, Low is chose for C, Middle is chose for D ad Middle is chose for E. STEP : Collect each attribute grid to form the -dim patter (SP). STEP : Check whether each coutkmax of each Gkmax is larger tha or equal to the predefied miimum support value α. If Gkmax satisfies the above coditio, put it i the set of frequet legths. That is: () SP = {Gkmax coutkmax α, i K } Here, miimum fuzzy support is 0., the its cout is.. So the couts values of A.Low, B.Middle, C.Low, D.Middle ad E.Middle are all larger tha., these -dim patters are put i SP. STEP 6: While frequet fuzzy grids (SP) are ot ull, do the followig steps. STEP 7: This step begis to proceed with FP-Growth. Establish a descedig data table called Header Table, show as TABLE IV. TABLE IV. HEADER TABLE. -dim patter B.Middle D.Middle A.Low E.Middle C.Low Cout STEP 8: Sca the fuzzy set table at the first time to rebuild a ew fuzzy set table, e.g. TABLE V, that the fuzzy sets ate sorted by the fuzzy grids from the Header Table. STEP 9: Set a ode {ROOT} of a fuzzy FP-tree. The the secod time to sca the ew fuzzy set table could geerate the odes of the fuzzy grids i the tree the lik the odes with Fig.. The membership fuctios for FP-tree. STEP 0: Mie the possible frequet patters through fuzzy FP-tree. Scaig from the bottom of Header Table derives coditioal patter bases of every item from the paths i the fuzzy FP-tree. Next, the coditioal membership fuctio FP-trees of every item could be costructed based o the coditioal patter bases. The, the whole set of possible patters of each item would be geerated from the correspodig coditioal fuzzy FP-tree. STEP : The followig correspodig frequet patters. substeps are doe for (a) Calculate the fuzzy value of each trasactio data tp i s as µ si = µ si Λµ si K Λµ si r +, where µ si is the membership fuctio of tp i grids sk. ad the miimum operator is used for the itersectio, the r + µ si = mi µ si k k = () (b) If fuzzy support for each frequet patter is calculated as 0

4 couts = µ si () Also, we simulate eve oe hudred thousad to compare these three algorithms which set miimum fuzzy cofidece at 0. The results are show i TABLE VI. (c) If fuzzy support value is larger or equal to the userspecified miimum support value α, put it is SPr. I the example, the possible patters of (B.Middle, C.Low), (A.Low, E.Middle), (D.Middle, A.Low), (B.Middle, D.Middle) are kept i SP. Therefore, they are frequet patters. STEP : Costruct effective associatio rules for each frequet patter ( s, s,..., sq, q ) usig the followig. (a) List all possible frequet patters. sλs K Λsq sl, l = to q (b) Calculate the cofidece values of all associatio rules usig µ si ( µ si Λµ si Λ L Λµ si q ) () STEP : Output the associatio rules with cofidece values larger tha or equal to the user-specified cofidece threshold β. Here, the mi fuzzy cofidece is 0.. Sice (A.Low, E.Middle) is larger tha 0., therefore this frequet patter is a effective rule. I fact, the followig four frequet patters form associatio rules ad are a output to users.. (C.Low, B.Middle) with fuzzy cofidece =.0: If a low umber of C is bought the a middle of B is bought with a cofidece of.0.. (A.Low, E.Middle) with fuzzy cofidece = 0.86: If a low umber of A is bought the a middle of E is bought with a cofidece of (E.Middle, A.Low) with fuzzy cofidece =.0: If a middle umber of E is bought the a low of A is bought with a cofidece of.0.. (A.Low, D.Middle) with fuzzy cofidece = 0.6: If a low umber of A is bought the a middle of D is bought with a cofidece of 0.6. The four rules above are the output as meta-kowledge cocerig the give trasactio. IV. EXPERIMENTAL RESULTS The sectio reports o experimets made to show the performace of the proposed approach. They were implemeted i VB o a Petium-IV.7 Persoal Computer. Trasactio database from a supermarket of a retail busiess i Kime, Taiwa, were used to show the feasibility. A total of 86 trasactios were icluded i the database. Each trasactio records the purchasig iformatio for a customer ad uses membership fuctio as Fig.. The experimetal results were made to compare the accuracy of the proposed fuzzy data miig algorithm. Hog et al.'s ad Hu's proposed algorithm ([, 6]) i which the miimum fuzzy support values set at 0. is show i Figure. Fig.. The compariso of the accuracy of three fuzzy data miig algorithms. TABLE VI. Mi FS THE EXPERIMENT RESULTS FOR THREE DATA MININGS ALGORITHMS. The proposed method Hu s mehod Hog et al s method From Fig., it is easily see that the accuracy of the proposed method was higher tha that of Hog et al ad Hu's proposed method for various miimum fuzzy cofidece values. I additio, from TABLE VI, it is easily see that miimum fuzzy support is smaller, which geerates more associatio rules. I execute time, the proposed method is the best tha the other methods, the miimum fuzzy support is smaller, especially. But smaller miimum fuzzy support does ot ifluece the whole execute time. With the miimum fuzzy support icreases, the execute time will be more obvious. V. CONCLUSIONS I this paper, we have proposed a fuzzy data miig algorithm, which combies fuzzy set theory ad FP-Growth to deal with quatitative values ad fid iterestig patters amog them. The rules mied represet quatitative regularity for large trasactio database ad ca be adopted to provide some suggestios to appropriate supervisors. The proposed algorithm ca solve disadvatages foud i Apriori ad ehace the whole efficiecy. The experimetal results with the data i a supermarket of retail busiess show the feasibility of the proposed miig algorithm. Whe compared with Hog et al. ad Hu's fuzzy miig method ([, 6]), our approach ca get better miig results due to the characteristic of FPgrowth. It ows feature of without cadidate geeratio, ad scas two for all process. The experimetal results proouced the proposed method is more excellet tha Apriori miig method.

5 I additio, as for defiitios of liguistic values, maagers ca select his ow preferece, ad refer to past experieces ad relate cogitive ability to desig a umber of liguistic values ad shapes, such as Gaussia distributio ad trapezoid membership fuctio. So, it cofirms a maager's cogitive i subject. However, it is ot easy for users to specify these parameters, the GA may be cosidered as a appropriate tool for automatically determiig the appropriate parameter specificatios. As regard to mi FS, mi FC ad partitio umbers i each quatitative attribute, these parameters are easily user-specified for idividual problems. Ad GA ows to automatically search for characteristic. I the future, we will combie GA ad the proposed method to solve various problem domais. [6] [7] [8] [9] [0] [] [] Refereces [] [] [] [] [] Berry, M., Lioff, G., Data Miig Techiques: for Marketig, Sales, ad Customer Support, Joh Wiley & Ss, Now York, 997. Ha, J. W., Kamber, M., Data Miig: Cocepts ad Techiques, Morga Kaufma, Sa Fracisco, 00. Ha, J., Pei, J., Yi, Y., Miig frequet patters without cadidate geeratio, I proceedig SIGMOD 00 Proceedig of the 000 ACM SIGMOD iteratioal coferece o Maagemet of data, pp. -, 000. Hog, T. P., Che, J. B., Fid relevat attributes ad membership fuctios, Fuzzy Sets ad Systems, vol. 0, pp.89-0, 999. Hog, T. P., Kuo, C. S., Chi, S. C., Trade-off betwee computatio time ad umber of rules for fuzzy miig from quatitative data, Iteratioal Joural of Ucertaity, Fuzziess ad Kowledge-Based Systems, 9, pp , 00. [] [] [] [6] [7] [8] Hu, Y. C., Miig associatio rules at a cocept hierarchy usig fuzzy partitio, Joural of Iformatio Maagemet, vol., p. 6-80, 006. Hu, Y. C., Che, R. S., ad Tzeg, G. H., Fidig fuzzy classificatio rules usig data miig techiques, Patter Recogitio Letters, vol., pp. 09-9, 00. Hu, Y. C., Fidig useful fuzzy cocepts for patter classificatio usig geetic algorithm, Iformatio Scieces, vol. 7, pp. -9, 00. Ishibuchi, H., Nozaki, K., Yamaoto, N., Taaks, Selectig fuzzy if-the rules for classificatio problem usig geetic algorithm, IEEE Trasactios o Fuzzy Systems, vol., pp , 99. Ishibchi, H., Nakashima, T., Murata, T., Performace evaluatio of fuzzy classifier systems for multidimesioal patter classificatio problems, IEEE Trasactio o Systems, Ma, ad Cyberetics, vol. 9, pp , 999. Jag, J.S.R., ANFIS: adaptive-etwork-based fuzzy iferece systems, IEEE Trasactios o Systems, Ma, ad Cyberetics,, pp , 99. Myra, S., Web usage miig for web site evaluatio, Commuicatio of the ACM,, pp. 7-, ACM, New York, 000. Ta, P. N., Steibach, Michael, Kumar Vipi, Itroductio to Data Miig, Pearso Addiso Wesley, Bosto, 00. Wag, L. X., Medel, J. M., Geeratig fuzzy rules by learig from examples. IEEE Trasactios o Systems, Ma, ad Cyberetics, vol., pp. -7, 99. Zadeh, L. A., Fuzzy Sets, Iformatio Cotrol, vol. 8, pp. 8-, 96. Zadeh, L. A., The cocept of a liguistic variable ad its applicatio t approximate reasoig I, Iformatio Sciece, vol. 8, pp. 99-9, 97a. Zadeh, L. A., The cocept of a liguistic variable ad its applicatio t approximate reasoig II. Iformatio Sciece, vol. 8, pp. 0-7, 97b. Zadeh, L. A., The cocept of a liguistic variable ad its applicatio t approximate reasoig III, Iformatio Sciece, vol. 9, pp. -80, 976.

Mining from Quantitative Data with Linguistic Minimum Supports and Confidences

Mining from Quantitative Data with Linguistic Minimum Supports and Confidences Miig from Quatitative Data with Liguistic Miimum Supports ad Cofideces Tzug-Pei Hog, Mig-Jer Chiag ad Shyue-Liag Wag Departmet of Electrical Egieerig Natioal Uiversity of Kaohsiug Kaohsiug, 8, Taiwa, R.O.C.

More information

Ones Assignment Method for Solving Traveling Salesman Problem

Ones Assignment Method for Solving Traveling Salesman Problem Joural of mathematics ad computer sciece 0 (0), 58-65 Oes Assigmet Method for Solvig Travelig Salesma Problem Hadi Basirzadeh Departmet of Mathematics, Shahid Chamra Uiversity, Ahvaz, Ira Article history:

More information

Fuzzy Rule Selection by Data Mining Criteria and Genetic Algorithms

Fuzzy Rule Selection by Data Mining Criteria and Genetic Algorithms Fuzzy Rule Selectio by Data Miig Criteria ad Geetic Algorithms Hisao Ishibuchi Dept. of Idustrial Egieerig Osaka Prefecture Uiversity 1-1 Gakue-cho, Sakai, Osaka 599-8531, JAPAN E-mail: hisaoi@ie.osakafu-u.ac.jp

More information

Pruning and Summarizing the Discovered Time Series Association Rules from Mechanical Sensor Data Qing YANG1,a,*, Shao-Yu WANG1,b, Ting-Ting ZHANG2,c

Pruning and Summarizing the Discovered Time Series Association Rules from Mechanical Sensor Data Qing YANG1,a,*, Shao-Yu WANG1,b, Ting-Ting ZHANG2,c Advaces i Egieerig Research (AER), volume 131 3rd Aual Iteratioal Coferece o Electroics, Electrical Egieerig ad Iformatio Sciece (EEEIS 2017) Pruig ad Summarizig the Discovered Time Series Associatio Rules

More information

3D Model Retrieval Method Based on Sample Prediction

3D Model Retrieval Method Based on Sample Prediction 20 Iteratioal Coferece o Computer Commuicatio ad Maagemet Proc.of CSIT vol.5 (20) (20) IACSIT Press, Sigapore 3D Model Retrieval Method Based o Sample Predictio Qigche Zhag, Ya Tag* School of Computer

More information

New HSL Distance Based Colour Clustering Algorithm

New HSL Distance Based Colour Clustering Algorithm The 4th Midwest Artificial Itelligece ad Cogitive Scieces Coferece (MAICS 03 pp 85-9 New Albay Idiaa USA April 3-4 03 New HSL Distace Based Colour Clusterig Algorithm Vasile Patrascu Departemet of Iformatics

More information

Assignment Problems with fuzzy costs using Ones Assignment Method

Assignment Problems with fuzzy costs using Ones Assignment Method IOSR Joural of Mathematics (IOSR-JM) e-issn: 8-8, p-issn: 9-6. Volume, Issue Ver. V (Sep. - Oct.06), PP 8-89 www.iosrjourals.org Assigmet Problems with fuzzy costs usig Oes Assigmet Method S.Vimala, S.Krisha

More information

What are Information Systems?

What are Information Systems? Iformatio Systems Cocepts What are Iformatio Systems? Roma Kotchakov Birkbeck, Uiversity of Lodo Based o Chapter 1 of Beett, McRobb ad Farmer: Object Orieted Systems Aalysis ad Desig Usig UML, (4th Editio),

More information

Improvement of the Orthogonal Code Convolution Capabilities Using FPGA Implementation

Improvement of the Orthogonal Code Convolution Capabilities Using FPGA Implementation Improvemet of the Orthogoal Code Covolutio Capabilities Usig FPGA Implemetatio Naima Kaabouch, Member, IEEE, Apara Dhirde, Member, IEEE, Saleh Faruque, Member, IEEE Departmet of Electrical Egieerig, Uiversity

More information

A SOFTWARE MODEL FOR THE MULTILAYER PERCEPTRON

A SOFTWARE MODEL FOR THE MULTILAYER PERCEPTRON A SOFTWARE MODEL FOR THE MULTILAYER PERCEPTRON Roberto Lopez ad Eugeio Oñate Iteratioal Ceter for Numerical Methods i Egieerig (CIMNE) Edificio C1, Gra Capitá s/, 08034 Barceloa, Spai ABSTRACT I this work

More information

Chapter 3 Classification of FFT Processor Algorithms

Chapter 3 Classification of FFT Processor Algorithms Chapter Classificatio of FFT Processor Algorithms The computatioal complexity of the Discrete Fourier trasform (DFT) is very high. It requires () 2 complex multiplicatios ad () complex additios [5]. As

More information

Using a Dynamic Interval Type-2 Fuzzy Interpolation Method to Improve Modeless Robots Calibrations

Using a Dynamic Interval Type-2 Fuzzy Interpolation Method to Improve Modeless Robots Calibrations Joural of Cotrol Sciece ad Egieerig 3 (25) 9-7 doi:.7265/2328-223/25.3. D DAVID PUBLISHING Usig a Dyamic Iterval Type-2 Fuzzy Iterpolatio Method to Improve Modeless Robots Calibratios Yig Bai ad Dali Wag

More information

9.1. Sequences and Series. Sequences. What you should learn. Why you should learn it. Definition of Sequence

9.1. Sequences and Series. Sequences. What you should learn. Why you should learn it. Definition of Sequence _9.qxd // : AM Page Chapter 9 Sequeces, Series, ad Probability 9. Sequeces ad Series What you should lear Use sequece otatio to write the terms of sequeces. Use factorial otatio. Use summatio otatio to

More information

How do we evaluate algorithms?

How do we evaluate algorithms? F2 Readig referece: chapter 2 + slides Algorithm complexity Big O ad big Ω To calculate ruig time Aalysis of recursive Algorithms Next time: Litterature: slides mostly The first Algorithm desig methods:

More information

New Fuzzy Color Clustering Algorithm Based on hsl Similarity

New Fuzzy Color Clustering Algorithm Based on hsl Similarity IFSA-EUSFLAT 009 New Fuzzy Color Clusterig Algorithm Based o hsl Similarity Vasile Ptracu Departmet of Iformatics Techology Tarom Compay Bucharest Romaia Email: patrascu.v@gmail.com Abstract I this paper

More information

Task scenarios Outline. Scenarios in Knowledge Extraction. Proposed Framework for Scenario to Design Diagram Transformation

Task scenarios Outline. Scenarios in Knowledge Extraction. Proposed Framework for Scenario to Design Diagram Transformation 6-0-0 Kowledge Trasformatio from Task Scearios to View-based Desig Diagrams Nima Dezhkam Kamra Sartipi {dezhka, sartipi}@mcmaster.ca Departmet of Computig ad Software McMaster Uiversity CANADA SEKE 08

More information

Cubic Polynomial Curves with a Shape Parameter

Cubic Polynomial Curves with a Shape Parameter roceedigs of the th WSEAS Iteratioal Coferece o Robotics Cotrol ad Maufacturig Techology Hagzhou Chia April -8 00 (pp5-70) Cubic olyomial Curves with a Shape arameter MO GUOLIANG ZHAO YANAN Iformatio ad

More information

Solving Fuzzy Assignment Problem Using Fourier Elimination Method

Solving Fuzzy Assignment Problem Using Fourier Elimination Method Global Joural of Pure ad Applied Mathematics. ISSN 0973-768 Volume 3, Number 2 (207), pp. 453-462 Research Idia Publicatios http://www.ripublicatio.com Solvig Fuzzy Assigmet Problem Usig Fourier Elimiatio

More information

Euclidean Distance Based Feature Selection for Fault Detection Prediction Model in Semiconductor Manufacturing Process

Euclidean Distance Based Feature Selection for Fault Detection Prediction Model in Semiconductor Manufacturing Process Vol.133 (Iformatio Techology ad Computer Sciece 016), pp.85-89 http://dx.doi.org/10.1457/astl.016. Euclidea Distace Based Feature Selectio for Fault Detectio Predictio Model i Semicoductor Maufacturig

More information

A Study on the Performance of Cholesky-Factorization using MPI

A Study on the Performance of Cholesky-Factorization using MPI A Study o the Performace of Cholesky-Factorizatio usig MPI Ha S. Kim Scott B. Bade Departmet of Computer Sciece ad Egieerig Uiversity of Califoria Sa Diego {hskim, bade}@cs.ucsd.edu Abstract Cholesky-factorizatio

More information

Outline. Research Definition. Motivation. Foundation of Reverse Engineering. Dynamic Analysis and Design Pattern Detection in Java Programs

Outline. Research Definition. Motivation. Foundation of Reverse Engineering. Dynamic Analysis and Design Pattern Detection in Java Programs Dyamic Aalysis ad Desig Patter Detectio i Java Programs Outlie Lei Hu Kamra Sartipi {hul4, sartipi}@mcmasterca Departmet of Computig ad Software McMaster Uiversity Caada Motivatio Research Problem Defiitio

More information

An Improved Shuffled Frog-Leaping Algorithm for Knapsack Problem

An Improved Shuffled Frog-Leaping Algorithm for Knapsack Problem A Improved Shuffled Frog-Leapig Algorithm for Kapsack Problem Zhoufag Li, Ya Zhou, ad Peg Cheg School of Iformatio Sciece ad Egieerig Hea Uiversity of Techology ZhegZhou, Chia lzhf1978@126.com Abstract.

More information

Exact Minimum Lower Bound Algorithm for Traveling Salesman Problem

Exact Minimum Lower Bound Algorithm for Traveling Salesman Problem Exact Miimum Lower Boud Algorithm for Travelig Salesma Problem Mohamed Eleiche GeoTiba Systems mohamed.eleiche@gmail.com Abstract The miimum-travel-cost algorithm is a dyamic programmig algorithm to compute

More information

CIS 121 Data Structures and Algorithms with Java Spring Stacks, Queues, and Heaps Monday, February 18 / Tuesday, February 19

CIS 121 Data Structures and Algorithms with Java Spring Stacks, Queues, and Heaps Monday, February 18 / Tuesday, February 19 CIS Data Structures ad Algorithms with Java Sprig 09 Stacks, Queues, ad Heaps Moday, February 8 / Tuesday, February 9 Stacks ad Queues Recall the stack ad queue ADTs (abstract data types from lecture.

More information

HADOOP: A NEW APPROACH FOR DOCUMENT CLUSTERING

HADOOP: A NEW APPROACH FOR DOCUMENT CLUSTERING Y.K. Patil* Iteratioal Joural of Advaced Research i ISSN: 2278-6244 IT ad Egieerig Impact Factor: 4.54 HADOOP: A NEW APPROACH FOR DOCUMENT CLUSTERING Prof. V.S. Nadedkar** Abstract: Documet clusterig is

More information

ISSN (Print) Research Article. *Corresponding author Nengfa Hu

ISSN (Print) Research Article. *Corresponding author Nengfa Hu Scholars Joural of Egieerig ad Techology (SJET) Sch. J. Eg. Tech., 2016; 4(5):249-253 Scholars Academic ad Scietific Publisher (A Iteratioal Publisher for Academic ad Scietific Resources) www.saspublisher.com

More information

Journal of Chemical and Pharmaceutical Research, 2013, 5(12): Research Article

Journal of Chemical and Pharmaceutical Research, 2013, 5(12): Research Article Available olie www.jocpr.com Joural of Chemical ad Pharmaceutical Research, 2013, 5(12):745-749 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 K-meas algorithm i the optimal iitial cetroids based

More information

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe Copyright 2016 Ramez Elmasri ad Shamkat B. Navathe CHAPTER 19 Query Optimizatio Copyright 2016 Ramez Elmasri ad Shamkat B. Navathe Itroductio Query optimizatio Coducted by a query optimizer i a DBMS Goal:

More information

Theory of Fuzzy Soft Matrix and its Multi Criteria in Decision Making Based on Three Basic t-norm Operators

Theory of Fuzzy Soft Matrix and its Multi Criteria in Decision Making Based on Three Basic t-norm Operators Theory of Fuzzy Soft Matrix ad its Multi Criteria i Decisio Makig Based o Three Basic t-norm Operators Md. Jalilul Islam Modal 1, Dr. Tapa Kumar Roy 2 Research Scholar, Dept. of Mathematics, BESUS, Howrah-711103,

More information

Pattern Recognition Systems Lab 1 Least Mean Squares

Pattern Recognition Systems Lab 1 Least Mean Squares Patter Recogitio Systems Lab 1 Least Mea Squares 1. Objectives This laboratory work itroduces the OpeCV-based framework used throughout the course. I this assigmet a lie is fitted to a set of poits usig

More information

Lecture Notes 6 Introduction to algorithm analysis CSS 501 Data Structures and Object-Oriented Programming

Lecture Notes 6 Introduction to algorithm analysis CSS 501 Data Structures and Object-Oriented Programming Lecture Notes 6 Itroductio to algorithm aalysis CSS 501 Data Structures ad Object-Orieted Programmig Readig for this lecture: Carrao, Chapter 10 To be covered i this lecture: Itroductio to algorithm aalysis

More information

Analysis of Documents Clustering Using Sampled Agglomerative Technique

Analysis of Documents Clustering Using Sampled Agglomerative Technique Aalysis of Documets Clusterig Usig Sampled Agglomerative Techique Omar H. Karam, Ahmed M. Hamad, ad Sheri M. Moussa Abstract I this paper a clusterig algorithm for documets is proposed that adapts a samplig-based

More information

Lecture 28: Data Link Layer

Lecture 28: Data Link Layer Automatic Repeat Request (ARQ) 2. Go ack N ARQ Although the Stop ad Wait ARQ is very simple, you ca easily show that it has very the low efficiecy. The low efficiecy comes from the fact that the trasmittig

More information

arxiv: v2 [cs.ds] 24 Mar 2018

arxiv: v2 [cs.ds] 24 Mar 2018 Similar Elemets ad Metric Labelig o Complete Graphs arxiv:1803.08037v [cs.ds] 4 Mar 018 Pedro F. Felzeszwalb Brow Uiversity Providece, RI, USA pff@brow.edu March 8, 018 We cosider a problem that ivolves

More information

Bayesian approach to reliability modelling for a probability of failure on demand parameter

Bayesian approach to reliability modelling for a probability of failure on demand parameter Bayesia approach to reliability modellig for a probability of failure o demad parameter BÖRCSÖK J., SCHAEFER S. Departmet of Computer Architecture ad System Programmig Uiversity Kassel, Wilhelmshöher Allee

More information

Fuzzy Minimal Solution of Dual Fully Fuzzy Matrix Equations

Fuzzy Minimal Solution of Dual Fully Fuzzy Matrix Equations Iteratioal Coferece o Applied Mathematics, Simulatio ad Modellig (AMSM 2016) Fuzzy Miimal Solutio of Dual Fully Fuzzy Matrix Equatios Dequa Shag1 ad Xiaobi Guo2,* 1 Sciece Courses eachig Departmet, Gasu

More information

Heaps. Presentation for use with the textbook Algorithm Design and Applications, by M. T. Goodrich and R. Tamassia, Wiley, 2015

Heaps. Presentation for use with the textbook Algorithm Design and Applications, by M. T. Goodrich and R. Tamassia, Wiley, 2015 Presetatio for use with the textbook Algorithm Desig ad Applicatios, by M. T. Goodrich ad R. Tamassia, Wiley, 201 Heaps 201 Goodrich ad Tamassia xkcd. http://xkcd.com/83/. Tree. Used with permissio uder

More information

Bayesian Network Structure Learning from Attribute Uncertain Data

Bayesian Network Structure Learning from Attribute Uncertain Data Bayesia Network Structure Learig from Attribute Ucertai Data Wetig Sog 1,2, Jeffrey Xu Yu 3, Hog Cheg 3, Hogya Liu 4, Ju He 1,2,*, ad Xiaoyog Du 1,2 1 Key Labs of Data Egieerig ad Kowledge Egieerig, Miistry

More information

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe Copyright 2016 Ramez Elmasri ad Shamkat B. Navathe CHAPTER 26 Ehaced Data Models: Itroductio to Active, Temporal, Spatial, Multimedia, ad Deductive Databases Copyright 2016 Ramez Elmasri ad Shamkat B.

More information

Optimization of Multiple Input Single Output Fuzzy Membership Functions Using Clonal Selection Algorithm

Optimization of Multiple Input Single Output Fuzzy Membership Functions Using Clonal Selection Algorithm Optimizatio of Multiple Iput Sigle Output Fuzzy Membership Fuctios Usig Cloal Selectio Algorithm AYŞE MERVE ACILAR, AHMET ARSLAN Computer Egieerig Departmet Selcuk Uiversity Selcuk Uiversity, Eg.-Arch.

More information

Basic allocator mechanisms The course that gives CMU its Zip! Memory Management II: Dynamic Storage Allocation Mar 6, 2000.

Basic allocator mechanisms The course that gives CMU its Zip! Memory Management II: Dynamic Storage Allocation Mar 6, 2000. 5-23 The course that gives CM its Zip Memory Maagemet II: Dyamic Storage Allocatio Mar 6, 2000 Topics Segregated lists Buddy system Garbage collectio Mark ad Sweep Copyig eferece coutig Basic allocator

More information

Sectio 4, a prototype project of settig field weight with AHP method is developed ad the experimetal results are aalyzed. Fially, we coclude our work

Sectio 4, a prototype project of settig field weight with AHP method is developed ad the experimetal results are aalyzed. Fially, we coclude our work 200 2d Iteratioal Coferece o Iformatio ad Multimedia Techology (ICIMT 200) IPCSIT vol. 42 (202) (202) IACSIT Press, Sigapore DOI: 0.7763/IPCSIT.202.V42.0 Idex Weight Decisio Based o AHP for Iformatio Retrieval

More information

A Comparative Study of Positive and Negative Factorials

A Comparative Study of Positive and Negative Factorials A Comparative Study of Positive ad Negative Factorials A. M. Ibrahim, A. E. Ezugwu, M. Isa Departmet of Mathematics, Ahmadu Bello Uiversity, Zaria Abstract. This paper preset a comparative study of the

More information

Stone Images Retrieval Based on Color Histogram

Stone Images Retrieval Based on Color Histogram Stoe Images Retrieval Based o Color Histogram Qiag Zhao, Jie Yag, Jigyi Yag, Hogxig Liu School of Iformatio Egieerig, Wuha Uiversity of Techology Wuha, Chia Abstract Stoe images color features are chose

More information

Performance Plus Software Parameter Definitions

Performance Plus Software Parameter Definitions Performace Plus+ Software Parameter Defiitios/ Performace Plus Software Parameter Defiitios Chapma Techical Note-TG-5 paramete.doc ev-0-03 Performace Plus+ Software Parameter Defiitios/2 Backgroud ad Defiitios

More information

. Written in factored form it is easy to see that the roots are 2, 2, i,

. Written in factored form it is easy to see that the roots are 2, 2, i, CMPS A Itroductio to Programmig Programmig Assigmet 4 I this assigmet you will write a java program that determies the real roots of a polyomial that lie withi a specified rage. Recall that the roots (or

More information

Fuzzy Linear Regression Analysis

Fuzzy Linear Regression Analysis 12th IFAC Coferece o Programmable Devices ad Embedded Systems The Iteratioal Federatio of Automatic Cotrol September 25-27, 2013. Fuzzy Liear Regressio Aalysis Jaa Nowaková Miroslav Pokorý VŠB-Techical

More information

1 Enterprise Modeler

1 Enterprise Modeler 1 Eterprise Modeler Itroductio I BaaERP, a Busiess Cotrol Model ad a Eterprise Structure Model for multi-site cofiguratios are itroduced. Eterprise Structure Model Busiess Cotrol Models Busiess Fuctio

More information

Evaluation of Support Vector Machine Kernels for Detecting Network Anomalies

Evaluation of Support Vector Machine Kernels for Detecting Network Anomalies Evaluatio of Support Vector Machie Kerels for Detectig Network Aomalies Prera Batta, Maider Sigh, Zhida Li, Qigye Dig, ad Ljiljaa Trajković Commuicatio Networks Laboratory http://www.esc.sfu.ca/~ljilja/cl/

More information

Data-Driven Nonlinear Hebbian Learning Method for Fuzzy Cognitive Maps

Data-Driven Nonlinear Hebbian Learning Method for Fuzzy Cognitive Maps Data-Drive Noliear Hebbia Learig Method for Fuzzy Cogitive Maps Wociech Stach, Lukasz Kurga, ad Witold Pedrycz Abstract Fuzzy Cogitive Maps (FCMs) are a coveiet tool for modelig of dyamic systems by meas

More information

New Results on Energy of Graphs of Small Order

New Results on Energy of Graphs of Small Order Global Joural of Pure ad Applied Mathematics. ISSN 0973-1768 Volume 13, Number 7 (2017), pp. 2837-2848 Research Idia Publicatios http://www.ripublicatio.com New Results o Eergy of Graphs of Small Order

More information

Rapid Frequent Pattern Growth and Possibilistic Fuzzy C-means Algorithms for Improving the User Profiling Personalized Web Page Recommendation System

Rapid Frequent Pattern Growth and Possibilistic Fuzzy C-means Algorithms for Improving the User Profiling Personalized Web Page Recommendation System Received: November 21, 2017 237 Rapid Frequet Patter Growth ad Possibilistic Fuzzy C-meas Algorithms for Improvig the User Profilig Persoalized Web Page Recommedatio System Sipra Sahoo 1 * Bikram Kesari

More information

Normal Distributions

Normal Distributions Normal Distributios Stacey Hacock Look at these three differet data sets Each histogram is overlaid with a curve : A B C A) Weights (g) of ewly bor lab rat pups B) Mea aual temperatures ( F ) i A Arbor,

More information

Improving Information Retrieval System Security via an Optimal Maximal Coding Scheme

Improving Information Retrieval System Security via an Optimal Maximal Coding Scheme Improvig Iformatio Retrieval System Security via a Optimal Maximal Codig Scheme Dogyag Log Departmet of Computer Sciece, City Uiversity of Hog Kog, 8 Tat Chee Aveue Kowloo, Hog Kog SAR, PRC dylog@cs.cityu.edu.hk

More information

Analysis Metrics. Intro to Algorithm Analysis. Slides. 12. Alg Analysis. 12. Alg Analysis

Analysis Metrics. Intro to Algorithm Analysis. Slides. 12. Alg Analysis. 12. Alg Analysis Itro to Algorithm Aalysis Aalysis Metrics Slides. Table of Cotets. Aalysis Metrics 3. Exact Aalysis Rules 4. Simple Summatio 5. Summatio Formulas 6. Order of Magitude 7. Big-O otatio 8. Big-O Theorems

More information

Criterion in selecting the clustering algorithm in Radial Basis Functional Link Nets

Criterion in selecting the clustering algorithm in Radial Basis Functional Link Nets WSEAS TRANSACTIONS o SYSTEMS Ag Sau Loog, Og Hog Choo, Low Heg Chi Criterio i selectig the clusterig algorithm i Radial Basis Fuctioal Lik Nets ANG SAU LOONG 1, ONG HONG CHOON 2 & LOW HENG CHIN 3 Departmet

More information

CSC 220: Computer Organization Unit 11 Basic Computer Organization and Design

CSC 220: Computer Organization Unit 11 Basic Computer Organization and Design College of Computer ad Iformatio Scieces Departmet of Computer Sciece CSC 220: Computer Orgaizatio Uit 11 Basic Computer Orgaizatio ad Desig 1 For the rest of the semester, we ll focus o computer architecture:

More information

Load balanced Parallel Prime Number Generator with Sieve of Eratosthenes on Cluster Computers *

Load balanced Parallel Prime Number Generator with Sieve of Eratosthenes on Cluster Computers * Load balaced Parallel Prime umber Geerator with Sieve of Eratosthees o luster omputers * Soowook Hwag*, Kyusik hug**, ad Dogseug Kim* *Departmet of Electrical Egieerig Korea Uiversity Seoul, -, Rep. of

More information

Text Feature Selection based on Feature Dispersion Degree and Feature Concentration Degree

Text Feature Selection based on Feature Dispersion Degree and Feature Concentration Degree Available olie at www.ijpe-olie.com vol. 13, o. 7, November 017, pp. 1159-1164 DOI: 10.3940/ijpe.17.07.p19.11591164 Text Feature Selectio based o Feature Dispersio Degree ad Feature Cocetratio Degree Zhifeg

More information

WEBSITE STRUCTURE IMPROVEMENT USING ANT COLONY TECHNIQUE

WEBSITE STRUCTURE IMPROVEMENT USING ANT COLONY TECHNIQUE WEBSITE STRUCTURE IMPROVEMENT USING ANT COLONY TECHNIQUE Wiwik Aggraei 1, Agyl Ardi Rahmadi 1, Radityo Prasetyo Wibowo 1 1 Iformatio System Departmet, Faculty of Iformatio Techology, Istitut Tekologi Sepuluh

More information

Harris Corner Detection Algorithm at Sub-pixel Level and Its Application Yuanfeng Han a, Peijiang Chen b * and Tian Meng c

Harris Corner Detection Algorithm at Sub-pixel Level and Its Application Yuanfeng Han a, Peijiang Chen b * and Tian Meng c Iteratioal Coferece o Computatioal Sciece ad Egieerig (ICCSE 015) Harris Corer Detectio Algorithm at Sub-pixel Level ad Its Applicatio Yuafeg Ha a, Peijiag Che b * ad Tia Meg c School of Automobile, Liyi

More information

Lecture 1: Introduction and Strassen s Algorithm

Lecture 1: Introduction and Strassen s Algorithm 5-750: Graduate Algorithms Jauary 7, 08 Lecture : Itroductio ad Strasse s Algorithm Lecturer: Gary Miller Scribe: Robert Parker Itroductio Machie models I this class, we will primarily use the Radom Access

More information

Image Segmentation EEE 508

Image Segmentation EEE 508 Image Segmetatio Objective: to determie (etract) object boudaries. It is a process of partitioig a image ito distict regios by groupig together eighborig piels based o some predefied similarity criterio.

More information

Recursive Procedures. How can you model the relationship between consecutive terms of a sequence?

Recursive Procedures. How can you model the relationship between consecutive terms of a sequence? 6. Recursive Procedures I Sectio 6.1, you used fuctio otatio to write a explicit formula to determie the value of ay term i a Sometimes it is easier to calculate oe term i a sequece usig the previous terms.

More information

Which movie we can suggest to Anne?

Which movie we can suggest to Anne? ECOLE CENTRALE SUPELEC MASTER DSBI DECISION MODELING TUTORIAL COLLABORATIVE FILTERING AS A MODEL OF GROUP DECISION-MAKING You kow that the low-tech way to get recommedatios for products, movies, or etertaiig

More information

Opinion Feature Extraction Using Class Sequential Rules

Opinion Feature Extraction Using Class Sequential Rules Opiio Feature Extractio Usig Class Sequetial Rules Miqig Hu ad Big Liu Departmet of Computer Sciece Uiversity of Illiois at Chicago 851 South Morga Street Chicago, IL 60607-7053 {mhu1, liub}@cs.uic.edu

More information

Dynamic Programming and Curve Fitting Based Road Boundary Detection

Dynamic Programming and Curve Fitting Based Road Boundary Detection Dyamic Programmig ad Curve Fittig Based Road Boudary Detectio SHYAM PRASAD ADHIKARI, HYONGSUK KIM, Divisio of Electroics ad Iformatio Egieerig Chobuk Natioal Uiversity 664-4 Ga Deokji-Dog Jeoju-City Jeobuk

More information

Reconciling Continuous Attribute Values from Multiple Data Sources

Reconciling Continuous Attribute Values from Multiple Data Sources Associatio for Iformatio Systems AIS Electroic Library (AISeL PACIS 2008 Proceedigs Pacific Asia Coferece o Iformatio Systems (PACIS July 2008 Recocilig Cotiuous Attribute Values from Multiple Data Sources

More information

The Counterchanged Crossed Cube Interconnection Network and Its Topology Properties

The Counterchanged Crossed Cube Interconnection Network and Its Topology Properties WSEAS TRANSACTIONS o COMMUNICATIONS Wag Xiyag The Couterchaged Crossed Cube Itercoectio Network ad Its Topology Properties WANG XINYANG School of Computer Sciece ad Egieerig South Chia Uiversity of Techology

More information

performance to the performance they can experience when they use the services from a xed location.

performance to the performance they can experience when they use the services from a xed location. I the Proceedigs of The First Aual Iteratioal Coferece o Mobile Computig ad Networkig (MobiCom 9) November -, 99, Berkeley, Califoria USA Performace Compariso of Mobile Support Strategies Rieko Kadobayashi

More information

GPUMP: a Multiple-Precision Integer Library for GPUs

GPUMP: a Multiple-Precision Integer Library for GPUs GPUMP: a Multiple-Precisio Iteger Library for GPUs Kaiyog Zhao ad Xiaowe Chu Departmet of Computer Sciece, Hog Kog Baptist Uiversity Hog Kog, P. R. Chia Email: {kyzhao, chxw}@comp.hkbu.edu.hk Abstract

More information

Lecture 2: Spectra of Graphs

Lecture 2: Spectra of Graphs Spectral Graph Theory ad Applicatios WS 20/202 Lecture 2: Spectra of Graphs Lecturer: Thomas Sauerwald & He Su Our goal is to use the properties of the adjacecy/laplacia matrix of graphs to first uderstad

More information

Research Article Intuitionistic Fuzzy Time Series Forecasting Model Based on Intuitionistic Fuzzy Reasoning

Research Article Intuitionistic Fuzzy Time Series Forecasting Model Based on Intuitionistic Fuzzy Reasoning Mathematical Problems i Egieerig Volume 2016, Article ID 5035160, 12 pages http://dx.doi.org/10.1155/2016/5035160 Research Article Ituitioistic Fuzzy Time Series Forecastig Model Based o Ituitioistic Fuzzy

More information

Properties and Embeddings of Interconnection Networks Based on the Hexcube

Properties and Embeddings of Interconnection Networks Based on the Hexcube JOURNAL OF INFORMATION PROPERTIES SCIENCE AND AND ENGINEERING EMBEDDINGS OF 16, THE 81-95 HEXCUBE (2000) 81 Short Paper Properties ad Embeddigs of Itercoectio Networks Based o the Hexcube JUNG-SING JWO,

More information

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe Copyright 2016 Ramez Elmasri ad Shamkat B. Navathe CHAPTER 18 Strategies for Query Processig Copyright 2016 Ramez Elmasri ad Shamkat B. Navathe Itroductio DBMS techiques to process a query Scaer idetifies

More information

An Efficient Algorithm for Graph Bisection of Triangularizations

An Efficient Algorithm for Graph Bisection of Triangularizations A Efficiet Algorithm for Graph Bisectio of Triagularizatios Gerold Jäger Departmet of Computer Sciece Washigto Uiversity Campus Box 1045 Oe Brookigs Drive St. Louis, Missouri 63130-4899, USA jaegerg@cse.wustl.edu

More information

Data Analysis. Concepts and Techniques. Chapter 2. Chapter 2: Getting to Know Your Data. Data Objects and Attribute Types

Data Analysis. Concepts and Techniques. Chapter 2. Chapter 2: Getting to Know Your Data. Data Objects and Attribute Types Data Aalysis Cocepts ad Techiques Chapter 2 1 Chapter 2: Gettig to Kow Your Data Data Objects ad Attribute Types Basic Statistical Descriptios of Data Data Visualizatio Measurig Data Similarity ad Dissimilarity

More information

Study on effective detection method for specific data of large database LI Jin-feng

Study on effective detection method for specific data of large database LI Jin-feng Iteratioal Coferece o Automatio, Mechaical Cotrol ad Computatioal Egieerig (AMCCE 205) Study o effective detectio method for specific data of large database LI Ji-feg (Vocatioal College of DogYig, Shadog

More information

Optimal Mapped Mesh on the Circle

Optimal Mapped Mesh on the Circle Koferece ANSYS 009 Optimal Mapped Mesh o the Circle doc. Ig. Jaroslav Štigler, Ph.D. Bro Uiversity of Techology, aculty of Mechaical gieerig, ergy Istitut, Abstract: This paper brigs out some ideas ad

More information

Available online at ScienceDirect. Procedia CIRP 53 (2016 ) 21 28

Available online at   ScienceDirect. Procedia CIRP 53 (2016 ) 21 28 vailable olie at www.sciecedirect.com ScieceDirect Procedia CIRP 53 (206 ) 2 28 The 0th Iteratioal Coferece o xiomatic Desig, ICD 206 systematic approach to couplig disposal of product family desig (part

More information

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe

Copyright 2016 Ramez Elmasri and Shamkant B. Navathe Copyright 2016 Ramez Elmasri ad Shamkat B. Navathe CHAPTER 22 Database Recovery Techiques Copyright 2016 Ramez Elmasri ad Shamkat B. Navathe Itroductio Recovery algorithms Recovery cocepts Write-ahead

More information

IMP: Superposer Integrated Morphometrics Package Superposition Tool

IMP: Superposer Integrated Morphometrics Package Superposition Tool IMP: Superposer Itegrated Morphometrics Package Superpositio Tool Programmig by: David Lieber ( 03) Caisius College 200 Mai St. Buffalo, NY 4208 Cocept by: H. David Sheets, Dept. of Physics, Caisius College

More information

Neuro Fuzzy Model for Human Face Expression Recognition

Neuro Fuzzy Model for Human Face Expression Recognition IOSR Joural of Computer Egieerig (IOSRJCE) ISSN : 2278-0661 Volume 1, Issue 2 (May-Jue 2012), PP 01-06 Neuro Fuzzy Model for Huma Face Expressio Recogitio Mr. Mayur S. Burage 1, Prof. S. V. Dhopte 2 1

More information

Term Project Report. This component works to detect gesture from the patient as a sign of emergency message and send it to the emergency manager.

Term Project Report. This component works to detect gesture from the patient as a sign of emergency message and send it to the emergency manager. CS2310 Fial Project Loghao Li Term Project Report Itroductio I this project, I worked o expadig exercise 4. What I focused o is makig the real gesture recogizig sesor ad desig proper gestures ad recogizig

More information

Lecture 1: Introduction

Lecture 1: Introduction Lecture 1: Itroductio g Class orgaizatio Istructor cotact Course objectives ad outcomes Lectures outlie Laboratory outlie Gradig system Tetative schedule g Lab schedule g Itelliget sesor systems (ISS)

More information

Evaluation of Fuzzy Quantities by Distance Method and its Application in Environmental Maps

Evaluation of Fuzzy Quantities by Distance Method and its Application in Environmental Maps Joural of pplied Sciece ad griculture, 8(3): 94-99, 23 ISSN 86-92 Evaluatio of Fuzzy Quatities by Distace Method ad its pplicatio i Evirometal Maps Saeifard ad L Talebi Departmet of pplied Mathematics,

More information

On Computing the Fuzzy Weighted Average Using the KM Algorithms

On Computing the Fuzzy Weighted Average Using the KM Algorithms O Computig the Fuzzy Weighted Average Usig the KM Algorithms Feilog iu ad Jerry M Medel Sigal ad Image Processig Istitute, Departmet of Electrical Egieerig Uiversity of Souther Califoria, 3740 McClitock

More information

Administrative UNSUPERVISED LEARNING. Unsupervised learning. Supervised learning 11/25/13. Final project. No office hours today

Administrative UNSUPERVISED LEARNING. Unsupervised learning. Supervised learning 11/25/13. Final project. No office hours today Admiistrative Fial project No office hours today UNSUPERVISED LEARNING David Kauchak CS 451 Fall 2013 Supervised learig Usupervised learig label label 1 label 3 model/ predictor label 4 label 5 Supervised

More information

A New Morphological 3D Shape Decomposition: Grayscale Interframe Interpolation Method

A New Morphological 3D Shape Decomposition: Grayscale Interframe Interpolation Method A ew Morphological 3D Shape Decompositio: Grayscale Iterframe Iterpolatio Method D.. Vizireau Politehica Uiversity Bucharest, Romaia ae@comm.pub.ro R. M. Udrea Politehica Uiversity Bucharest, Romaia mihea@comm.pub.ro

More information

Algorithms for Disk Covering Problems with the Most Points

Algorithms for Disk Covering Problems with the Most Points Algorithms for Disk Coverig Problems with the Most Poits Bi Xiao Departmet of Computig Hog Kog Polytechic Uiversity Hug Hom, Kowloo, Hog Kog csbxiao@comp.polyu.edu.hk Qigfeg Zhuge, Yi He, Zili Shao, Edwi

More information

Multi-Agent Decision Tree Learning from Distributed Autonomous Data. Sources. D. Caragea, A. Silvescu, and V. Honavar

Multi-Agent Decision Tree Learning from Distributed Autonomous Data. Sources. D. Caragea, A. Silvescu, and V. Honavar Multi-Aget Decisio Tree Learig from Distributed Autoomous Data Sources D. Caragea, A. Silvescu, ad V. Hoavar Iowa State Uiversity Computer Sciece Departmet Artificial Itelligece Research Group Ames, IA

More information

Panel for Adobe Premiere Pro CC Partner Solution

Panel for Adobe Premiere Pro CC Partner Solution Pael for Adobe Premiere Pro CC Itegratio for more efficiecy The makes video editig simple, fast ad coveiet. The itegrated pael gives users immediate access to all medialoopster features iside Adobe Premiere

More information

BAYESIAN WITH FULL CONDITIONAL POSTERIOR DISTRIBUTION APPROACH FOR SOLUTION OF COMPLEX MODELS. Pudji Ismartini

BAYESIAN WITH FULL CONDITIONAL POSTERIOR DISTRIBUTION APPROACH FOR SOLUTION OF COMPLEX MODELS. Pudji Ismartini Proceedig of Iteratioal Coferece O Research, Implemetatio Ad Educatio Of Mathematics Ad Scieces 014, Yogyakarta State Uiversity, 18-0 May 014 BAYESIAN WIH FULL CONDIIONAL POSERIOR DISRIBUION APPROACH FOR

More information

Fast Fourier Transform (FFT) Algorithms

Fast Fourier Transform (FFT) Algorithms Fast Fourier Trasform FFT Algorithms Relatio to the z-trasform elsewhere, ozero, z x z X x [ ] 2 ~ elsewhere,, ~ e j x X x x π j e z z X X π 2 ~ The DFS X represets evely spaced samples of the z- trasform

More information

A Polynomial Interval Shortest-Route Algorithm for Acyclic Network

A Polynomial Interval Shortest-Route Algorithm for Acyclic Network A Polyomial Iterval Shortest-Route Algorithm for Acyclic Network Hossai M Akter Key words: Iterval; iterval shortest-route problem; iterval algorithm; ucertaity Abstract A method ad algorithm is preseted

More information

A ROUGH SET APPROACH FOR CUSTOMER SEGMENTATION

A ROUGH SET APPROACH FOR CUSTOMER SEGMENTATION A ROUGH SET APPROACH FOR CUSTOMER SEGMENTATION Prabha Dhadayudam * ad Ilago Krishamurthi Departmet of CSE, Sri Krisha College of Egieerig ad Techology, Coimbatore, Idia *Email: prabhadhadayudam@gmail.com

More information

Modern Systems Analysis and Design Seventh Edition

Modern Systems Analysis and Design Seventh Edition Moder Systems Aalysis ad Desig Seveth Editio Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Desigig Databases Learig Objectives ü Cocisely defie each of the followig key database desig terms: relatio,

More information

Chapter 4. Procedural Abstraction and Functions That Return a Value. Copyright 2015 Pearson Education, Ltd.. All rights reserved.

Chapter 4. Procedural Abstraction and Functions That Return a Value. Copyright 2015 Pearson Education, Ltd.. All rights reserved. Chapter 4 Procedural Abstractio ad Fuctios That Retur a Value Copyright 2015 Pearso Educatio, Ltd.. All rights reserved. Overview 4.1 Top-Dow Desig 4.2 Predefied Fuctios 4.3 Programmer-Defied Fuctios 4.4

More information

c-dominating Sets for Families of Graphs

c-dominating Sets for Families of Graphs c-domiatig Sets for Families of Graphs Kelsie Syder Mathematics Uiversity of Mary Washigto April 6, 011 1 Abstract The topic of domiatio i graphs has a rich history, begiig with chess ethusiasts i the

More information

The identification of key quality characteristics based on FAHP

The identification of key quality characteristics based on FAHP Iteratioal Joural of Research i Egieerig ad Sciece (IJRES ISSN (Olie: 2320-9364, ISSN (Prit: 2320-9356 Volume 3 Issue 6 ǁ Jue 2015 ǁ PP.01-07 The idetificatio of ey quality characteristics based o FAHP

More information