Fequent Pattern Recognization From Stream Data Using Compact Data Structure

Size: px
Start display at page:

Download "Fequent Pattern Recognization From Stream Data Using Compact Data Structure"

Transcription

1 Fqunt Pattrn Rcognization From Stram Data Using Compact Data Structur Fabin M Christian 1, Narndra C.Chauhan 2, Nilsh B. Prajapati 3 1 PG Scholar, CE Dpartmnt, BVM Engg. Collg, V.V.Nagar, fabin.christian@gmail.com 2 Assoc. Prof., IT Dpartmnt, A.D. Patl Engg. Collg, V.V.Nagar, narndracchauhan@gmail.com 3 Assoc. Prof., IT Dpartmnt, BVM Engg. Collg,V.V.Nagar, nilsh.prajapati@bvmnginring.co.in Abstract Mining frqunt pattrn from stram data is a challnging task. Finding frqunt pattrn from data strams hav bn found to b usful in many application such as stock markt prdiction, snsor data analysis, ntwork traffic analysis, -businss and tlcommunication data analysis. Frqunt Pattrn Stram tr [1] is usd for maintaining frqunt pattrn ovr a priod of tim using modifid FP tr algorithm. This approach maintains tiltd tim window at ach nod which consums largr spac. Compact Pattrn Stram Tr [2] assums that only currnt pattrns ar of importanc and uss sliding window protocol for maintaining it. This approach dos not giv importanc to past frqunt pattrns. Th aim of this rsarch papr is to combin th faturs of frqunt pattrn stram tr and Compact pattrn stram tr to find th frqunt pattrn ovr a priod of tim. Th rsarch assums th pattrns that ar infrqunt for a priod can bcom frqunt in th futur. It is proposd to gnrat a Compact Frqunt Pattrn Stram tr that maintains tiltd tim window at th tail nod and at partition nod that kp track of th pattrn ovr a priod of tim. Th pattrn whos support count is gratr than prdfind thrshold is considrd to b frqunt. Th proposd approach has provd advantag of rduction in spac utilization, compaction in spac utilization and considration of past pattrns that may bcom frqunt. Th systm will gnrat frqunt pattrn with compact data structur and in a tim fficint mannr. Indx Trms Frqunt pattrn stram tr, Compact pattrn stram tr, Dynamic stram tr tiltd tim window, sliding window 1. INTRODUCTION Frqunt pattrn has bn studid widly ovr a priod of tim but xtnding it to data stram is a challnging task. Data itms ar continuously flowing through th intrnt or snsor ntworks in applications lik ntwork monitoring and mssag dissmination [5]. Frqunt pattrn mining and its associatd mthods ar widly usd in association rul mining tasks, squntial pattrn mining, squntial pattrn mining, structurd pattrn mining, associativ classification and so on[1]. Rcntly, th incrasing prominnc of data strams has ld to th study of onlin mining of frqunt Itmsts, which is an important tchniqu that is ssntial to a wid rang of mrging applications, such as wb log and click-stram mining, ntwork traffic analysis, trnd analysis and fraud dtction in tlcommunications data, -businss and stock markt analysis, and snsor ntworks. With th rapid mrgnc of ths nw application domains, it has bcom incrasingly difficult to conduct advancd analysis and data mining ovr fast-arriving and larg data strams in ordr to captur intrsting trnds, pattrns and xcptions [5]. Mining frqunt pattrn from continuous data stram is mor difficult than finding frqunt pattrn from static databas. Th basic proprtis of data stram ar that thy ar continuous as thy arriv at fast rat. Scondly, data can only b rad only onc bcaus of continuity. Thirdly th total amount of data that ar arriving is unboundd. Mining strams rquir fast procssing so that fast data arrival rat can b maintaind and rsults of mining can b achivd in shortr rspons tim. Th mining of continuously arriving data can b don through tim bas sliding window approach. Thr ar thr important windows modls can b usd basd on fatur of th application landmark window modl, dampd window modl or sliding window modl. Landmark window prforms mining from data from a particular point calld landmark to th currnt tim. In th dampd All rights Rsrvd 1

2 modl arriving data is assignd various wights basd on thir arrival, nwly arriving data ar assignd highr wights than oldr data. In sliding window fixd window is maintaind and mining is applid within this window. 2. STREAM MINING MODELS Som papr that dscribs various mthods to find frqunt pattrn idntification from data strams ar dscribd and discussd hr. 2.1 Frqunt pattrn stram tr modl In th papr [1] a mthod for finding frqunt pattrn using FP stram tr is proposd. Compard to mining from a static transaction data st, th straming cas has far mor information to track and far gratr complxity to manag. Infrqunt itms can bcom frqunt latr on and hnc cannot b ignord. Th storag structur nds to b dynamically adjustd to rflct th volution of Itmsts frquncis ovr tim. In this papr, computing and maintaining all th frqunt pattrns (which is usually mor stabl and smallr than th straming data) and dynamically updating thm with th incoming data strams. Thy xtndd th framwork to min tim-snsitiv pattrns with approximat support guarant. Thy incrmntally maintain -tim windows for ach pattrn at multipl tim granularitis. Intrsting quris can b constructd and answrd undr this framwork. Morovr, inspird by th fact that th FP-tr provids an ffctiv data structur for frqunt pattrn mining, w dvlop FP-stram, an ffctiv FP-tr-basd modl for mining frqunt pattrns from data strams. An FP-stram structur consists of (a) an in-mmory frqunt pattrn-tr to captur th frqunt and sub-frqunt Itmsts information, and (b) a tiltd-tim window tabl for ach frqunt pattrn. Efficint algorithms for constructing, maintaining and updating an FP-stram structur ovr data strams ar xplord. 2.2 Compact pattrn stram modl In this papr [2] a mthod for finding pattrn from data stram using Compact pattrn stram tr. An fficint tchniqu to discovr th complt st of rcnt frqunt pattrns from a high-spd data stram ovr a sliding window has bn proposd. A Compact Pattrn Stram tr (CPS-tr) to captur th rcnt stram data contnt and fficintly rmov th obsolt, old stram data has bn dvlopd to provid compaction. This papr also introducs th concpt of dynamic tr rstructuring in our CPS-tr to produc a highly compact frquncy-dscnding tr structur at runtim. This causs th high frquncy pattrn to b maintaind at th highr lvl and low frquncy componnts ar mainly maintaind at th laf nods. Th complt st of rcnt frqunt pattrns is obtaind from th CPStr of th currnt window using an FP-growth mining tchniqu. 2.3 Classification and clustring modl In this papr [3] a mthod for stram classification is proposd. A nw nsmbl modl which combins both classifirs and clustrs togthr for mining data strams is proposd. Th main challngs of this nw nsmbl modl includ (1) clustrs formulatd from data strams only carry clustr IDs, with no gnuin class labl information, and (2) concpt drifting undrlying data strams maks it vn hardr to combin clustrs and classifirs into on nsmbl framwork. To handl challng (1) a labl propagation mthod to infr ach clustr s class labl by making full us of both class labl information from classifirs, and intrnal structur information from clustrs is proposd. To handl challng (2), w prsnt a nw wighting schma to wight all bas modls according to thir consistncis with th up-to-dat bas modl. As a rsult, all classifirs and clustrs can b combind togthr, through a wightd avrag mchanism, for prdiction. Du to its inhrnt mrits in handling drifting concpts and larg data volums, nsmbl larning has traditionally attractd many attntions in stram data mining rsarch. Nvrthlss, as labling training sampls is a labor intnsiv and xpnsiv procss, in a practical stram data mining scnario, it is oftn th cas that w may hav a vry fw labld training sampls (to build classifirs), but a larg numbr of unlabld sampls ar availabl to build clustrs. It would b a wast to only considr classifirs in an nsmbl modl, lik most xisting solutions do. Accordingly, in this papr, a nw nsmbl larning mthod which rlaxs th original nsmbl modls to accommodat both classifirs and clustrs through a wightd avrag mchanism. In ordr to handl concpt drifting problm, w also propos a nw consistncy-basd wighting schma to wight all bas modls, according to thir consistncis with rspct to th up-to-dat All rights Rsrvd 2

3 2.4 Sliding window modl In this papr [4] thy dvlopd a novl approach for mining frqunt Itmsts from data strams basd on a tim-snsitiv sliding window modl. Th approach consists of a storag structur that capturs all possibl frqunt Itmsts and a tabl providing approximat counts of th xpird data itms, whos siz can b adjustd by th availabl storag spac.. In addition, th approach guarants no fals alarm or no fals dismissal to th rsults yildd. Slf adjusting discounting tabl (SDT) for th limitd mmory is proposd. Th SDT prforms wll whn th availabl mmory is limitd. 2.5 Postrior probability basd classification modl In this papr [5] a mthod is proposd mthod for classification of stram data In this papr a nw approach to min data strams by stimating rliabl postrior probabilitis using an nsmbl of modls to match th distribution ovr undr-sampls of ngativs and rpatd sampls of positivs has bn proposd. Thy formally show som intrsting and important proprtis of th proposd framwork,.g., rliability of stimatd probabilitis on skwd positiv class, accuracy of stimatd probabilitis, fficincy and scalability. 2.6 Frqunt pattrn idntification modl basd on dynamic load balancing In this papr [6] a mthod is proposd for frqunt pattrn discovry from data strams In this papr, th practical problm of frqunt-itmsts discovry in data-stram nvironmnts which may suffr from data ovrload. Th main issus includ frqunt-pattrn mining and data-ovrload handling. Thrfor, a mining algorithm togthr with two ddicatd ovrload-handling mchanisms is proposd. Th algorithm xtracts basic information from straming data and kps th information in its data structur. Th mining task is accomplishd whn rqustd by calculating th approximat counts of Itmsts and thn rturning th frqunt ons. Whn thr xists data ovrload, on of th two mchanisms is xcutd to sttl th ovrload by ithr improving systm throughput or shdding data load. 2.7 Dynamic stram tr modl DSTr [8], which is a prfix-tr that is built basd on a canonical itm ordr, has rcntly bn proposd for mining an xact st of rcnt frqunt pattrns ovr a data stram using a sliding window tchniqu. In DSTr, th sliding window consists of svral batchs of transactions, and th transaction information for ach batch is xplicitly maintaind at ach nod in th tr structur. To discovr th complt st of rcnt frqunt pattrns, th FP-growth mining tchniqu is applid to th DSTr of th currnt window. Evn though th construction of th DSTr rquirs only on scan of th data stram, it cannot guarant that a high lvl of prfix sharing (lik in FP-tr) will b achivd in th tr structur bcaus th itms ar insrtd into th tr in a frquncy-indpndnt canonical ordr. Morovr, upon sliding of window th tr updat mchanism of DSTr may lav som garbag nods in th tr structur whn th mining rqust is dlayd. 3. PROPOSED APPROACH Assuming that our proposd systm architctur is alrady prsnt, w carry out rsarch rgarding frqunt pattrn from data stram. It combins th faturs of frqunt pattrn stram tr and Compact pattrn stram tr. Th frqunt pattrn stram tr maintains tiltd tim window at ach nod showing support count of th particular itm ovr a priod [1]. Th FP stram tr also maintains a pattrn tr showing support count of th itm in th currnt window. Th compact pattrn stram tr uss window basd approach in which th window is dividd into pan and ach pan constituts th transaction [2]. Th nods ar dividd into two typs 1) Ordinary nod storing th itm and th support count of th itm and 2) Tail nod and partition nod storing th support count of th itm as th information of th pan. Th support count of th itm is maintaind at ach nod. Th pan information is maintaind at th tail nod and partition nod. W could propos th working of our proposd modl in th following mannr: Th incoming data stram is dividd into sliding windows. Th siz of th sliding window nds to b spcifid by th usr. Th data stram is qually dividd according to th sliding window siz spcifid. Th compact FP Stram tr is constructd by maintaining tiltd tim window at th tail nod and at th partition nod. Th tiltd tim window consists of th support count of th pattrn as wll as th sliding windows in which th pattrn is occurrd. Th tiltd tim window consists All rights Rsrvd 3

4 this information ovr a priod of tim. Th ntir pattrn whos support count is abov th thrshold valu is considrd to b frqunt. Dpth first sarch is carrid out starting from th root nod to find th frqunt pattrn. Each tiltd tim window is chckd and th final output will contain th frqunt pattrn, th transaction window in which th pattrn is frqunt as wll as th support count of th frqunt pattrn. Th structur of Compact FP stram tr is shown in Figur 3.1. Th siz of th sliding window is assumd to b thr. Thus thr words form a singl transaction. Th root of th tr is a always a null nod. Th givn stram is papr, puddl and polythn. During th initial stp th count of ach and vry word is rcordd. Th words ar arrangd in dscnding ordr in th Tabl 3.1. Thus th maximum occuring is ntrd in th tabl first. Tabl 3.1 Tabl maintaining word count Word Count P 4 E 4 D 2 L 2 A 1 R 1 U 1 O 1 Y 1 T 1 H 1 N 1 {} p T1 3 p r T1 1 a d d l u T1 1 l o y t h n T1 1 Figur 3.1 Compact FP stram All rights Rsrvd 4

5 For sam pattrn papr, puddl and polythn th FP stram implmntation is as shown in Figur 3.4. Th sliding window siz is assumd to thr. In FP stram tr th tiltd tim window is to b maintaind at ach and vy nod. It is also ncssary to spcify th numbr of transaction in ach tiltd tim window. Th tabl showing word count in window for FP stram tr is shown in Tabl 3.1. As shown in Figur 3.2 th tiltd tim window in FP stram tr has to b maintaind at ach nod making th data structur complx. Morovr th siz of th TTW has to b spifid in advanc making th data structur static. Hr th TTW siz is assumd to b on. Thrshold is providd by th usr. Th pattrn whos support count is gratr than thrshold is said to b frqunt. {} p p a t11 t11 d d l r t11 t11 l u o y t h n Figur 3.2 FP stram tr All rights Rsrvd 5

6 4. PROPOSED ALGORITHM Th proposd Compact FP stram algorithm is as follows: Stp 1: Initializ Compact FP stram tr to b mpty. Stp 2: Whn th incoming stram ar accumulatd: (i) Th incoming stram data is dividd into qual sizd sliding window spcifid by th usr. (ii) Th tabl containing pattrn and suppot count is cratd. Th pattrn is arrangd in th tabl in dscnding ordr of its support count. (iii) Th compact FP stram tr is constructd by maintaining linkd list basd tiltd tim (iv) window at partition and tail nods. Th pattrns ar arrangd in th Compact FP stram tr according to its occuranc in th tabl. Stp3: Thrshold σ is takn from th usr. Stp 4: Dpth First travrsal is don starting from th root nod and th support count in ach linkd list basd tiltd tim window maintaind at tail nod and partition nod is chckd against th thrshold valu σ. Stp 5: All thos pattrn whos support count is gratr than thrshold σ is displayd along th window numbr and support count. 5. IMPLEMENTATION AND EXPERIMENTAL RESULTS 5.1 Data St Usd Snsor stram contains information (tmpratur, humidity, light, and snsor voltag) collctd from 54 snsors dployd in Intl Brkly rsarch lab. Th whol stram contains conscutiv information rcordd ovr a 2 months priod. Th snsor ID is th class labl, so th larning task of th stram is to corrctly idntify most frquntly occurring snsor ID purly basd on th snsor data and th corrsponding rcording tim. Th data st is in standard Comma Sparat Valu(CSV) format. Th aim is to find which class of Snsor ID is occurring most frquntly and controlling th tmpratur and humidity corrsponding to that rgion. Figur 5.1 shows th Snsor stram datast. Figur 5.1: Snsor Data st [13] 5.2 Implmntation Th rsults of applying th FP stram tr implmntation on Snsor data st is shown in Figur 5.2. Th thrshold is takn to b four and th sliding window siz is takn to b svn. Th first fild of th output provids th class nams which ar frqunt, th scond fild givs th transaction window numbr in which th itms is frqunt and th third fild givs th frquncy of th corrsponding frqunt All rights Rsrvd 6

7 Figur 5.2: Frqunt Pattrn Stram tr implmntation on snsor data. Aftr implmntation of th snsor data on Compact Frqunt pattrn stram tr with thrshold valu four and sliding window siz svn th rsult is shown in figur 5.3. Th first column in Figur 5.3 shows th class which is frqunt, th scond column shows th transaction in which th pattrn is frqunt and th thid column shows th support count of ach frqunt pattrn. Th thrshold is takn to b four and th sliding window siz is takn to b svn. Figur 5.3: Compact FP Stram Tr implmntation on snsor data. 5.3 Exprimntal Rsults Comparison of FP Stram tr and Compact FP Stram tr for tiltd tim window rquirmnt. Th Comparison tabl for th amount of th tiltd tim window to b maintaind at th nods of FP stram tr and Compact FP stram tr is shown in Tabl 5.1 Tabl: 5.1 Comparison FP stram tr and Compact FP stram tr basd on tiltd tim window Siz of th sliding window Numbr of th windows to b maintaind for FP stram tr Numbr of windows to b maintaind for Compact FP stram tr Prcntag rduction in numbr of windows in Compact FP stram tr All rights Rsrvd 7

8 rspct to FP stram tr % % % % % % Th window siz is varid and th thrshold is takn to b 10 in Tabl 5.1. Th abov rsult on snsor data shows that by incrasing th siz of th sliding window thr is rduction in th numbr of tiltd tim window to b maintaind in th Compact FP stram tr but th siz of th windows in FP stram tr rmains th sam bcaus th siz of th minimum numbr of windows ndd hav to b spcifid bfor th FP stram tr is constructd. Thus a compact structur is obtaind by Compact FP stram tr prcntag rduction in numbr of windows Siz of th sliding window Prcntag rduction in numbr of windows in Compact FP stram tr with rspct to FP stram tr 0 y-axis window siz x-axis Figur 5.4: Chart showing prcntag rduction in siz of tiltd tim window to b maintaind by Compact FP stram tr. Th graph givn in Figur 5.4 shows th prcntag rduction in amount of th tiltd tim window to b maintaind at nods of Compact FP stram tr with rspct to FP stram tr. Th graph is constructd by varying th window siz Comparison of spac rqirmnt for FP stram tr and Compact FP stram tr for th snsor basd data. Tabl 5.2 Spac rquirmnt by FP stram tr and Compact FP stram tr Window Siz of FP Stram Tr(byts) Siz of compact FP stram tr(byts) Prcntag Rduction in Siz % % % % % Th Tabl 5.2 shows th comparison of spac rquirmnt btwn FP stram tr and compact FP stram tr. Th comparison is carrid out by varying th window siz and kping th thrshold to b 10. Th abov tabl shows that with th incrasing th siz of th window th prformanc of Compact FP stram tr gradually incrass. Thus Compact FP stram tr rquirs lss spac as compard to FP stram All rights Rsrvd 8

9 prcntag rduction in spac of Compact FP stram tr compard to FP stram tr window siz prcntag rduction in tim of FP stram tr compard to FP stram tr y-axis Window siz x-axis Figur 5.5: Chart showing prcntag rduction in spac rquirmnt btwn FP stram tr and Compact FP stram tr. Th graph in Figur 5.5 shows th rduction in spac rquirmnt of Compact FP stram tr compard to FP stram tr. Th graph is constructd by varying window siz Comparison of tim rquirmnt by FP stram tr and Compact FP stram tr for th snsor basd data. Th Tabl 5.3 shows th comparison of tim rquirmnt btwn FP stram tr and Compact FP stram tr. Th comparison is carrid out by varying th window siz and kping th thrshold to b 10. Th abov tabl shows that with th incrasing th siz of t h window th prformanc of Compact FP stram tr gradually incrass. Thus Compact FP stram tr rquirs lss tim as compard to FP stram tr. Window Tabl 5.3 Tim rquirmnt by FP stram tr and Compact FP stram tr Tim rquirmnt for FP stram tr(in nanosconds) Tim rquimnt for compact FP stram tr(in nanosconds) Prcntag Rduction in Tim % % % % % Th Tabl 5.3 shows th comparison of tim rquirmnt btwn FP stram tr and Compact FP stram tr. Th comparison is carrid out by varying th window siz and kping th thrshold to b 10. Th abov tabl shows that with th incrasing th siz of th window th prformanc of Compact FP stram tr gradually incrass. Thus Compact FP stram tr rquirs lss tim as compard to FP stram tr. Th graph in Figur 5.6 shows th rduction in tim rquirmnt of Compact FP stram tr compard to FP stram tr. Th graph is constructd by varying window All rights Rsrvd 9

10 prcntag rduction in tim of Compact FP stram tr compard to FP stram tr y-axis Winow siz x-axis Figur 5.6: Chart showing prcntag rduction in tim rquirmnt btwn FP stram tr and Compact FP stram tr. 6. CONCLUSION Th proposd Compact FP Stram Tr maintains th tiltd tim windows at th tail nod and at th partition window. It uss linkd list basd tiltd tim window thus th amount of tiltd tim window to b maintaind at th nods nd not b spcifid in advanc. It maintains history of information ovr a priod of tim. Exprimntal rsults on Snsor data st shows that th amount of windows ndd to b maintaind in Compact FP stram tr is much lss as compard to FP stram tr. Th tim and spac rqirmnt of Compact FP stram tr is lss as compard to FP stram tr. Thus Compact FP stram finds frqunt pattrn ovr a priod of tim with compact data structur and in a tim fficint mannr. ACKNOWLEDGEMENT W would lik to thank rfrnc authors and also lik to thank th anonymous rviwrs, whos commnts and suggstions hav hlpd thm to improv th quality of th original manuscript. REFERENCES window siz prcntag rduction in tim of FP stram tr compard to FP stram tr 1. C. Giannlla; J. Han, J. Pi; X. Yan; P.S. Yu, Mining frqunt pattrns in data strams at multipl tim granularitis, in: Data Mining: Nxt Gnration Challngs and Futur Dirctions, AAAI/MIT Prss, 2004 (Chaptr 6). 2. S.K Tanbr; C.F. Ahmd; B. Jong, Y. L; Sliding window-basd frqunt pattrn mining ovr data strams, Information Scincs Elsvir, Vol. 179, Issu 22, pp , P. Zhang; X. Zhu; J. Tan; L. Guo, Classifir and Clustr Ensmbls for Mining Concpt Drifting Data Strams, IEEE Intrnational Confrnc on Data Mining, Sydny,13-17 Dc, C. Lin; D.Y Chiu; Y.H. Wu; A. Chn, Mining Frqunt Itmsts from Data Strams with a Tim- Snsitiv Sliding Window, In Proc. Socity of industrial and applid mathmatics(siam) Intrnational Confrnc on Data Mining,California,21-23 April, J. Gao; W. Fan; J. Han; P. S. Yu, A Gnral Framwork for Mining Concpt-Drifting Data Strams with Skwd Distributions, Socity for industrial and applid mathmatics(siam) Intrnational Confrnc on Data Mining, Minnapolis, April C. Li; K.F. Ja; R.P. Lin; S.F. Yn; C.W. Hsu, Mining frqunt pattrns from dynamic data strams with data load Managmnt, Journal of Systms and Softwar,vol 85,Issu 6, pp , M. kholghi; M. kyvanpour, An analytical framwork for Data stram mining tchniqus Basd on challngs and Rquirmnts, Intrnational journal of nginring scinc and tchnology (IJEST), vol. 3, no. 3, march C.K.-S. Lung; Q.I. Khan, DSTr: a tr structur for th mining of frqunt sts from data strams, in: Proc. ICDM, 2006, pp [12] F.-Y. Y, J.-D. Wang, B.-L. Shao, Nw algorithm for mining frqunt itmsts in spars databas, in: Proc. th Fourth Intrnational Confrnc on Machin Larning and Cybrntics, 2005, pp S.K. Tanbr, C.F. Ahmd, B.-S. Jong, Y.-K. L, CP-tr: a tr structur for singl-pass frqunt pattrn mining, in: T. Washio t al. (Eds.), Proc. PAKDD, 2008, pp All rights Rsrvd 10

11 10. P. Zhang, X. Zhu, Y. Shi, L. Guo, and X. Wu, Robust Ensmbl Larning for Mining Noisy Data Strams,Dcision Support Systms, Vol. 50, Issu 2, pp: , C.K.-S Lung; Q.I. Khan; Efficint mining of constraind frqunt pattrns from strams, in: Proc. 10th Intrnational Databas Enginring and Applications Symposium, X. Zhi-Jun, C. Hong, C. Li, An fficint algorithm for frqunt itmst mining on data strams, in: Proc. ICDM, 2006, pp G.K Gupta, Introduction to Data Mining with cas studis, PHI publication, 2nd dition, J. Han; M. kambr; J. Pi, Data mining concpts and tchniqus -Th Morgan Kaufmann sris in Data Managmnt Systms, 3 rd dition, V. pudi; P. R. Krishna, Data Mining, Oxford Univrsity Prss, 1 st dition, All rights Rsrvd 11

Problem Set 1 (Due: Friday, Sept. 29, 2017)

Problem Set 1 (Due: Friday, Sept. 29, 2017) Elctrical and Computr Enginring Mmorial Univrsity of Nwfoundland ENGI 9876 - Advancd Data Ntworks Fall 2017 Problm St 1 (Du: Friday, Spt. 29, 2017) Qustion 1 Considr a communications path through a packt

More information

Midterm 2 - Solutions 1

Midterm 2 - Solutions 1 COS 26 Gnral Computr Scinc Spring 999 Midtrm 2 - Solutions. Writ a C function int count(char s[ ]) that taks as input a \ trminatd string and outputs th numbr of charactrs in th string (not including th

More information

The Network Layer: Routing Algorithms. The Network Layer: Routing & Addressing Outline

The Network Layer: Routing Algorithms. The Network Layer: Routing & Addressing Outline PS 6 Ntwork Programming Th Ntwork Layr: Routing lgorithms Michl Wigl partmnt of omputr Scinc lmson Univrsity mwigl@cs.clmson.du http://www.cs.clmson.du/~mwigl/courss/cpsc6 Th Ntwork Layr: Routing & ddrssing

More information

CPSC 826 Internetworking. The Network Layer: Routing & Addressing Outline. The Network Layer: Routing Algorithms. Routing Algorithms Taxonomy

CPSC 826 Internetworking. The Network Layer: Routing & Addressing Outline. The Network Layer: Routing Algorithms. Routing Algorithms Taxonomy PS Intrntworking Th Ntwork Layr: Routing & ddrssing Outlin Th Ntwork Layr: Routing lgorithms Michl Wigl partmnt of omputr Scinc lmson Univrsity mwigl@cs.clmson.du Novmbr, Ntwork layr functions Routr architctur

More information

Evolutionary Clustering and Analysis of Bibliographic Networks

Evolutionary Clustering and Analysis of Bibliographic Networks Evolutionary Clustring and Analysis of Bibliographic Ntworks Manish Gupta Univrsity of Illinois at Urbana-Champaign gupta58@illinois.du Charu C. Aggarwal IBM T. J. Watson Rsarch Cntr charu@us.ibm.com Jiawi

More information

HEAD DETECTION AND TRACKING SYSTEM

HEAD DETECTION AND TRACKING SYSTEM HEAD DETECTION AND TRACKING SYSTEM Akshay Prabhu 1, Nagacharan G Tamhankar 2,Ashutosh Tiwari 3, Rajsh N(Assistant Profssor) 4 1,2,3,4 Dpartmnt of Information Scinc and Enginring,Th National Institut of

More information

Objectives. Two Ways to Implement Lists. Lists. Chapter 24 Implementing Lists, Stacks, Queues, and Priority Queues

Objectives. Two Ways to Implement Lists. Lists. Chapter 24 Implementing Lists, Stacks, Queues, and Priority Queues Chaptr 24 Implmnting Lists, Stacks, Quus, and Priority Quus CS2: Data Structurs and Algorithms Colorado Stat Univrsity Original slids by Danil Liang Modifid slids by Chris Wilcox Objctivs q To dsign common

More information

FSP Synthesis of an off-set five bar-slider mechanism with variable topology

FSP Synthesis of an off-set five bar-slider mechanism with variable topology FSP Synthsis of an off-st fiv bar-slidr mchanism with variabl topology Umsh. M. Daivagna 1*, Shrinivas. S. Balli 2 1 Dpartmnt of Mchanical Enginring, S.T.J.Institut of Tchnology, Ranbnnur, India 2 Dpt.

More information

i e ai E ig e v / gh E la ES h E A X h ES va / A SX il E A X a S

i e ai E ig e v / gh E la ES h E A X h ES va / A SX il E A X a S isto C o C or Co r op ra p a py ag yr g ri g g gh ht S S S V V K r V K r M K v M r v M rn v MW n W S r W Sa r W K af r: W K f : a H a M r T H r M rn w T H r Mo ns w T i o S ww c ig on a w c g nd af ww

More information

Installation Saving. Enhanced Physical Durability Enhanced Performance Warranty The IRR Comparison

Installation Saving. Enhanced Physical Durability Enhanced Performance Warranty The IRR Comparison Contnts Tchnology Nwly Dvlopd Cllo Tchnology Cllo Tchnology : Improvd Absorption of Light Doubl-sidd Cll Structur Cllo Tchnology : Lss Powr Gnration Loss Extrmly Low LID Clls 3 3 4 4 4 Advantag Installation

More information

Reimbursement Requests in WORKS

Reimbursement Requests in WORKS Rimbursmnt Rqusts in WORKS Important points about Rimbursmnts in Works Rimbursmnt Rqust is th procss by which UD mploys will b rimbursd for businss xpnss paid using prsonal funds. Rimbursmnt Rqust can

More information

XML Publisher with connected query: A Primer. Session #30459 March 19, 2012

XML Publisher with connected query: A Primer. Session #30459 March 19, 2012 XML Publishr with connctd qury: A Primr Sssion #30459 March 19, 2012 Agnda/ Contnts Introduction Ovrviw of XMLP Gtting Startd Bst practics for building a basic XMLP rport Connctd Qury Basics Building a

More information

SPECKLE NOISE REDUCTION IN SAR IMAGING USING 2-D LATTICE FILTERS BASED SUBBAND DECOMPOSITION

SPECKLE NOISE REDUCTION IN SAR IMAGING USING 2-D LATTICE FILTERS BASED SUBBAND DECOMPOSITION 7th Europan Signal Procssing Confrnc EUSIPCO 9 Glasgow Scotland August 4-8 9 SPECKLE REDUCTION IN SAR IMAGING USING -D LATTICE FILTERS ASED SUAND DECOMPOSITION Göhan Karasaal N.. Kaplan I. Err Informatics

More information

TCP Congestion Control. Congestion Avoidance

TCP Congestion Control. Congestion Avoidance TCP Congstion Control TCP sourcs chang th snding rat by modifying th window siz: Window = min {Advrtisd window, Congstion Window} Rcivr Transmittr ( cwnd ) In othr words, snd at th rat of th slowst componnt:

More information

TRIANGULATION OF NURBS SURFACES. Jamshid Samareh-Abolhassani. 1 Abstract

TRIANGULATION OF NURBS SURFACES. Jamshid Samareh-Abolhassani. 1 Abstract TRIANGULATION OF NURBS SURFACES Jamshid Samarh-Abolhassani 1 Abstract A tchniqu is prsntd for triangulation of NURBS surfacs. This tchniqu is built upon an advancing front tchniqu combind with grid point

More information

8.3 INTEGRATION BY PARTS

8.3 INTEGRATION BY PARTS 8.3 Intgration By Parts Contmporary Calculus 8.3 INTEGRATION BY PARTS Intgration by parts is an intgration mthod which nabls us to find antidrivativs of som nw functions such as ln(x) and arctan(x) as

More information

Forward and Inverse Kinematic Analysis of Robotic Manipulators

Forward and Inverse Kinematic Analysis of Robotic Manipulators Forward and Invrs Kinmatic Analysis of Robotic Manipulators Tarun Pratap Singh 1, Dr. P. Sursh 2, Dr. Swt Chandan 3 1 M.TECH Scholar, School Of Mchanical Enginring, GALGOTIAS UNIVERSITY, GREATER NOIDA,

More information

Understanding Patterns of TCP Connection Usage with Statistical Clustering

Understanding Patterns of TCP Connection Usage with Statistical Clustering Th UNIVERSITY of NORTH CAROLINA at CHAPEL HILL Undrstanding Pattrns of TCP Connction Usag with Statistical Clustring Félix Hrnándz-Campos Kvin Jffay Don Smith Dpartmnt of Computr Scinc Andrw Nobl Dpartmnt

More information

About Notes And Symbols

About Notes And Symbols About Nots And Symbols by Batric Wildr Contnts Sht 1 Sht 2 Sht 3 Sht 4 Sht 5 Sht 6 Sht 7 Sht 8 Sht 9 Sht 10 Sht 11 Sht 12 Sht 13 Sht 14 Sht 15 Sht 16 Sht 17 Sht 18 Sht 19 Sht 20 Sht 21 Sht 22 Sht 23 Sht

More information

Energy-Efficient Method to Improve TCP Performance for MANETs

Energy-Efficient Method to Improve TCP Performance for MANETs nrgy-fficint Mthod to Improv TCP Prformanc for MANTs Chaoyu Xiong, Jagol Yim, Jason Ligh and Tadao Murata Computr Scinc Dpartmnt, Univrsity of Illinois at Chicago Chicago, IL 60607, USA ABSTRACT Th currnt

More information

Linked Data meet Sensor Networks

Linked Data meet Sensor Networks Digital Entrpris Rsarch Institut www.dri.i Linkd Data mt Snsor Ntworks Myriam Lggiri DERI NUI Galway, Irland Copyright 2008 Digital Entrpris Rsarch Institut. All rights rsrvd. Linkd Data mt Snsor Ntworks

More information

Systems in Three Variables. No solution No point lies in all three planes. One solution The planes intersect at one point.

Systems in Three Variables. No solution No point lies in all three planes. One solution The planes intersect at one point. 3-5 Systms in Thr Variabls TEKS FOCUS VOCABULARY TEKS (3)(B) Solv systms of thr linar quations in thr variabls by using Gaussian limination, tchnology with matrics, and substitution. Rprsntation a way

More information

A New Algorithm for Solving Shortest Path Problem on a Network with Imprecise Edge Weight

A New Algorithm for Solving Shortest Path Problem on a Network with Imprecise Edge Weight Availabl at http://pvamudu/aam Appl Appl Math ISSN: 193-9466 Vol 6, Issu (Dcmbr 011), pp 60 619 Applications and Applid Mathmatics: An Intrnational Journal (AAM) A Nw Algorithm for Solving Shortst Path

More information

Principles of Programming Languages Topic: Formal Languages II

Principles of Programming Languages Topic: Formal Languages II Principls of Programming Languags Topic: Formal Languags II CS 34,LS, LTM, BR: Formal Languags II Rviw A grammar can b ambiguous i.. mor than on pars tr for sam string of trminals in a PL w want to bas

More information

Efficient Obstacle-Avoiding Rectilinear Steiner Tree Construction

Efficient Obstacle-Avoiding Rectilinear Steiner Tree Construction Efficint Obstacl-Avoiding Rctilinar Stinr Tr Construction Chung-Wi Lin, Szu-Yu Chn, Chi-Fng Li, Yao-Wn Chang, and Chia-Lin Yang Graduat Institut of Elctronics Enginring Dpartmnt of Elctrical Enginring

More information

AN EVALUATION MODEL FOR THE CHAINS OF DISTRIBUTED MULTIMEDIA INDEXING TOOLS RESPECTING USER PREFERENCES

AN EVALUATION MODEL FOR THE CHAINS OF DISTRIBUTED MULTIMEDIA INDEXING TOOLS RESPECTING USER PREFERENCES AN EVALUATION MODEL FOR THE CHAINS OF DISTRIBUTED MULTIMEDIA INDEXING TOOLS RESPECTING USER PREFERENCES 1 Bassm HAIDAR, 2 Bilal CHEBARO, 3 Hassan WEHBI 1 Asstt Prof., Dpartmnt of Computr Scincs, Faculty

More information

An Agent-Based Architecture for Service Discovery and Negotiation in Wireless Networks

An Agent-Based Architecture for Service Discovery and Negotiation in Wireless Networks An Agnt-Basd Architctur for Srvic Discovry and Ngotiation in Wirlss Ntworks Abstract Erich Birchr and Torstn Braun Univrsity of Brn, Nubrückstrass 10, 3012 Brn, Switzrland Email: braun@iam.unib.ch This

More information

2018 How to Apply. Application Guide. BrandAdvantage

2018 How to Apply. Application Guide. BrandAdvantage 2018 How to Apply Application Guid BrandAdvantag Contnts Accssing th Grant Sit... 3 Wlcom pag... 3 Logging in To Pub Charity... 4 Rgistration for Nw Applicants ( rgistr now )... 5 Organisation Rgistration...

More information

Dynamic modelling of multi-physical domain system by bond graph approach and its control using flatness based controller with MATLAB Simulink

Dynamic modelling of multi-physical domain system by bond graph approach and its control using flatness based controller with MATLAB Simulink Dnamic modlling of multi-phsical domain sstm b bond graph approach and its control using flatnss basd controllr with MATLAB Simulink Sauma Ranjan Sahoo Rsarch Scholar Robotics Lab Dr. Shital S. Chiddarwar

More information

Shift. Reduce. Review: Shift-Reduce Parsing. Bottom-up parsing uses two actions: Bottom-Up Parsing II. ABC xyz ABCx yz. Lecture 8.

Shift. Reduce. Review: Shift-Reduce Parsing. Bottom-up parsing uses two actions: Bottom-Up Parsing II. ABC xyz ABCx yz. Lecture 8. Rviw: Shift-Rduc Parsing Bottom-up parsing uss two actions: Bottom-Up Parsing II Lctur 8 Shift ABC xyz ABCx yz Rduc Cbxy ijk CbA ijk Prof. Aikn CS 13 Lctur 8 1 Prof. Aikn CS 13 Lctur 8 2 Rcall: h Stack

More information

To Do. Mesh Data Structures. Mesh Data Structures. Motivation. Outline. Advanced Computer Graphics (Fall 2010) Desirable Characteristics 1

To Do. Mesh Data Structures. Mesh Data Structures. Motivation. Outline. Advanced Computer Graphics (Fall 2010) Desirable Characteristics 1 Advancd Computr Graphics (Fall 200) CS 283, Lctur 5: Msh Data Structurs Ravi Ramamoorthi http://inst.cs.brkly.du/~cs283/fa0 To Do Assignmnt, Du Oct 7. Start rading and working on it now. Som parts you

More information

Extending z/tpf using IBM API Management (APIM)

Extending z/tpf using IBM API Management (APIM) Extnding using API Managmnt (APIM) Mark Gambino, TPF Dvlopmnt Lab March 23, 2015 TPFUG Dallas, TX Th Big Pictur Goal Mobil Applications Cloud APIs Cloud-basd Srvics On-Prmis Entrpris APIs E n t r p r I

More information

Performance Analysis of Improved ODMRP with Motion Detection (IOMD) in Mobile Ad Hoc Network

Performance Analysis of Improved ODMRP with Motion Detection (IOMD) in Mobile Ad Hoc Network Prformanc Analysis of Improvd ODMRP with Motion Dtction (IOMD) in Mobil Ad Hoc Ntwork S. Vasundra, Prof. A. Damodaram Dr. B. Sathyanarayana Associat Profssor, Profssor of CSE and Profssor & Chairman BOS,

More information

: Mesh Processing. Chapter 6

: Mesh Processing. Chapter 6 600.657: Msh Procssing Chaptr 6 Quad-Dominant Rmshing Goal: Gnrat a rmshing of th surfac that consists mostly of quads whos dgs align with th principal curvatur dirctions. [Marinov t al. 04] [Alliz t al.

More information

CSE 272 Assignment 1

CSE 272 Assignment 1 CSE 7 Assignmnt 1 Kui-Chun Hsu Task 1: Comput th irradianc at A analytically (point light) For point light, first th nrgy rachd A was calculatd, thn th nrgy was rducd by a factor according to th angl btwn

More information

Formal Foundation, Approach, and Smart Tool for Software Models Comparison

Formal Foundation, Approach, and Smart Tool for Software Models Comparison Formal Foundation, Approach, and Smart Tool for Softwar Modls Comparison Olna V. Chbanyuk, Abdl-Badh M. Salm Softwar Enginring Dpartmnt, National Aviation Univrsity, Kyiv, Ukrain Computr Scinc, Faculty

More information

Dynamic Light Trail Routing and Protection Issues in WDM Optical Networks

Dynamic Light Trail Routing and Protection Issues in WDM Optical Networks This full txt papr was pr rviwd at th dirction of IEEE Communications Socity subjct mattr xprts for publication in th IEEE GLOBECOM 2005 procdings. Dynamic Light Trail Routing and Protction Issus in WDM

More information

Managing Trust Relationships in Peer 2 Peer Systems

Managing Trust Relationships in Peer 2 Peer Systems Managing Trust Rlationships in Pr 2 Pr Systms R.S.SINJU PG STUDENT, DEPARTMENT OF COMPUTER SCIENCE, PONJESLY COLLEGE OF ENGINEERING NAGERCOIL, TAMILNADU, INDIA C.FELSY ASST.PROF, DEPARTMENT OF COMPUTER

More information

Acceleration of the Smith-Waterman Algorithm using Single and Multiple Graphics Processors

Acceleration of the Smith-Waterman Algorithm using Single and Multiple Graphics Processors Acclration of th Smith-Watrman Algorithm using Singl and Multipl Graphics Procssors Ali Khah-Sad, Stphn Pool and J. Blair Prot Abstract Finding rgions of similarity btwn two vry long data strams is a computationally

More information

Spectral sensitivity and color formats

Spectral sensitivity and color formats FirWir camras Spctral snsitivity and color formats At th "input" of a camra, w hav a CCD chip. It transforms photons into lctrons. Th spctral snsitivity of this transformation is an important charactristic

More information

To Do. Advanced Computer Graphics. Motivation. Mesh Data Structures. Outline. Mesh Data Structures. Desirable Characteristics 1

To Do. Advanced Computer Graphics. Motivation. Mesh Data Structures. Outline. Mesh Data Structures. Desirable Characteristics 1 Advancd Computr Graphics CSE 63 [Spring 207], Lctur 7 Ravi Ramamoorthi http://www.cs.ucsd.du/~ravir To Do Assignmnt, Du Apr 28 Any last minut issus or difficultis? Starting Gomtry Procssing Assignmnt 2

More information

Register Allocation. Register Allocation

Register Allocation. Register Allocation Rgistr Allocation Jingk Li Portlan Stat Univrsity Jingk Li (Portlan Stat Univrsity) CS322 Rgistr Allocation 1 / 28 Rgistr Allocation Assign an unboun numbr of tmporaris to a fix numbr of rgistrs. Exampl:

More information

The Size of the 3D Visibility Skeleton: Analysis and Application

The Size of the 3D Visibility Skeleton: Analysis and Application Th Siz of th 3D Visibility Sklton: Analysis and Application Ph.D. thsis proposal Linqiao Zhang lzhang15@cs.mcgill.ca School of Computr Scinc, McGill Univrsity March 20, 2008 thsis proposal: Th Siz of th

More information

Terrain Mapping and Analysis

Terrain Mapping and Analysis Trrain Mapping and Analysis Data for Trrain Mapping and Analysis Digital Trrain Modl (DEM) DEM rprsnts an array of lvation points. Th quality of DEM influncs th accuracy of trrain masurs such as slop and

More information

FALSE DYNAMIC EIV MODEL IDENTIFICATION IN THE PRESENCE OF NON-PARAMETRIC DYNAMIC UNCERTAINTY

FALSE DYNAMIC EIV MODEL IDENTIFICATION IN THE PRESENCE OF NON-PARAMETRIC DYNAMIC UNCERTAINTY Intrnational Journal of Application or Innovation in Enginring & Managmnt (IJAIEM) Wb Sit: www.ijaim.org Email: ditor@ijaim.org Volum 3, Issu, May 4 ISSN 39-4847 FALSE DYNAMIC EIV MODEL IDENTIFICATION

More information

Workbook for Designing Distributed Control Applications using Rockwell Automation s HOLOBLOC Prototyping Software John Fischer and Thomas O.

Workbook for Designing Distributed Control Applications using Rockwell Automation s HOLOBLOC Prototyping Software John Fischer and Thomas O. Workbook for Dsigning Distributd Control Applications using Rockwll Automation s HOLOBLOC Prototyping Softwar John Fischr and Thomas O. Bouchr Working Papr No. 05-017 Introduction A nw paradigm for crating

More information

Bit-array (4096kbit) Logic. Reconfigurable. Column-select. Row-select

Bit-array (4096kbit) Logic. Reconfigurable. Column-select. Row-select Low-Powr Dsign of Pag-Basd Intllignt Mmory Mark Oskin, Frdric T. Chong, Aamir Farooqui, Timothy Shrwood, and Justin Hnsly Univrsity of California at Davis Abstract Advancs in DRAM tchnology hav ld many

More information

Dynamic Spatial Partitioning for Real-Time Visibility Determination

Dynamic Spatial Partitioning for Real-Time Visibility Determination Dynamic Spatial Partitioning for Ral-Tim Visibility Dtrmination Joshua Shagam Josph J. Pfiffr, Jr. Nw Mxico Stat Univrsity Abstract Th static spatial partitioning mchanisms usd in currnt intractiv systms,

More information

Introduction to Data Mining

Introduction to Data Mining Introduction to Data Mining Lctur #15: Clustring-2 Soul National Univrsity 1 In Tis Lctur Larn t motivation and advantag of BFR, an xtnsion of K-mans to vry larg data Larn t motivation and advantag of

More information

RFC Java Class Library (BC-FES-AIT)

RFC Java Class Library (BC-FES-AIT) RFC Java Class Library (BC-FES-AIT) HELP.BCFESDEG Rlas 4.6C SAP AG Copyright Copyright 2001 SAP AG. All Rcht vorbhaltn. Witrgab und Vrvilfältigung disr Publikation odr von Tiln daraus sind, zu wlchm Zwck

More information

Tillförlitlig dimensionering mot utmattning UTMIS Vårmöte 2018 på Högskolan i Skövde

Tillförlitlig dimensionering mot utmattning UTMIS Vårmöte 2018 på Högskolan i Skövde Tillförlitlig dimnsionring mot utmattning UTMIS Vårmöt 2018 på Högskolan i Skövd Rami Mansour & Mårtn Olsson KTH Hållfasthtslära mart@kth.s ramimans@kth.s Introduction Ovrviw of rliabl dsign Traditional

More information

Adaptive subband selection in OFDM-based cognitive radios for better system coexistence

Adaptive subband selection in OFDM-based cognitive radios for better system coexistence Univrsity of Wollongong Rsarch Onlin Faculty of Informatics - Paprs (Archiv) Faculty of Enginring and Information Scincs 28 Adaptiv subband slction in OFDM-basd cognitiv radios for bttr systm coxistnc

More information

Fuzzy Intersection and Difference Model for Topological Relations

Fuzzy Intersection and Difference Model for Topological Relations IFS-EUSFLT 009 Fuzzy Intrsction and Diffrnc Modl for Topological Rlations hd LOODY Flornc SEDES Jordi INGLD 3 Univrsité Paul Sabatir (UPS) Toulous, 8 Rout d Narbonn, F-306-CEDEX 9, Franc Institut d Rchrchn

More information

To Do. Advanced Computer Graphics. Motivation. Mesh Data Structures. Outline. Mesh Data Structures. Desirable Characteristics 1

To Do. Advanced Computer Graphics. Motivation. Mesh Data Structures. Outline. Mesh Data Structures. Desirable Characteristics 1 Advancd Computr Graphics CSE 63 [Spring 208], Lctur 7 Ravi Ramamoorthi http://www.cs.ucsd.du/~ravir To Do Assignmnt, Du Apr 27 Any last minut issus or difficultis? Starting Gomtry Procssing Assignmnt 2

More information

XML security in certificate management

XML security in certificate management XML scurity in crtificat managmnt Joan Lu, Nathan Cripps and Chn Hua* School of Computing and Enginring, Univrsity of Huddrsfild, UK J.lu@hud.ac.uk *Institut of Tchnology, Xi'an, Shaanxi, P. R. China Abstract

More information

An Optimized Bandwidth Allocation in Broadband Digital Economy

An Optimized Bandwidth Allocation in Broadband Digital Economy 6 8th Intrnational Symposium on Tlcommunications (IST'6) An Optimizd Bandwidth Allocation in Broadband Digital Economy Lila Mansourifar Rsarch Institut for ICT ( ITRC ) Thran, Iran Mansourifar@itrc.ac.ir

More information

Towards Fractal Approach in Healthcare Information Systems: A Review

Towards Fractal Approach in Healthcare Information Systems: A Review t 2 L E P U T PER J O R TI D I OCI IC 2011 O E I UIV UDET E T R I TI I K E E B DO G I M L Y I l a n o i t a rn In c i n tif i c C o n IC 2011 f r n c 0 1 Procding of th Intrnational Confrnc on dvancd cinc,

More information

Non Fourier Encoding For Accelerated MRI. Arjun Arunachalam Assistant Professor Electrical engineering dept IIT-Bombay

Non Fourier Encoding For Accelerated MRI. Arjun Arunachalam Assistant Professor Electrical engineering dept IIT-Bombay Non Fourir Encoding For Acclratd MRI Arjun Arunachalam Assistant Profssor Elctrical nginring dpt IIT-Bombay Outlin of th Prsntation An introduction to Magntic Rsonanc Imaging (MRI Th nd for spd in MRI

More information

Presentation for use with the textbook, Algorithm Design and Applications, by M. T. Goodrich and R. Tamassia, Wiley, Directed Graphs BOS SFO

Presentation for use with the textbook, Algorithm Design and Applications, by M. T. Goodrich and R. Tamassia, Wiley, Directed Graphs BOS SFO Prsntation for us with th txtbook, Algorithm Dsign and Applications, by M. T. Goodrich and R. Tamassia, Wily, 2015 Dirctd Graphs BOS ORD JFK SFO LAX DFW MIA 2015 Goodrich and Tamassia Dirctd Graphs 1 Digraphs

More information

Misbehavior in Nash Bargaining Solution Allocation

Misbehavior in Nash Bargaining Solution Allocation Misbhavior in Nash Bargaining Solution Allocation Ilya Nikolavskiy, Andry Lukyannko, Andri Gurtov Aalto Univrsity, Finland, firstnam.lastnam@aalto.fi Hlsinki Institut for Information Tchnology, Finland,

More information

Lesson Focus: Finding Equivalent Fractions

Lesson Focus: Finding Equivalent Fractions Lsson Plans: Wk of 1-26-15 M o n Bindrs: /Math;; complt on own, thn chck togthr Basic Fact Practic Topic #10 Lsson #5 Lsson Focus: Finding Equivalnt Fractions *Intractiv Larning/Guidd Practic-togthr in

More information

Update-Aware Accurate XML Element Retrieval

Update-Aware Accurate XML Element Retrieval Updat-Awar Accurat XML Elmnt Rtrival Atsushi Kyaki, Jun Miyazaki Graduat School of Information Scinc Nara Institut of Scinc and Tchnology 8916-5 Takayama, Ikoma Nara 630-0192, Japan {atsushi-k, miyazaki}@is.naist.jp

More information

Combining Intra- and Multi-sentential Rhetorical Parsing for Document-level Discourse Analysis

Combining Intra- and Multi-sentential Rhetorical Parsing for Document-level Discourse Analysis Combining Intra- and Multi-sntntial htorical Parsing for Documnt-lvl Discours Analysis hafiq Joty Giuspp Carnini, aymond T. Ng, Yashar Mhdad sjoty@qf.org.qa {carnini, rng, mhdad}@cs.ubc.ca Qatar Computing

More information

A Multilevel Scheduling MAC Protocol for Underwater Acoustic Sensor Networks

A Multilevel Scheduling MAC Protocol for Underwater Acoustic Sensor Networks 437 A Multilvl Schduling MAC rotocol for Undrwatr Acoustic Snsor Ntworks Sri Lkha Sampath 1, S. Subashini 2 1 School of Elctronics Enginring, Vllor Institut of Tchnology, Chnnai (TN), India 2 School of

More information

Ontology and Context. Isabel Cafezeiro Departamento de Ciência da Computação Universidade Federal Fluminense Niterói - RJ, Brazil

Ontology and Context. Isabel Cafezeiro Departamento de Ciência da Computação Universidade Federal Fluminense Niterói - RJ, Brazil Ontology and Contxt Isabl Cafziro Dpartamnto d Ciência da Computação Univrsidad Fdral Fluminns Nitrói - RJ, Brazil isabl@dcc.ic.uff.br dward Hrmann Hauslr, Alxandr Radmakr Dpartamnto d Informática Pontifícia

More information

Usage of Ontology-Based Semantic Analysis of Complex Information Objects in Virtual Research Environments

Usage of Ontology-Based Semantic Analysis of Complex Information Objects in Virtual Research Environments Usag of Ontology-Basd Smantic Analysis of Complx Information Objcts in Virtual Rsarch Environmnts Julia Rogushina 1, Anatoly Gladun 2, Abdl-Badh M. Salm 3 1 Institut of Softwar Systms of National Acadmy

More information

Robust and Fault Tolerant Clock Synchronization Nikolaus Kerö, Oregano Systems Aneeq Mahmood, ZISS Thomas Kernen, Cisco Felix Ring, ZISS Tobias

Robust and Fault Tolerant Clock Synchronization Nikolaus Kerö, Oregano Systems Aneeq Mahmood, ZISS Thomas Kernen, Cisco Felix Ring, ZISS Tobias Robust and Fault Tolrant Clock Synchronization Nikolaus Krö, Organo Systms Anq Mahmood, ZISS Thomas Krnn, Cisco Flix Ring, ZISS Tobias Müllr, Organo Systms Thomas Biglr, ZISS Rational Common notion of

More information

An Auto-tuned Method for Solving Large Tridiagonal Systems on the GPU

An Auto-tuned Method for Solving Large Tridiagonal Systems on the GPU An Auto-tund Mthod for Solving Larg Tridiagonal Systms on th GPU Andrw Davidson Univrsity of California, Davis aaldavidson@ucdavis.du Yao Zhang Univrsity of California, Davis yaozhang@ucdavis.du John D.

More information

Announcements. q This week s schedule. q Next week. q Grading. n Wednesday holiday. n Thursday class from am

Announcements. q This week s schedule. q Next week. q Grading. n Wednesday holiday. n Thursday class from am Announcmnts This wk s schdul n Wdnsday holiday n Thursday class from 9.00-0.30am Nxt wk n Monday and Tusday rgular class n Wdnsday Last uiz for th cours Grading n Quiz 5, 6 and Lab 6 ar du. Applications

More information

Vignette to package samplingdatacrt

Vignette to package samplingdatacrt Vigntt to packag samplingdatacrt Diana Trutschl Contnts 1 Introduction 1 11 Objctiv 1 1 Diffrnt study typs 1 Multivariat normal distributd data for multilvl data 1 Fixd ffcts part Random part 9 3 Manual

More information

Reliability Coordinator Base Schedule Aggregation Portal (RC BSAP) Interface Specification for RC BSAP Services

Reliability Coordinator Base Schedule Aggregation Portal (RC BSAP) Interface Specification for RC BSAP Services Rliability Coordinator Bas Schdul Aggrgation Portal (RC BSAP) Intrfac Spcification for RC BSAP Srvics (Businss Ruls v 10.x(Spring 2019) or latr) Vrsion: 1.1 vmbr 6, 2018 Rvision History Dat Vrsion By Dscription

More information

Intersection-free Dual Contouring on Uniform Grids: An Approach Based on Convex/Concave Analysis

Intersection-free Dual Contouring on Uniform Grids: An Approach Based on Convex/Concave Analysis Intrsction-fr Dual Contouring on Uniform Grids: An Approach Basd on Convx/Concav Analysis Charli C. L. Wang Dpartmnt of Mchanical and Automation Enginring, Th Chins Univrsity of Hong Kong E-mail: cwang@ma.cuhk.du.hk

More information

Ranking Overlap and Outlier Points in Data using Soft Kernel Spectral Clustering

Ranking Overlap and Outlier Points in Data using Soft Kernel Spectral Clustering ESANN procdings, Europan Symposium on Artificial Nural Ntworks, Computational Intllignc and Machin Larning. Brugs (Blgium), - April, idoc.com publ., ISBN 978-8787-8. Ranking Ovrlap and Outlir Points in

More information

A Vision-based Navigation System of Mobile Tracking Robot

A Vision-based Navigation System of Mobile Tracking Robot A Vision-basd Navigation Systm of Mobil Tracking Robot Ji Wu Vac1av Snasl Dpt. Computr Scinc FCS VSB - Tchnical Univrsity of Ostrava Ostrava Czch Rpublic dfrmat2008 @hotmail.com vaclav. snasl @vsb.cz Ajith

More information

2 Mega Pixel. HD-SDI Bullet Camera. User Manual

2 Mega Pixel. HD-SDI Bullet Camera. User Manual 2 Mga Pixl HD-SDI Bullt Camra Usr Manual Thank you for purchasing our product. This manual is only applicabl to SDI bullt camras. Thr may b svral tchnically incorrct placs or printing rrors in this manual.

More information

PROSPECTS IN APPLICATION OF THE TECHNOLOGY FOR OF RECEPTION AND TRANSMISSION OF STREAMING DATA IN WEB BROWSER

PROSPECTS IN APPLICATION OF THE TECHNOLOGY FOR OF RECEPTION AND TRANSMISSION OF STREAMING DATA IN WEB BROWSER PROSPECTS IN APPLICATION OF THE TECHNOLOGY FOR OF RECEPTION AND TRANSMISSION OF STREAMING DATA IN WEB BROWSER ANTON PAVLOVICH TEYKHRIB Company NAUMEN (Nau-), Tatishchva Strt, 49a, 4th Floor, Ekatrinburg,

More information

The semantic WEB Roles of XML & RDF

The semantic WEB Roles of XML & RDF Th smantic WEB Rols of XML & RDF STEFAN DECKER AND SERGEY MELNIK FRANK VAN HARMELEN, DIETER FENSEL, AND MICHEL KLEIN JEEN BROEKSTRA MICHAEL ERDMANN IAN HORROCKS Prsntd by: Iniyai Thiruvalluvan CSCI586

More information

Maxwell s unification: From Last Time. Energy of light. Modern Physics. Unusual experimental results. The photoelectric effect

Maxwell s unification: From Last Time. Energy of light. Modern Physics. Unusual experimental results. The photoelectric effect From Last Tim Enrgy and powr in an EM wav Maxwll s unification: 1873 Intimat connction btwn lctricity and magntism Exprimntally vrifid by Hlmholtz and othrs, 1888 Polarization of an EM wav: oscillation

More information

Transaction processing in real-time database systems

Transaction processing in real-time database systems Rtrospctiv Thss and Dissrtations Iowa Stat Univrsity Capstons, Thss and Dissrtations 1993 Transaction procssing in ral-tim databas systms Waqar ul Haqu Iowa Stat Univrsity Follow this and additional works

More information

DO NOW Geometry Regents Lomac Date. due. Similar by Transformation 6.1 J'' J''' J'''

DO NOW Geometry Regents Lomac Date. due. Similar by Transformation 6.1 J'' J''' J''' DO NOW Gomtry Rgnts Lomac 2014-2015 Dat. du. Similar by Transformation 6.1 (DN) Nam th thr rigid transformations and sktch an xampl that illustrats ach on. Nam Pr LO: I can dscrib a similarity transformation,

More information

Performance Analysis of IEEE MAC Protocol with Different ACK Polices

Performance Analysis of IEEE MAC Protocol with Different ACK Polices Prformanc Analysis of IEEE 82.15.3 MAC Protocol with Diffrnt Polics S. Mhta and K.S. Kwak Wirlss Communications Rsarch Cntr, Inha Univrsity, Kora suryanand.m@gmail.com Abstract. h wirlss prsonal ara ntwork

More information

CC-RANSAC: Fitting Planes in the Presence of Multiple Surfaces in Range Data

CC-RANSAC: Fitting Planes in the Presence of Multiple Surfaces in Range Data CC-RANSAC: Fitting Plans in th Prsnc of Multipl Surfacs in Rang Data Orazio Gallo, Robrto Manduchi Univrsity of California, Santa Cruz Abbas Rafii Cansta, Inc. Abstract Rang snsors, in particular tim-of-flight

More information

Type & Media Page 1. January 2014 Libby Clarke

Type & Media Page 1. January 2014 Libby Clarke Nam: 1 In ordr to hlp you s your progrss at th nd of this ntir xrcis, you nd to provid som vidnc of your starting point. To start, draw th a on th lft into th box to th right, dpicting th sam siz and placmnt.

More information

The Design and Evaluation of a Scalable Wireless MAC Protocol

The Design and Evaluation of a Scalable Wireless MAC Protocol Th Dsign and Evaluation of a Scalabl Wirlss MAC Protocol Tchnical Rport UIUCDCS-R--793 Chun-chng Chn, Eunsoo So, and Haiyun Luo Dpt. of Computr Scinc Univ. of Illinois at Urbana-Champaign Urbana, IL 181-3

More information

Clustering Belief Functions using Extended Agglomerative Algorithm

Clustering Belief Functions using Extended Agglomerative Algorithm IJ Imag Graphics and Signal Procssing 0 - Publishd Onlin Fbruary 0 in MECS (http://wwwmcs-prssorg/ ing Blif Functions using Extndd Agglomrativ Algorithm Ying Png Postgraduat Collg Acadmy of Equipmnt Command

More information

An Architecture for Hierarchical Collision Detection

An Architecture for Hierarchical Collision Detection An Architctur for Hirarchical Collision Dtction Gabril Zachmann Computr Graphics, Informatik II Univrsity of Bonn mail: zach@cs.uni-bonn.d Güntr Knittl WSI/GRIS Univrsity of Tübingn mail: knittl@gris.uni-tubingn.d

More information

NASPI Work Group meeting April 24-26, 2018 Albuquerque, NM

NASPI Work Group meeting April 24-26, 2018 Albuquerque, NM NASPI Work Group mting April 24-26, 2018 Albuqurqu, NM Pavl Kovalnko Viktor Litvinov from Data to Action Prmium Information Srvics from Data to Action Dsign, Dvlop and Dploy - digital transformation solutions

More information

1. Trace the array for Bubble sort 34, 8, 64, 51, 32, 21. And fill in the following table

1. Trace the array for Bubble sort 34, 8, 64, 51, 32, 21. And fill in the following table 1. Trac th array for Bubbl sort 34, 8, 64, 51, 3, 1. And fill in th following tabl bubbl(intgr Array x, Intgr n) Stp 1: Intgr hold, j, pass; Stp : Boolan switchd = TRUE; Stp 3: for pass = 0 to (n - 1 &&

More information

Keywords-- Digital FIR filter, Differential Evolution algorithm, Magnitude response, Pass band ripples and Stop band ripples.

Keywords-- Digital FIR filter, Differential Evolution algorithm, Magnitude response, Pass band ripples and Stop band ripples. Volum 5, Issu 6, Jun 2015 ISSN: 2277 128X Intrnational Journal of Advancd Rsarch in Computr Scinc and Softwar Enginring Rsarch Papr Availabl onlin at: www.iarcss.com High Pass Digital FIR Filtr Dsign Using

More information

Motivation. Synthetic OOD concepts and reuse Lecture 4: Separation of concerns. Problem. Solution. Deleting composites that share parts. Or is it?

Motivation. Synthetic OOD concepts and reuse Lecture 4: Separation of concerns. Problem. Solution. Deleting composites that share parts. Or is it? Synthtic OOD concpts and rus Lctur 4: Sparation of concrns Topics: Complx concrn: Mmory managmnt Exampl: Complx oprations on composit structurs Problm: Mmory laks Solution: Rfrnc counting Motivation Suppos

More information

Video Representation. Luminance and Chrominance. Television - NTSC

Video Representation. Luminance and Chrominance. Television - NTSC Vido Rprsntation Chaptr 2: Rprsntation of Multimdia Data Audio Tchnology mags and Graphics Vido Tchnology Chaptr 3: Multimdia Systms Communication Aspcts and Srvics Chaptr 4: Multimdia Systms Storag Aspcts

More information

Building a Scanner, Part I

Building a Scanner, Part I COMP 506 Ric Univrsity Spring 2018 Building a Scannr, Part I sourc cod IR Front End Optimizr Back End IR targt cod Copyright 2018, Kith D. Coopr & Linda Torczon, all rights rsrvd. Studnts nrolld in Comp

More information

Analysis of Influence AS Path Prepending to the Instability of BGP Routing Protocol.

Analysis of Influence AS Path Prepending to the Instability of BGP Routing Protocol. ISSN : 2355-9365 -Procding of Enginring : Vol.5, No.1 Mart 2018 Pag 1112 Analysis of Influnc AS Path Prpnding to th Instability of BGP Routing Protocol. Hirwandi Agusnam 1, Rndy Munadi 2, Istikmal 3 1,2,3,

More information

Throughput Parameter Optimization of Adaptive ARQ/HARQ Scheme

Throughput Parameter Optimization of Adaptive ARQ/HARQ Scheme 89 Throughput Paramtr Optimization of Adaptiv ARQ/HARQ Schm Ján Poctavk, Kvtoslava Kotuliaková, Jaroslav Polc, Michal Osadský, Sandra Ondrušová Dpt. of Tlcommunications, Slovak Univrsity of Tchnology Bratislava,

More information

A Brief Summary of Draw Tools in MS Word with Examples! ( Page 1 )

A Brief Summary of Draw Tools in MS Word with Examples! ( Page 1 ) A Brif Summary of Draw Tools in MS Word with Exampls! ( Pag 1 ) Click Viw command at top of pag thn Click Toolbars thn Click Drawing! A chckmark appars in front of Drawing! A toolbar appars at bottom of

More information

Performance Comparison of Data Mining Algorithms for the Predictive Accuracy of Credit Card Defaulters

Performance Comparison of Data Mining Algorithms for the Predictive Accuracy of Credit Card Defaulters 178 IJCSNS Intrnational Journal of Computr Scinc and Ntwork Scurity, VOL.17 No.3, March 2017 Prformanc Comparison of Data Mining Algorithms for th Prdictiv Accuracy of Crdit Card Dfaultrs Dr. Maruf Pasha,

More information

IN the early seventies, the IEEE recommended a Common

IN the early seventies, the IEEE recommended a Common PAPER SUBMITTED TO 2009 IEEE PES GENERAL MEETING. 1 Opn Modl For Exchanging Powr Systm Data F. Milano, Mmbr, IEEE, M. Zhou, Mmbr, IEEE, and GuanJi Hou Abstract This papr prsnts an XML-basd opn data modl

More information

Intersection-free Contouring on An Octree Grid

Intersection-free Contouring on An Octree Grid Intrsction-fr Contouring on An Octr Grid Tao Ju Washington Univrsity in St. Louis On Brookings Driv St. Louis, MO 0, USA taoju@cs.wustl.du Tushar Udshi Zyvx Corporation North Plano Road Richardson, Txas

More information

Review and analysis of Cloud Computing Quality of Experience

Review and analysis of Cloud Computing Quality of Experience Rviw and analysis of Cloud Computing Quality of Exprinc Fash Safdari 1, Victor Chang 1 1 School of Computing, Crativ Tchnologis and Enginring, Lds Mtropolitan Univrsity, Hadinly, Lds LS6 3QR {F.Safdari;

More information

Clustering Algorithms

Clustering Algorithms Clustring Algoritms Hirarcical Clustring k -Mans Algoritms CURE Algoritm 1 Mtods of Clustring Hirarcical (Agglomrativ): Initially, ac point in clustr by itslf. Rpatdly combin t two narst clustrs into on.

More information