Using Mathematics for Data Traffic Modeling within an e-learning Platform

Size: px
Start display at page:

Download "Using Mathematics for Data Traffic Modeling within an e-learning Platform"

Transcription

1 6th WSES Iteratoal Coferece o EDUCTION ad EDUCTIONL TECHNOLOGY, Italy, November -3, Usg Mathematcs for Data Traffc Modelg wth a e-learg Platform Mara Crsta Mhăescu Uversty of Craova, Faculty of utomatcs, Computers ad Electrocs Software Egeerg Departmet Bvd. Decebal, Nr. 07, Craova, Dolj, Romaa bstract-e-learg data traffc characterzato ad modelg may brg mportat owledge about characterstcs of traffc. It s cosdered that wthout measuremet t s mpossble to buld realstc traffc models. We propose a aalyss archtecture employed for characterzato ad modelg usg data mg techques ad mathematcal models. The ma problem s that usually real data traffc has to be measured real tme, saved ad later aalyzed. The proposed archtecture uses data from applcato level. I ths way the data loggg process becomes a much easer tas wth practcally almost the same outcomes. I. INTRODUCTION Tesys e-learg platform was developed ad deployed. It has a bult mechasm for motorg actos performed by users ad data traffc trasferred durg usage. I ths paper we study the possblty of modelg data traffc usg data mg techques ad mathematcs based o performed actos. Ths would have great beefts regardg the overhead wth the platform. Itroducto presets short Tesys e-learg platform. I secod secto there are preseted the employed methods: actos ad data motorg, the process of clusterg users. The clusterg process groups smlar users based o a specfc smlarty fucto. t cluster level, self-smlarty of data traffc s the examed. Ths s accomplshed by estmatg Hurst parameter. I thrd secto of the paper there s preseted the proposed archtecture ad the aalyss process. I shor the archtecture ad employed process wll try to estmate the data traffc self-smlarty wth a cluster of users. I fourth secto there are preseted obtaed results. Fally, the coclusos ad future wors are preseted. Tesys s a e-learg platform that has bee desged ad mplemeted ad was deployed a cotuous learg program. Four types of users may use the platform: sysadm, secretary, professor ad studet. Secretares ad professors wor together to maage the frastructure the studet wll use. Secretares maage the professors, dscples ad studets. Professors tae care of the assged dscples terms of course materals, test ad exam questos. e-learg template mechasm creates course materals a very attractve ad teractve fasho. Professors ad studets commucate wth each other through a dedcated module of the platform. The studets are the ma beefcares of the platform. They ca dowload course materals tae tests at each chapter of the dscples ad tae the fal examato. They ca also commucate peer-to-peer wth professors ad secretares. The sysadm has more a supervsg role sce besdes maagg secretares he may obta formato regardg the actvty doe o the platform. The platform has bult capablty of motorg ad recordg user s actvty at applcato level. The actvty represets valuable data sce t s the raw data for our mache learg ad modelg process. User s sequece of sessos maes up hs actvty. sesso starts whe the studet logs ad fshes whe the studet logs out. Uder these crcumstaces, a sequece of actos maes up a sesso. II. METHODS ND MTERILS From the desg phase of the platform, there were adopted two methodologes for motorg actos. Sce the busess logc of the platform s Java based, log4j utlty pacage was employed as a loggg faclty ad s called wheever eeded wth the logc of the applcato. The utlty pacage s easy to use; log4j.propertes propertes fle maages the loggg process. The setup process states the logs are saved dd.log fle. The ma drawbac of ths techque s that the data from the fle s a sem-structured form. Ths maes the formato retreval to be ot so easy tas to accomplsh. O the advatages, loggg actvty may be very helpful audtg the platform or eve fdg securty breaches. Ths loggg faclty s also very helpful whe debuggg durg developmet or whe aalyzg pecular behavor durg deploymet. To overcome the sem-structured shape of logged actvty a structured way of gatherg actvty formato was eforced. The actvty table was added the database ad all actos were recorded the maer of oe record per acto. The felds of actvty table are: d (prmary ey), user d (detfes the user who performed the acto), date (stores the date whe the acto was performed), acto (stores a tag that detfes the acto), detals (stores detals about performed acto). The quatty of data traffc trasferred by users was also measured ad logged. Wheever a user made a request the sze bytes of the respose was measured ad saved. Stll, the recorded quattes of trasferred data were recorded at acto level. For example, f a user performs a test composed of 0 questos ths s recorded as a sgle data trasfer. The szes of questos are cumulated ad the result represets the data trasferred at the tme whe the test started. There are may dfferet ways for represetg patters that ca be dscovered by mache learg. From all of them we choose clusterg, whch s the process of groupg

2 6th WSES Iteratoal Coferece o EDUCTION ad EDUCTIONL TECHNOLOGY, Italy, November -3, a set of physcal or abstract objects to classes of smlar objects []. Bascally, for our platform we create clusters of users based o ther actvty. s a product of clusterg process, assocatos betwee dfferet actos o the platform ca easly be ferred from the logged data. I geeral, the actvtes that are preset the same profle ted to be foud together the same sesso. The actos mag up a profle ted to co-occur to form a large tem set [8]. There are may clusterg methods the lterature: parttog methods such as [9], herarchcal methods, desty-based methods such as [0], grd-based methods or model-based methods. Herarchcal clusterg algorthms le the Sgle-L method [4] or OPTICS [7] compute a represetato of the possble herarchcal clusterg structure of the database the form of a dedrogram or a reachablty plot from whch clusters at varous resolutos ca be extracted, as has bee show []. From all of these we chose to have a closer loo o parttog methods. From a dfferet perspectve for a cluster there may be computed the followg parameters: x + x x, the meas x + x x ( ) ( ) ( ) stadard devato p, the probablty,the The sum of all probabltes for all clusters s. If we ow whch of the dstrbutos each stace came from, fdg the parameters s easy. O the other had, f the parameters are ow fdg the probabltes that a gve stace comes from each dstrbuto s easy. Gve a stace x, the probablty that t belogs to cluster s: Pr[ x ] Pr[ ] f ( x;, ) p Pr[ x] Pr[ x] Pr[ x] where f ( x;, ) s the ormal dstrbuto fucto for cluster, that s: ( x ) f ( x;, ) e π The EM algorthm [] taes to cosderato that we ow ether of these thgs: ot the dstrbuto that each trag stace came from, or the parameters, or the probablty. So, we adopt the procedure used for the -meas clusterg algorthm ad terate. Start wth tal guess for the fve parameters, use them to calculate the cluster probabltes for each stace, use these probabltes to reestmate the parameters, ad repeat. Ths s called the EM algorthm for expectato-maxmzato. The frst step, the calculato of cluster probabltes (whch are the expected class values) s expectato ; the secod, calculato of the dstrbuto parameters s maxmzato of the lelhood of the dstrbutos gve the data [8]. slght adjustmet must be made to the parameter estmato equatos to accout for the fact that t s oly cluster probabltes, ot the clusters themselves that are ow for each stace. These probabltes just act le weghts. If w s the probablty that stace belogs to cluster, the mea ad stadard devato are: w x + w x w x w + w w ( x ) + w ( x ) w ( x ) w w + w w where x are all the staces, ot just those belogg to cluster. Techcally speag, ths s a maxmum lelhood estmator of the varace. Now we shall dscuss about how teratg process s termated. The -meas algorthm stops whe the classes of staces do t chage from oe terato to the ext a fxed pot has bee reached. I the EM algorthm thgs are ot qute so easy: the algorthm coverges toward a fxed pot but ever actually gets there. But we ca see how close t s by calculatg the overall lelhood that the data came from ths datase gve the values for the parameters (mea, stadard devato ad probablty). Ths overall lelhood s obtaed by multplyg the probabltes of the dvdual staces : ( p Pr[ x ] p Pr[ x B] ) + B where the probabltes gve the clusters ad B are determed from the ormal dstrbuto fucto f ( x;, ). Ths overall lelhood s a measure of the goodess of clusterg ad creases at each terato of the EM algorthm. ga, there s a techcal dffculty wth equatg the probablty of a partcular value of x wth f ( x;, ), ad ths case the effect does ot dsappear because o probablty ormalzato operato s appled. The upshot s that the lelhood expresso above s ot a probablty ad does ot ecessarly le betwee zero ad oe: evertheless, ts magtude stll reflects the qualty of the clusterg. I practcal mplemetatos ts logarthm s calculated stead: ths s doe by summg the logs of dvdual compoets, avodg all the multplcatos. But the overall cocluso stll holds: terate utl the crease log-lelhood becomes eglgble. For example, a practcal mplemetato mght terate utl the dfferece betwee successve values of log-lelhood s less tha 0-0 for te successve teratos. Typcally, the log-lelhood wll crease very sharply over the frst few teratos ad the coverge rather qucly to a pot that s vrtually statoary. lthough the EM algorthm s guarateed to coverge to a maxmum, ths s a local maxmum ad may ot ecessarly be the same as the global maxmum. For a better chace of obtag the global maxmum, the whole procedure should be repeated several tmes, wth dfferet tal guess for the parameter values. The overall log-lelhood fgure ca be used to compare the dfferet fal cofgurato obtaed: just choose the largest of the local maxma [8]. The EM algorthm s mplemeted Wea pacage[] ad eeds the put data to be a custom format called arff.

3 6th WSES Iteratoal Coferece o EDUCTION ad EDUCTIONL TECHNOLOGY, Italy, November -3, Self-smlarty ad log-rage depedece of data traffc are dscussed detal [3, 4 ad 5]. process s cosdered to be self-smlar f Hurst parameter satsfes the codto: ( ) H Y t a Y ( at) t > 0, a > 0, 0 < H < where the equalty s the sese of fte-dmesoal dstrbutos. secod defto of self-smlarty that s more approprate the cotext of stadard tme seres, volves a statoary sequece X X ( ), }. Let X ( m) m ( ) (/ m) X ( ), ( ) m+ { >,,... It s ot possble to use the defto to chec whether a fte traffc trace s self-smlar or ot. Istead dfferet features of self-smlarty such as slowly decayg varaces are vestgated order to estmate the Hurst parameter H. Parameter H ca tae ay value betwee / ad ad the hgher the value the hgher the degree of self-smlarty. For smooth Posso traffc the value s H0.5. There are four methods are used to test for self-smlarty. These four methods are all heurstc graphcal methods, they provde o cofdece tervals ad they may be based for some values of H. The rescaled adjusted rage plot (R/S plot), the Varace-Tme plot ad the Perodogram plo ad also the theory behd these methods, are descrbed detal by Bera [3] ad Taqqu et al. [5]. Molar et al. [6] descrbes the dex of dsperso for couts method ad also dscuss how the estmato of the Hurst parameter ca deped o estmato techque, sample sze, tme scale ad other factors. III. PROPOSED NLYSIS PROCESS The aalyss process starts from logged data about actos ad data traffc ad comes up wth a estmato of Hurst parameter. Ths estmato of self-smlarty represets mportat owledge characterzg ad modelg data traffc. I Fgure t s preseted the employed aalyss process. Fgure. alyss process. The aalyss process starts by creatg clusters of users based o ther actvty. For ths there s used oly the data regardg performed actos. Oce the clusters of users are obtaed, the data traffc trasferred wth each cluster s tae to cosderato by H Parameter Estmator module. Ths module wll produce three plots: R/S plo Varace- Tme plot ad the Perodogram plot.. The R/S method s oe of the oldest ad most well ow methods for estmatg H. Let Xt deote the umber of pacets that arrve at tme.e the umber of pacets b t. Y j X I represets the cumulatve flow up to tme j. The R/Sstatstc or rescaled adjusted rage s defed by the rato: R( ) R / S where S( ) R( ) max Yt + Yt 0 s called the adjusted rage ad S X ( Y Y ) m Y Y ( Y Y ) t t 0 t ( t ) ( X X ) +, where t + X maes t possble to study propertes that are depedet of scale. To determe the Hurst parameter H the rato R/S s calculated for every possble, or a suffcet umber of, values of t ad ad log R/S s plotted agast log. The slope of a straght le ftted to the pots the plo for stace by the least square method, s a estmato of the parameter H. For varace-tme plo frstly the mea of each par of cosecutve, o-overlappg bs are calculated ad the the varace of these meas s calculated. The -logarthm of the varace s plotted agast the logarthm of the bloc sze.e. The the same thg s doe for blocs of sze 4,8,6,..,legth(X)/ bs. The parameter H ca be estmated by fttg a smple least squares le through the resultg pots ad usg the relato slope H -. The perodogram s defed as: I N πn ( γ ) X ( j) j where γ s a frequecy, N s the legth of the seres, ad X s the tme seres. I(γ) s a estmator of the spectral desty. seres wth log-rage depedece should have a perodogram whch s proportoal to γ -H close to the org. estmato of H s gve by fttg a straght le to a log-log plot of the perodogram agast the frequecy. The slope of the le s approxmately -H. I practce oly the lowest 0% of the roughly N/ frequeces s used whe estmatg H [5]. IV. RESULTS The EM algorthm s mplemeted Wea pacage[8] ad eeds the put data to be a custom format called arff. Uder these crcumstaces we have developed a offle Java applcato that queres the platform s database ad crates the put data fle called actvty.arff. Ths process s automated ad s drve by a propertes fle whch there s specfed what data wll lay actvty.arff fle. The most mportat step ths procedure s the attrbute selecto ad the graularty of ther omal values. The e jγ t

4 6th WSES Iteratoal Coferece o EDUCTION ad EDUCTIONL TECHNOLOGY, Italy, November -3, umber of attrbutes ad ther meag has a crucal mportace for the whole process sce rrelevat attrbutes may degrade classfcato performace sese of relevace. O the other had, the more attrbutes we have the more tme the algorthm wll tae to produce a result. Doma owledge ad of course commo sese are crucal assets for obtag relevat results. For a studet our platform we may have a very large umber of attrbutes. Stll, our procedure we used oly three: the umber of logggs, the umber of tae tests ad the umber of set messages. Here s how the arff fle loos ooflogs ooftests oofsetmessages {<0,<0,<30,<50,>50} TBLE I DISTRIBUTION OF USERS IN CLUSTERS Cluster No. of users 0 9 (34%) 4 (6%) 35 (50%) For obtaed clusters a study of self smlarty of traffc was performed. More precsely, self-smlarty was studed for cluster 0 formed of 9 studets (34%). I 6 moth of fuctog o the platform there were executed over 0,000 actos of dfferet types: course dowloads, messagg, self tests, exams. For computatos a pacet was cosdered to have,000 bytes. For estmato of Hurst parameter there was chose a 3 hours terval, betwee 8:00 ad :00 whch s cosdered to be a heavy traffc perod. Ths may be observed from the geeral traffc statstcs preseted <50,<0,<0, >00,<0,<0, s t ca be see from the defto of the attrbutes each of them has a set of fve omal values from whch oly oe may be assged. The values of the attrbutes are computed for each of the 375 studets ad are set secto of the fle. For example, the frst le says that the studet logged less tha ffty tmes, too less tha te tests ad set less tha te messages to professors. The graularty for the omal values of the attrbutes ca be also creased. I our study we cosdered oly fve possble values but we ca cosder testg the algorthm wth more possble values. Ths should have great mpact o the umber of obtaed clusters. The tme tae by the algorthm to produce results should also crease. I order to obta relevat results we prued osy data. We cosdered that studets for whch the umber of logggs, the umber of tae tests or the umber of set messages s zero are ot terestg for our study ad degrade performace ad that s why all such records were deleted. fter ths step there remaed oly 68 staces. Rug the EM algorthm created three clusters. The procedure clustered 9 staces (34%) cluster 0, 4 staces (6%) cluster ad 35 staces (50%) cluster 3. The fal step s to chec how well the model fts the data by computg the lelhood of a set of test data gve the model. Wea measures goodess-of-ft by the logarthm of the lelhood, or log-lelhood: ad the larger ths quatty, the better the model fts the data. Istead of usg a sgle test se t s also possble to compute a cross valdato estmate of the log-lelhood. For our staces the value of the log-lelhood s whch represet a promsg result the sese that staces ( our case studets) may be classfed three dsjot clusters based o ther actvty. The clusterg process produced the followg results: Fgure. Geeral data traffc o e-learg platform The terval from 8:00 to :00 was chose for close aalyss. The R/S plot estmated H parameter to a value of The tme-varace plot showed a slope of whch meas a value of H of +slope/0.84. The IDC (Idex of Dsperso for Couts) shows a H parameter of I Perodogram plot there may be observed a value of H These methods do ot obta exactly the same values but values are over 0.5 whch s a good dcato of traffc s self-smlarty. Fgure 3. Estmato of Hurst parameter R/S plot

5 6th WSES Iteratoal Coferece o EDUCTION ad EDUCTIONL TECHNOLOGY, Italy, November -3, Havg md that o-statoary traffc may be easly tae as self-smlar statoary traffc there were also examed smaller tervals of tme bs. H parameter was estmated for each of the 6 tervals of 30 mutes betwee 8:00 ad :00. The results are preseted Fgure 7. Fgure 4. Estmato of Hurst parameter Varace-Tme plot Fgure 7. Estmato of Hurst parameter for tervals of 30 mutes from 8:00 to :00 I ths way, there was estmated H parameter for three hours from a complete terval of 4 hours. Estmato of H parameter for other tervals s preseted Fgure 8. Fgure 5. Estmato of Hurst parameter Perodogram plot Fgure 6. Estmato of Hurst parameter IDC plot The self-smlarty of byte traffc presets smlar values for H parameter. The umber of bytes trasferred each b were computed ad results preseted Table II. I ths table there are preseted estmatos of H parameter for dfferet dmesos of tme b. TBLE II HURST PRMETER ESTIMTES FOR 8:00-:00 TIME INTERVL B Pacets Bytes sze H R/S H VT H P H R/S H VT H P h h h Fgure 8. Estmato of Hurst parameter for each hour of traffc motorg Estmatos were accomplshed for pacet data traffc ad a tme terval of 5 mutes. ll three methods show hgh values betwee 5:00 ad 0:00. Because ths tme terval correspods to momets whe the platform was tesely used cofrms the researches of Lelad et. al. [7] that expressed the dea that whe etwor load s hgh tha the degree of self-smlarty s creased. The fact that traffc s foud to be self-smlar does ot chage ts behavor but t chages the owledge about real traffc ad also the way whch traffc s modeled. It has lead may [9] to abado the Posso-based modelg of

6 6th WSES Iteratoal Coferece o EDUCTION ad EDUCTIONL TECHNOLOGY, Italy, November -3, etwor traffc for all but user sesso arrvals. Real traffc, well descrbed as self-smlar, has a burst wth burst structure that caot be descrbed wth the tradtoal Posso-based traffc modelg. V. CONCLUSIONS Tesys e-learg platform was developed ad deployed. The platform has bult capablty of loggg actos performed by users ad data traffc quattes trasferred amog users. fter sx moth of usage, a large quatty of data was avalable to aalyze. Data aalyss s doe usg EM clusterg algorthm mplemeted by Wea system ad mathematcal traffc modelg. The user clusterg process produced three clusters of users. The mathematcal traffc modelg was performed o data obtaed for users that belog to a certa cluster. Mathematcal modelg estmates the self-smlarty of data traffc. Ths s accomplshed by heurstc graphcal methods: R/S plo varace-tme plo IDC plo perodogram plot. The aalyss s performed rgorously for a three hours terval, from 8:00 to :00 but also for the whole day. ll the aalyss follows a proposed aalyss process that has as put data regardg executed actos ad trasferred bytes wth the platform ad has as output estmates of the Hurst parameter. Values foud for Hurst parameter are very promsg. ll calculatos showed values above 0.7 ad may tmes above 0.8 whch dcate a good level of self-smlarty. The dffereces regardg Hurst parameter are due to estmato method, b sze ad pot of tme. s future wors t would be terestg to aalyze f there s a correlato betwee the user behavor ad the amout of data trasferred. Sce employed clusterg process parttoed users accordg wth ther behavor ths paper s a step showg that self-smlarty etwor traffc ca be explaed terms of user behavor. [0] R. grawal ad R. Sra Fast algorthms for mg assocato rules, Proc. of the 0th VLDB Coferece, pp , Satago, Chle, 994. [] B. Mobasher, N. Ja, E-H. Ha, ad J. Srvastava Web mg: Patter dscovery from World Wde Web trasactos, Techcal Report , Uversty of Mesota, Sep, 996 [] Holmes, G., Do,., ad Wtte, I.H., Wea: a mache learg worbech. Proceedgs of the 994 Secod ustrala ad New Zealad Coferece o Itellget Iformato Systems, Brsbae, ustrala, pp , 994. [3] J. Bera. Statstcs for Log-Memory Processes. Chapma & Hall, New Yor, 994. [3] W. Wllger, M. S. Taqqu, R. Sherma, ad D. Wlso, Selfsmlarty through hgh-varablty: statstcal aalyss of Etheret LN traffc at the source level, Proceedgs of SIGCOMM 95, pp [4] W. Wllger, V. Paxso ad M.S. Taqqu, Self-smlarty ad heavy tals: structural modelg of etwor traffc, practcal gude to heavy tals: statstcal techques ad applcatos, R. dler, R. Feldma ad M.S. Taqqu, Eds. Brhauser, Bosto, 998. [5] M. S. Taqqu ad V. Teverovsy, O estmatg the testy of lograge depedece fte ad fte varace tme seres, practcal gude to heavy tals: statstcal techques ad applcatos, R. dler, R. Feldma ad M.S. Taqqu, Eds. Brhauser, Bosto, 998. [6] S. Molar,. Vdacs ad. Nlsso, Bottleecs o the Way Towards Fractal Characterzato of Networ Traffc: Estmato ad Iterpretato of the Hurst Parameter. Iteratoal Coferece o the Performace ad Maagemet of Commucato Networ, Tsuuba, Japa, 7- November 997. [7] W. E. Lelad, M. S. Taqqu, W. Wllger ad D. V. Wlso, O the self-smlar ature of Etheret traffc (Exteded verso), IEEE/CM Trasactos o Networg, vol., o., pp. -5, 994. [8] Holmes, G., Do,., ad Wtte, I.H., Wea: a mache learg worbech, Proceedgs of the 994 Secod ustrala ad New Zealad Coferece o Itellget Iformato Systems, Brsbae, ustrala, pp , 994. [9] V. Paxso ad S.Floyd, Wde-area traffc: The falure of posso modelg, IEEE/CM Trasactos o Networg, vol. 3, o. 3, pp. 6-44, 995. REFERENCES [] Jawe Ha, Mchele Kamber Data Mg Cocepts ad Techques Morga Kaufma Publshers, 00. [] R. grawal ad R. Sra Fast algorthms for mg assocato rules, Proc. of the 0th VLDB Coferece, pp , Satago, Chle, 994. [3] MacQuee, J. Some Methods for Classfcato ad alyss of Multvarate Observatos. I 5th Bereley Symp. Math. Statst. Prob., 8-97, 967. [4] Ester M., Kregel H.-P., Sader J., Xu X.: Desty-Based lgorthm for Dscoverg Clusters Large Spatal Databases wth Nose, Proc. KDD 96, Portlad, OR, pp.6-3,996. [5] Sbso, R. SLINK: Optmally Effcet lgorthm for the Sglel Cluster Method. The Computer Joural, 6(): 30-34, 973. [6] ers M., Breug, M., Kregel, H-P., Sader, J. OPTICS: Orderg Pots to Idetfy the Clusterg Structure. I SIGMOD 99, 49-60, 999. [7] Sader, J., Q, X., Lu, Z., Nu, N, Kovarsy,. utomated Extracto of Clusters from Herarchcal Clusterg Represetatos. PKDD 03. [8] Ia H. Wtte, Ebe Fra Data Mg Practcal Mache Learg Tools ad Techques wth Java Implemetatos Morga Kaufma Publshers, 000. [9] Nasraou O., Josh., ad Krshapuram R., Relatoal Clusterg Based o a New Robust Estmator wth pplcato to Web Mg, Proc. Itl. Cof. North merca Fuzzy Ifo. Proc. Socety (NFIPS 99), New Yor, Jue 999.

CS 2710 Foundations of AI Lecture 22. Machine learning. Machine Learning

CS 2710 Foundations of AI Lecture 22. Machine learning. Machine Learning CS 7 Foudatos of AI Lecture Mache learg Mlos Hauskrecht mlos@cs.ptt.edu 539 Seott Square Mache Learg The feld of mache learg studes the desg of computer programs (agets) capable of learg from past eperece

More information

Machine Learning: Algorithms and Applications

Machine Learning: Algorithms and Applications /03/ Mache Learg: Algorthms ad Applcatos Florao Z Free Uversty of Boze-Bolzao Faculty of Computer Scece Academc Year 0-0 Lecture 3: th March 0 Naïve Bayes classfer ( Problem defto A trag set X, where each

More information

Point Estimation-III: General Methods for Obtaining Estimators

Point Estimation-III: General Methods for Obtaining Estimators Pot Estmato-III: Geeral Methods for Obtag Estmators RECAP 0.-0.6 Data: Radom Sample from a Populato of terest o Real valued measuremets: o Assumpto (Hopefully Reasoable) o Model: Specfed Probablty Dstrbuto

More information

Process Quality Evaluation based on Maximum Entropy Principle. Yuhong Wang, Chuanliang Zhang, Wei Dai a and Yu Zhao

Process Quality Evaluation based on Maximum Entropy Principle. Yuhong Wang, Chuanliang Zhang, Wei Dai a and Yu Zhao Appled Mechacs ad Materals Submtted: 204-08-26 ISSN: 662-7482, Vols. 668-669, pp 625-628 Accepted: 204-09-02 do:0.4028/www.scetfc.et/amm.668-669.625 Ole: 204-0-08 204 Tras Tech Publcatos, Swtzerlad Process

More information

Face Recognition using Supervised & Unsupervised Techniques

Face Recognition using Supervised & Unsupervised Techniques Natoal Uversty of Sgapore EE5907-Patter recogto-2 NAIONAL UNIVERSIY OF SINGAPORE EE5907 Patter Recogto Project Part-2 Face Recogto usg Supervsed & Usupervsed echques SUBMIED BY: SUDEN NAME: harapa Reddy

More information

ITEM ToolKit Technical Support Notes

ITEM ToolKit Technical Support Notes ITEM ToolKt Notes Fault Tree Mathematcs Revew, Ic. 2875 Mchelle Drve Sute 300 Irve, CA 92606 Phoe: +1.240.297.4442 Fax: +1.240.297.4429 http://www.itemsoft.com Page 1 of 15 6/1/2016 Copyrght, Ic., All

More information

Chapter 3 Descriptive Statistics Numerical Summaries

Chapter 3 Descriptive Statistics Numerical Summaries Secto 3.1 Chapter 3 Descrptve Statstcs umercal Summares Measures of Cetral Tedecy 1. Mea (Also called the Arthmetc Mea) The mea of a data set s the sum of the observatos dvded by the umber of observatos.

More information

Bezier curves. 1. Defining a Bezier curve. A closed Bezier curve can simply be generated by closing its characteristic polygon

Bezier curves. 1. Defining a Bezier curve. A closed Bezier curve can simply be generated by closing its characteristic polygon Curve represetato Copyrght@, YZU Optmal Desg Laboratory. All rghts reserved. Last updated: Yeh-Lag Hsu (--). Note: Ths s the course materal for ME55 Geometrc modelg ad computer graphcs, Yua Ze Uversty.

More information

Blind Steganalysis for Digital Images using Support Vector Machine Method

Blind Steganalysis for Digital Images using Support Vector Machine Method 06 Iteratoal Symposum o Electrocs ad Smart Devces (ISESD) November 9-30, 06 Bld Stegaalyss for Dgtal Images usg Support Vector Mache Method Marcelus Hery Meor School of Electrcal Egeerg ad Iformatcs Badug

More information

Clustering documents with vector space model using n-grams

Clustering documents with vector space model using n-grams Clusterg documets wth vector space model usg -grams Klas Skogmar, d97ksk@efd.lth.se Joha Olsso, d97jo@efd.lth.se Lud Isttute of Techology Supervsed by: Perre Nugues, Perre.Nugues@cs.lth.se Abstract Ths

More information

APPLICATION OF CLUSTERING METHODS IN BANK S PROPENSITY MODEL

APPLICATION OF CLUSTERING METHODS IN BANK S PROPENSITY MODEL APPLICATION OF CLUSTERING METHODS IN BANK S PROPENSITY MODEL Sergej Srota Haa Řezaková Abstract Bak s propesty models are beg developed for busess support. They should help to choose clets wth a hgher

More information

APR 1965 Aggregation Methodology

APR 1965 Aggregation Methodology Sa Joaqu Valley Ar Polluto Cotrol Dstrct APR 1965 Aggregato Methodology Approved By: Sged Date: March 3, 2016 Araud Marjollet, Drector of Permt Servces Backgroud Health rsk modelg ad the collecto of emssos

More information

For all questions, answer choice E) NOTA" means none of the above answers is correct. A) 50,500 B) 500,000 C) 500,500 D) 1,001,000 E) NOTA

For all questions, answer choice E) NOTA means none of the above answers is correct. A) 50,500 B) 500,000 C) 500,500 D) 1,001,000 E) NOTA For all questos, aswer choce " meas oe of the above aswers s correct.. What s the sum of the frst 000 postve tegers? A) 50,500 B) 500,000 C) 500,500 D),00,000. What s the sum of the tegers betwee 00 ad

More information

1-D matrix method. U 4 transmitted. incident U 2. reflected U 1 U 5 U 3 L 2 L 3 L 4. EE 439 matrix method 1

1-D matrix method. U 4 transmitted. incident U 2. reflected U 1 U 5 U 3 L 2 L 3 L 4. EE 439 matrix method 1 -D matrx method We ca expad the smple plae-wave scatterg for -D examples that we ve see to a more versatle matrx approach that ca be used to hadle may terestg -D problems. The basc dea s that we ca break

More information

NEURO FUZZY MODELING OF CONTROL SYSTEMS

NEURO FUZZY MODELING OF CONTROL SYSTEMS NEURO FUZZY MODELING OF CONTROL SYSTEMS Efré Gorrosteta, Carlos Pedraza Cetro de Igeería y Desarrollo Idustral CIDESI, Av Pe de La Cuesta 70. Des. Sa Pablo. Querétaro, Qro, Méxco gorrosteta@teso.mx pedraza@cdes.mx

More information

Descriptive Statistics: Measures of Center

Descriptive Statistics: Measures of Center Secto 2.3 Descrptve Statstcs: Measures of Ceter Frequec dstrbutos are helpful provdg formato about categorcal data, but wth umercal data we ma wat more formato. Statstc: s a umercal measure calculated

More information

ANALYSIS OF VARIANCE WITH PARETO DATA

ANALYSIS OF VARIANCE WITH PARETO DATA Proceedgs of the th Aual Coferece of Asa Pacfc Decso Sceces Isttute Hog Kog, Jue -8, 006, pp. 599-609. ANALYSIS OF VARIANCE WITH PARETO DATA Lakhaa Watthaacheewakul Departmet of Mathematcs ad Statstcs,

More information

Machine Learning. CS 2750 Machine Learning. Administration. Lecture 1. Milos Hauskrecht 5329 Sennott Square, x4-8845

Machine Learning. CS 2750 Machine Learning. Administration. Lecture 1. Milos Hauskrecht 5329 Sennott Square, x4-8845 CS 75 Mache Learg Lecture Mache Learg Mlos Hauskrecht mlos@cs.ptt.edu 539 Seott Square, 5 people.cs.ptt.edu/~mlos/courses/cs75/ Admstrato Istructor: Prof. Mlos Hauskrecht mlos@cs.ptt.edu 539 Seott Square,

More information

Software reliability is defined as the probability of failure

Software reliability is defined as the probability of failure Evolutoary Regresso Predcto for Software Cumulatve Falure Modelg: a comparatve study M. Beaddy, M. Wakrm & S. Aljahdal 2 : Dept. of Math. & Ifo. Equpe MMS, Ib Zohr Uversty Morocco. beaddym@yahoo.fr 2:

More information

Differentiated Service of Streaming Media Playback Technology

Differentiated Service of Streaming Media Playback Technology Iteratoal Coferece o Advaced Iformato ad Commucato Techology for Educato (ICAICTE 2013) Dfferetated Servce of Streamg Meda Playback Techology CHENG Z-ao 1 MENG Bo 1 WANG Da-hua 1 ZHAO Yue 1 1 Iformatzato

More information

ChEn 475 Statistical Analysis of Regression Lesson 1. The Need for Statistical Analysis of Regression

ChEn 475 Statistical Analysis of Regression Lesson 1. The Need for Statistical Analysis of Regression Statstcal-Regresso_hadout.xmcd Statstcal Aalss of Regresso ChE 475 Statstcal Aalss of Regresso Lesso. The Need for Statstcal Aalss of Regresso What do ou do wth dvdual expermetal data pots? How are the

More information

A Perception of Statistical Inference in Data Mining

A Perception of Statistical Inference in Data Mining Iteratoal Joural of Computer Scece & Commucato Vol., No., July-December 00, pp. 373-378 A Percepto of Statstcal Iferece Data Mg Sajay Gaur & M. S. Dulawat, Departmet of Mathematcs & Statstcs, Mohalal Sukhada

More information

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article Avalable ole www.ocpr.com Joural of Chemcal ad Pharmaceutcal Research, 2015, 73):476-481 Research Artcle ISSN : 0975-7384 CODENUSA) : JCPRC5 Research o cocept smlarty calculato method based o sematc grd

More information

A Comparison of Univariate Smoothing Models: Application to Heart Rate Data Marcus Beal, Member, IEEE

A Comparison of Univariate Smoothing Models: Application to Heart Rate Data Marcus Beal, Member, IEEE A Comparso of Uvarate Smoothg Models: Applcato to Heart Rate Data Marcus Beal, Member, IEEE E-mal: bealm@pdx.edu Abstract There are a umber of uvarate smoothg models that ca be appled to a varety of olear

More information

Beijing University of Technology, Beijing , China; Beijing University of Technology, Beijing , China;

Beijing University of Technology, Beijing , China; Beijing University of Technology, Beijing , China; d Iteratoal Coferece o Machery, Materals Egeerg, Chemcal Egeerg ad Botechology (MMECEB 5) Research of error detecto ad compesato of CNC mache tools based o laser terferometer Yuemg Zhag, a, Xuxu Chu, b

More information

On a Sufficient and Necessary Condition for Graph Coloring

On a Sufficient and Necessary Condition for Graph Coloring Ope Joural of Dscrete Matheatcs, 04, 4, -5 Publshed Ole Jauary 04 (http://wwwscrporg/joural/ojd) http://dxdoorg/0436/ojd04400 O a Suffcet ad Necessary Codto for raph Colorg Maodog Ye Departet of Matheatcs,

More information

COMSC 2613 Summer 2000

COMSC 2613 Summer 2000 Programmg II Fal Exam COMSC 63 Summer Istructos: Name:. Prt your ame the space provded Studet Id:. Prt your studet detfer the space Secto: provded. Date: 3. Prt the secto umber of the secto whch you are

More information

Fuzzy ID3 Decision Tree Approach for Network Reliability Estimation

Fuzzy ID3 Decision Tree Approach for Network Reliability Estimation IJCSI Iteratoal Joural of Computer Scece Issues, Vol. 9, Issue 1, o 1, Jauary 2012 ISS (Ole): 1694-0814 www.ijcsi.org 446 Fuzzy ID3 Decso Tree Approach for etwor Relablty Estmato A. Ashaumar Sgh 1, Momtaz

More information

Reliable Surface Extraction from Point-Clouds using Scanner-Dependent Parameters

Reliable Surface Extraction from Point-Clouds using Scanner-Dependent Parameters 1 Relable Surface Extracto from Pot-Clouds usg Scaer-Depedet Parameters Hrosh Masuda 1, Ichro Taaka 2, ad Masakazu Eomoto 3 1 The Uversty of Tokyo, masuda@sys.t.u-tokyo.ac.jp 2 Tokyo Dek Uversty, taaka@cck.deda.ac.jp

More information

Estimation of Co-efficient of Variation in PPS sampling.

Estimation of Co-efficient of Variation in PPS sampling. It. Statstcal Ist.: Proc. 58th World Statstcal Cogress, 0, Dubl (Sesso CPS00) p.409 Estmato of Co-effcet of Varato PPS samplg. Archaa. V ( st Author) Departmet of Statstcs, Magalore Uverst Magalagagotr,

More information

Optimal Allocation of Complex Equipment System Maintainability

Optimal Allocation of Complex Equipment System Maintainability Optmal Allocato of Complex Equpmet System ataablty X Re Graduate School, Natoal Defese Uversty, Bejg, 100091, Cha edcal Protecto Laboratory, Naval edcal Research Isttute, Shagha, 200433, Cha Emal:rexs841013@163.com

More information

Evaluation of Node and Link Importance Based on Network Topology and Traffic Information DU Xun-Wei, LIU Jun, GUO Wei

Evaluation of Node and Link Importance Based on Network Topology and Traffic Information DU Xun-Wei, LIU Jun, GUO Wei Advaced Materals Research Submtted: 2014-08-29 ISSN: 1662-8985, Vols. 1049-1050, pp 1765-1770 Accepted: 2014-09-01 do:10.4028/www.scetfc.et/amr.1049-1050.1765 Ole: 2014-10-10 2014 Tras Tech Publcatos,

More information

A Web Mining Based Network Personalized Learning System Hua PANG1, a, Jian YU1, Long WANG2, b

A Web Mining Based Network Personalized Learning System Hua PANG1, a, Jian YU1, Long WANG2, b 3rd Iteratoal Coferece o Machery, Materals ad Iformato Techology Applcatos (ICMMITA 05) A Web Mg Based Network Persoalzed Learg System Hua PANG, a, Ja YU, Log WANG, b College of Educato Techology, Sheyag

More information

Area and Power Efficient Modulo 2^n+1 Multiplier

Area and Power Efficient Modulo 2^n+1 Multiplier Iteratoal Joural of Moder Egeerg Research (IJMER) www.jmer.com Vol.3, Issue.3, May-Jue. 013 pp-137-1376 ISSN: 49-6645 Area ad Power Effcet Modulo ^+1 Multpler K. Ptambar Patra, 1 Saket Shrvastava, Sehlata

More information

Performance Impact of Load Balancers on Server Farms

Performance Impact of Load Balancers on Server Farms erformace Impact of Load Balacers o Server Farms Ypg Dg BMC Software Server Farms have gaed popularty for provdg scalable ad relable computg / Web servces. A load balacer plays a key role ths archtecture,

More information

Cubic fuzzy H-ideals in BF-Algebras

Cubic fuzzy H-ideals in BF-Algebras OSR Joural of Mathematcs (OSR-JM) e-ssn: 78-578 p-ssn: 39-765X Volume ssue 5 Ver (Sep - Oct06) PP 9-96 wwwosrjouralsorg Cubc fuzzy H-deals F-lgebras Satyaarayaa Esraa Mohammed Waas ad U du Madhav 3 Departmet

More information

Constructive Semi-Supervised Classification Algorithm and Its Implement in Data Mining

Constructive Semi-Supervised Classification Algorithm and Its Implement in Data Mining Costructve Sem-Supervsed Classfcato Algorthm ad Its Implemet Data Mg Arvd Sgh Chadel, Arua Twar, ad Naredra S. Chaudhar Departmet of Computer Egg. Shr GS Ist of Tech.& Sc. SGSITS, 3, Par Road, Idore (M.P.)

More information

MATHEMATICAL PROGRAMMING MODEL OF THE CRITICAL CHAIN METHOD

MATHEMATICAL PROGRAMMING MODEL OF THE CRITICAL CHAIN METHOD MATHEMATICAL PROGRAMMING MODEL OF THE CRITICAL CHAIN METHOD TOMÁŠ ŠUBRT, PAVLÍNA LANGROVÁ CUA, SLOVAKIA Abstract Curretly there s creasgly dcated that most of classcal project maagemet methods s ot sutable

More information

MINIMIZATION OF THE VALUE OF DAVIES-BOULDIN INDEX

MINIMIZATION OF THE VALUE OF DAVIES-BOULDIN INDEX MIIMIZATIO OF THE VALUE OF DAVIES-BOULDI IDEX ISMO ÄRÄIE ad PASI FRÄTI Departmet of Computer Scece, Uversty of Joesuu Box, FI-800 Joesuu, FILAD ABSTRACT We study the clusterg problem whe usg Daves-Bould

More information

Using Linear-threshold Algorithms to Combine Multi-class Sub-experts

Using Linear-threshold Algorithms to Combine Multi-class Sub-experts Usg Lear-threshold Algorthms to Combe Mult-class Sub-experts Chrs Mesterharm MESTERHA@CS.RUTGERS.EDU Rutgers Computer Scece Departmet 110 Frelghuyse Road Pscataway, NJ 08854 USA Abstract We preset a ew

More information

Classification Web Pages By Using User Web Navigation Matrix By Mementic Algorithm

Classification Web Pages By Using User Web Navigation Matrix By Mementic Algorithm Classfcato Web Pages By Usg User Web Navgato Matrx By Memetc Algorthm 1 Parvaeh roustae 2 Mehd sadegh zadeh 1 Studet of Computer Egeerg Software EgeergDepartmet of ComputerEgeerg, Bushehr brach,

More information

An Improved Fuzzy C-Means Clustering Algorithm Based on Potential Field

An Improved Fuzzy C-Means Clustering Algorithm Based on Potential Field 07 d Iteratoal Coferece o Advaces Maagemet Egeerg ad Iformato Techology (AMEIT 07) ISBN: 978--60595-457-8 A Improved Fuzzy C-Meas Clusterg Algorthm Based o Potetal Feld Yua-hag HAO, Zhu-chao YU *, X GAO

More information

Parallel Iterative Poisson Solver for a Distributed Memory Architecture

Parallel Iterative Poisson Solver for a Distributed Memory Architecture Parallel Iteratve Posso Solver for a Dstrbted Memory Archtectre Erc Dow Aerospace Comptatoal Desg Lab Departmet of Aeroatcs ad Astroatcs 2 Motvato Solvg Posso s Eqato s a commo sbproblem may mercal schemes

More information

Eight Solved and Eight Open Problems in Elementary Geometry

Eight Solved and Eight Open Problems in Elementary Geometry Eght Solved ad Eght Ope Problems Elemetary Geometry Floret Smaradache Math & Scece Departmet Uversty of New Mexco, Gallup, US I ths paper we revew eght prevous proposed ad solved problems of elemetary

More information

Software Clustering Techniques and the Use of Combined Algorithm

Software Clustering Techniques and the Use of Combined Algorithm Software Clusterg Techques ad the Use of Combed Algorthm M. Saeed, O. Maqbool, H.A. Babr, S.Z. Hassa, S.M. Sarwar Computer Scece Departmet Lahore Uversty of Maagemet Sceces DHA Lahore, Paksta oaza@lums.edu.pk

More information

The Similarity Measures and their Impact on OODB Fragmentation Using Hierarchical Clustering Algorithms

The Similarity Measures and their Impact on OODB Fragmentation Using Hierarchical Clustering Algorithms The Smlarty Measures ad ther Impact o OODB Fragmetato Usg Herarchcal Clusterg Algorthms ADRIAN SERGIU DARABANT, HOREA TODORAN, OCTAVIAN CRET, GEORGE CHIS Dept. of Computer Scece Babes Bolya Uversty, Techcal

More information

ABSTRACT Keywords

ABSTRACT Keywords A Preprocessg Scheme for Hgh-Cardalty Categorcal Attrbutes Classfcato ad Predcto Problems Daele Mcc-Barreca ClearCommerce Corporato 1100 Metrc Blvd. Aust, TX 78732 ABSTRACT Categorcal data felds characterzed

More information

New Fuzzy Integral for the Unit Maneuver in RTS Game

New Fuzzy Integral for the Unit Maneuver in RTS Game New Fuzzy Itegral for the Ut Maeuver RTS Game Peter Hu Fug Ng, YgJe L, ad Smo Ch Keug Shu Departmet of Computg, The Hog Kog Polytechc Uversty, Hog Kog {cshfg,csyjl,csckshu}@comp.polyu.edu.hk Abstract.

More information

Interactive Change Detection Using High Resolution Remote Sensing Images Based on Active Learning with Gaussian Processes

Interactive Change Detection Using High Resolution Remote Sensing Images Based on Active Learning with Gaussian Processes Iteractve Chage Detecto Usg Hgh Resoluto Remote Sesg Images Based o Actve Learg wth Gaussa Processes Hu Ru a, Hua Yu a,, Pgpg Huag b, We Yag a a School of Electroc Iformato, Wuha Uversty, 43007 Wuha, Cha

More information

Speeding- Up Fractal Image Compression Using Entropy Technique

Speeding- Up Fractal Image Compression Using Entropy Technique Avalable Ole at www.jcsmc.com Iteratoal Joural of Computer Scece ad Moble Computg A Mothly Joural of Computer Scece ad Iformato Techology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC, Vol. 5, Issue. 4, Aprl

More information

A Comparison of Heuristics for Scheduling Spatial Clusters to Reduce I/O Cost in Spatial Join Processing

A Comparison of Heuristics for Scheduling Spatial Clusters to Reduce I/O Cost in Spatial Join Processing Edth Cowa Uversty Research Ole ECU Publcatos Pre. 20 2006 A Comparso of Heurstcs for Schedulg Spatal Clusters to Reduce I/O Cost Spatal Jo Processg Jta Xao Edth Cowa Uversty 0.09/ICMLC.2006.258779 Ths

More information

Content-Based Image Retrieval Using Associative Memories

Content-Based Image Retrieval Using Associative Memories Proceedgs of the 6th WSEAS It. Coferece o ELECOMMUNICAIONS ad INFORMAICS, Dallas, exas, USA, March 22-24, 2007 99 Cotet-Based Image Retreval Usg Assocatve Memores ARUN KULKARNI Computer Scece Departmet

More information

PERSPECTIVES OF THE USE OF GENETIC ALGORITHMS IN CRYPTANALYSIS

PERSPECTIVES OF THE USE OF GENETIC ALGORITHMS IN CRYPTANALYSIS PERSPECTIVES OF THE USE OF GENETIC ALGORITHMS IN CRYPTANALYSIS Lal Besela Sokhum State Uversty, Poltkovskaa str., Tbls, Georga Abstract Moder cryptosystems aalyss s a complex task, the soluto of whch s

More information

Office Hours. COS 341 Discrete Math. Office Hours. Homework 8. Currently, my office hours are on Friday, from 2:30 to 3:30.

Office Hours. COS 341 Discrete Math. Office Hours. Homework 8. Currently, my office hours are on Friday, from 2:30 to 3:30. Oce Hours Curretly, my oce hours are o Frday, rom :30 to 3:30. COS 31 Dscrete Math 1 Oce Hours Curretly, my oce hours are o Frday, rom :30 to 3:30. Nobody seems to care. Chage oce hours? Tuesday, 8 PM

More information

Comparison Studies on Classification for Remote Sensing Image Based on Data Mining Method

Comparison Studies on Classification for Remote Sensing Image Based on Data Mining Method Hag Xao ad Xub Zhag Comparso Studes o Classfcato for Remote Sesg Image Based o Data Mg Method Hag XIAO 1, Xub ZHANG 1 1: School of Electroc, Iformato ad Electrcal Egeerg Shagha Jaotog Uversty No. 1954,

More information

Fitting. We ve learned how to detect edges, corners, blobs. Now what? We would like to form a. compact representation of

Fitting. We ve learned how to detect edges, corners, blobs. Now what? We would like to form a. compact representation of Fttg Fttg We ve leared how to detect edges, corers, blobs. Now what? We would lke to form a hgher-level, h l more compact represetato of the features the mage b groupg multple features accordg to a smple

More information

A Genetic K-means Clustering Algorithm Applied to Gene Expression Data

A Genetic K-means Clustering Algorithm Applied to Gene Expression Data A Geetc K-meas Clusterg Algorthm Appled to Gee Expresso Data Fag-Xag Wu, W. J. Zhag, ad Athoy J. Kusal Dvso of Bomedcal Egeerg, Uversty of Sasatchewa, Sasatoo, S S7N 5A9, CANADA faw34@mal.usas.ca, zhagc@egr.usas.ca

More information

LP: example of formulations

LP: example of formulations LP: eample of formulatos Three classcal decso problems OR: Trasportato problem Product-m problem Producto plag problem Operatos Research Massmo Paolucc DIBRIS Uversty of Geova Trasportato problem The decso

More information

TDT-2004: ADAPTIVE TOPIC TRACKING AT MARYLAND

TDT-2004: ADAPTIVE TOPIC TRACKING AT MARYLAND TDT-2004: ADAPTIVE TOPIC TRACKING AT MARYLAND Tamer Elsayed, Douglas W. Oard, Davd Doerma Isttute for Advaced r Studes Uversty of Marylad, College Park, MD 20742 Cotact author: telsayed@cs.umd.edu Gary

More information

Statistical Techniques Employed in Atmospheric Sampling

Statistical Techniques Employed in Atmospheric Sampling Appedx A Statstcal Techques Employed Atmospherc Samplg A.1 Itroducto Proper use of statstcs ad statstcal techques s ecessary for assessg the qualty of ambet ar samplg data. For a comprehesve dscusso of

More information

Review Statistics review 1: Presenting and summarising data Elise Whitley* and Jonathan Ball

Review Statistics review 1: Presenting and summarising data Elise Whitley* and Jonathan Ball Crtcal Care February Vol 6 No Whtley ad Ball Revew Statstcs revew : Presetg ad summarsg data Else Whtley* ad Joatha Ball *Lecturer Medcal Statstcs, Uversty of Brstol, Brstol, UK Lecturer Itesve Care Medce,

More information

OMAE HOW TO CARRY OUT METOCEAN STUDIES

OMAE HOW TO CARRY OUT METOCEAN STUDIES Proceedgs of the ASME 20 30th Iteratoal Coferece o Ocea, Offshore ad Arctc Egeerg OMAE20 Jue 9-24, 20, Rotterdam, The Netherlads OMAE20-490 HOW TO CARRY OUT METOCEAN STUDIES Judth va Os Hydraulc Egeerg

More information

International Mathematical Forum, 1, 2006, no. 31, ON JONES POLYNOMIALS OF GRAPHS OF TORUS KNOTS K (2, q ) Tamer UGUR, Abdullah KOPUZLU

International Mathematical Forum, 1, 2006, no. 31, ON JONES POLYNOMIALS OF GRAPHS OF TORUS KNOTS K (2, q ) Tamer UGUR, Abdullah KOPUZLU Iteratoal Mathematcal Forum,, 6, o., 57-54 ON JONES POLYNOMIALS OF RAPHS OF TORUS KNOTS K (, q ) Tamer UUR, Abdullah KOPUZLU Atatürk Uverst Scece Facult Dept. of. Math. 54 Erzurum, Turkey tugur@atau.edu.tr

More information

Text Categorization Based on a Similarity Approach

Text Categorization Based on a Similarity Approach Text Categorzato Based o a Smlarty Approach Cha Yag Ju We School of Computer Scece & Egeerg, Uversty of Electroc Scece ad Techology of Cha, Chegdu 60054, P.R. Cha Abstract Text classfcato ca effcetly ehace

More information

EDGE- ODD Gracefulness of the Tripartite Graph

EDGE- ODD Gracefulness of the Tripartite Graph EDGE- ODD Graceuless o the Trpartte Graph C. Vmala, A. Saskala, K. Ruba 3, Asso. Pro, Departmet o Mathematcs, Peryar Maamma Uversty, Vallam, Thajavur Post.. Taml Nadu, Ida. 3 M. Phl Scholar, Departmet

More information

AN IMPROVED TEXT CLASSIFICATION METHOD BASED ON GINI INDEX

AN IMPROVED TEXT CLASSIFICATION METHOD BASED ON GINI INDEX Joural of Theoretcal ad Appled Iformato Techology 30 th September 0. Vol. 43 No. 005-0 JATIT & LLS. All rghts reserved. ISSN: 99-8645 www.jatt.org E-ISSN: 87-395 AN IMPROVED TEXT CLASSIFICATION METHOD

More information

A New Hybrid Audio Classification Algorithm Based on SVM Weight Factor and Euclidean Distance

A New Hybrid Audio Classification Algorithm Based on SVM Weight Factor and Euclidean Distance Proceedgs of the 2007 WSEAS Iteratoal Coferece o Computer Egeerg ad Applcatos, Gold Coast, Australa, Jauary 7-9, 2007 52 A New Hybrd Audo Classfcato Algorthm Based o SVM Weght Factor ad Eucldea Dstace

More information

Marcus Gallagher School of Information Technology and Electrical Engineering The University of Queensland QLD 4072, Australia

Marcus Gallagher School of Information Technology and Electrical Engineering The University of Queensland QLD 4072, Australia O the Importace of Dversty Mateace Estmato of Dstrbuto Algorthms Bo Yua School of Iformato Techology ad Electrcal Egeerg The Uversty of Queeslad QLD 4072, Australa +6-7-3365636 boyua@tee.uq.edu.au Marcus

More information

A Framework for Block-Based Timing Sensitivity Analysis

A Framework for Block-Based Timing Sensitivity Analysis 39.3 Framework for Block-Based Tmg Sestvty alyss Sajay V. Kumar Chadramoul V. Kashyap Sach S. Sapatekar Uversty of Mesota Itel Corporato Uversty of Mesota Meapols MN 55455 Hllsboro OR 973 Meapols MN 55455

More information

URBAN AREA EXTRACTION IN SAR DATA

URBAN AREA EXTRACTION IN SAR DATA Iteratoal Archves of the Photogrammetry, Remote Sesg ad Spatal Iformato Sceces, Volume XL-1/W3, 013 SMPR 013, 5 8 October 013, Tehra, Ira URBAN AREA EXTRACTION IN SAR DATA H. Aghababaee *, S. Nazmard,.Am

More information

Biconnected Components

Biconnected Components Presetato for use wth the textbook, Algorthm Desg ad Applcatos, by M. T. Goodrch ad R. Tamassa, Wley, 2015 Bcoected Compoets SEA PVD ORD FCO SNA MIA 2015 Goodrch ad Tamassa Bcoectvty 1 Applcato: Networkg

More information

Vanishing Point Detection: Representation Analysis and New Approaches

Vanishing Point Detection: Representation Analysis and New Approaches Publshed the Proceedgs of the th Iteratoal Coferece o Image Aalyss ad Processg (ICIAP ). IEEE. Persoal use of ths materal s permtted. However, permsso to reprt/republsh ths materal for advertsg or promotoal

More information

Collaborative Filtering Support for Adaptive Hypermedia

Collaborative Filtering Support for Adaptive Hypermedia Collaboratve Flterg Support for Adaptve Hypermeda Mart Balík, Iva Jelíek Departmet of Computer Scece ad Egeerg, Faculty of Electrcal Egeerg Czech Techcal Uversty Karlovo áměstí 3, 35 Prague, Czech Republc

More information

Delay based Duplicate Transmission Avoid (DDA) Coordination Scheme for Opportunistic routing

Delay based Duplicate Transmission Avoid (DDA) Coordination Scheme for Opportunistic routing Delay based Duplcate Trasmsso Avod (DDA) Coordato Scheme for Opportustc routg Ng L, Studet Member IEEE, Jose-Fera Martez-Ortega, Vcete Heradez Daz Abstract-Sce the packet s trasmtted to a set of relayg

More information

Pattern Extraction, Classification and Comparison Between Attribute Selection Measures

Pattern Extraction, Classification and Comparison Between Attribute Selection Measures Subrata Pramak et al. / (IJCSIT) Iteratoal Joural of Computer Scece ad Iformato Techoes, Vol. 1 (5), 010, 371-375 Patter Extracto, Classfcato ad Comparso Betwee ttrbute Selecto Measures Subrata Pramak,

More information

Two step approach for Software Process Control: HLSRGM

Two step approach for Software Process Control: HLSRGM Iteratoal Joural of Emergg Treds & Techology Computer Scece (IJETTCS Web Ste: wwwjettcsorg Emal: edtor@jettcsorg, edtorjettcs@gmalcom Volume, Issue 4, July August 03 ISS 78-686 Two step approach for Software

More information

Priority-based Packet Scheduling in Internet Protocol Television

Priority-based Packet Scheduling in Internet Protocol Television EMERGING 0 : The Thrd Iteratoal Coferece o Emergg Network Itellgece Prorty-based Packet Schedulg Iteret Protocol Televso Mehmet Dez Demrc Computer Scece Departmet Istabul Uversty İstabul, Turkey e-mal:demrcd@stabul.edu.tr

More information

Network Security Evaluation Based on Variable Weight Fuzzy Cloud Model

Network Security Evaluation Based on Variable Weight Fuzzy Cloud Model 207 2 d Iteratoal Coferece o Computer Scece ad Techology (CST 207) ISBN: 978--60595-46-5 Networ Securty Evaluato Based o Varable Weght Fuzzy Cloud Model Yag JIANG a*, Cheg-ha LI, Zh-peg LI ad Mg-ca SUN

More information

Associated Pagerank: A Content Relevance Weighted Pagerank Algorithm

Associated Pagerank: A Content Relevance Weighted Pagerank Algorithm Assocated Pagerak: A Cotet Relevace Weghted Pagerak Algorthm Jh-Shh Hsu,Cha-Che Ye Assocated Pagerak: A Cotet Relevace Weghted Pagerak Algorthm 1 Jh-Shh Hsu, 2 Cha-Che Ye 1 Natoal Yul Uversty of Scece

More information

Active Bayesian Learning For Mixture Models

Active Bayesian Learning For Mixture Models Actve Bayesa Learg For Mxture Models Ia Davdso Slco Graphcs 300 Crttede L, MS 876 Mouta Vew, CA 94587 pd@hotmal.com Abstract Tradtoally, Bayesa ductve learg volves fdg the most probable model from the

More information

Enumerating XML Data for Dynamic Updating

Enumerating XML Data for Dynamic Updating Eumeratg XML Data for Dyamc Updatg Lau Ho Kt ad Vcet Ng Departmet of Computg, The Hog Kog Polytechc Uversty, Hug Hom, Kowloo, Hog Kog cstyg@comp.polyu.edu.h Abstract I ths paper, a ew mappg model, called

More information

Dynamic ontology-based user modeling in personalized information retrieval system

Dynamic ontology-based user modeling in personalized information retrieval system Proceedgs of the 5th Iteratoal Coferece o Cooperato ad Promoto of Iformato Resources Scece ad Techology Dyamc otology-based user modelg persoalzed formato retreval system Dagxag A, Hu Zuo 2, Gaoyog Lu

More information

Web Page Clustering by Combining Dense Units

Web Page Clustering by Combining Dense Units Web Page Clusterg by Combg Dese Uts Morteza Haghr Chehregha, Hassa Abolhassa ad Mostafa Haghr Chehregha Departmet of CE, Sharf Uversty of Techology, Tehra, IRA {haghr, abolhassa}@ce.sharf.edu Departmet

More information

SVM Classification Method Based Marginal Points of Representative Sample Sets

SVM Classification Method Based Marginal Points of Representative Sample Sets P P College P P College P Iteratoal Joural of Iformato Techology Vol. No. 9 005 SVM Classfcato Method Based Margal Pots of Represetatve Sample Sets Wecag ZhaoP P, Guagrog JP P, Ru NaP P, ad Che FegP of

More information

Greater Knowledge Extraction Based on Fuzzy Logic And GKPFCM Clustering Algorithm

Greater Knowledge Extraction Based on Fuzzy Logic And GKPFCM Clustering Algorithm 6th WSEAS It. Coferece o Computatoal Itellgece, Ma-Mache Systems ad Cyberetcs, Teerfe, Spa, December 14-16, 2007 47 Greater Kowledge Extracto Based o uzzy Logc Ad GKPCM Clusterg Algorthm BEJAMÍ OJEDA-MAGAÑA

More information

2 General Regression Neural Network (GRNN)

2 General Regression Neural Network (GRNN) 4 Geeral Regresso Neural Network (GRNN) GRNN, as proposed b oald F. Specht [Specht 9] falls to the categor of probablstc eural etworks as dscussed Chapter oe. Ths eural etwork lke other probablstc eural

More information

Suspicious Transaction Detection for Anti-Money Laundering. Xingrong Luo Vocational and technical college in Enshi Enshi, Hubei, China

Suspicious Transaction Detection for Anti-Money Laundering. Xingrong Luo Vocational and technical college in Enshi Enshi, Hubei, China Vol.8, No. (014), pp.157-166 http://dx.do.org/10.1457/jsa.014.8..16 Suspcous Trasacto Detecto for At-Moey Lauderg Xgrog Luo Vocatoal ad techcal college Esh Esh, Hube, Cha es_lxr@16.com Abstract Moey lauderg

More information

Analysis of Students' Performance by Using Different Data Mining Classifiers

Analysis of Students' Performance by Using Different Data Mining Classifiers I.J. Moder Educato ad Computer Scece, 2017, 8, 9-15 Publshed Ole August 2017 MECS (http://www.mecs-press.org/) DOI: 10.5815/jmecs.2017.08.02 Aalyss of Studets' Performace by Usg Dfferet Data Mg Classfers

More information

Using The ACO Algorithm in Image Segmentation for Optimal Thresholding 陳香伶財務金融系

Using The ACO Algorithm in Image Segmentation for Optimal Thresholding 陳香伶財務金融系 教專研 95P- Usg The ACO Algorthm Image Segmetato for Optmal Thresholdg Abstract Usg The ACO Algorthm Image Segmetato for Optmal Thresholdg 陳香伶財務金融系 Despte the fact that the problem of thresholdg has bee qute

More information

Adaptive Clustering Algorithm for Mining Subspace Clusters in High-Dimensional Data Stream *

Adaptive Clustering Algorithm for Mining Subspace Clusters in High-Dimensional Data Stream * ISSN 673-948 CODEN JKYTA8 E-mal: fcst@vp.63.com Joural of Froters of Computer Scece ad Techology http://www.ceaj.org 673-948/200/04(09)-0859-06 Tel: +86-0-566056 DOI: 0.3778/j.ss.673-948.200.09.009 *,2,

More information

Grid Resource Discovery Algorithm Based on Distance

Grid Resource Discovery Algorithm Based on Distance 966 JOURNAL OF SOFTWARE, OL. 9, NO., NOEMBER 4 Grd Resource Dscovery Algorthm Based o Dstace Zhogpg Zhag,, Log He, Chao Zhag The School of Iformato Scece ad Egeerg, Yasha Uversty, Qhuagdao, Hebe, 664,

More information

Application of Genetic Algorithm for Computing a Global 3D Scene Exploration

Application of Genetic Algorithm for Computing a Global 3D Scene Exploration Joural of Software Egeerg ad Applcatos, 2011, 4, 253-258 do:10.4236/jsea.2011.44028 Publshed Ole Aprl 2011 (http://www.scrp.org/joural/jsea) 253 Applcato of Geetc Algorthm for Computg a Global 3D Scee

More information

A Novel Clustering Algorithm Based on Graph Matching

A Novel Clustering Algorithm Based on Graph Matching JOURNAL OF SOFTWARE, VOL. 8, NO. 4, APRIL 203 035 A Novel Clusterg Algorthm Based o raph Matchg uoyua L School of Computer Scece ad Techology, Cha Uversty of Mg ad Techology, Xuzhou, Cha State Key Laboratory

More information

Preventing Information Leakage in C Applications Using RBAC-Based Model

Preventing Information Leakage in C Applications Using RBAC-Based Model Proceedgs of the 5th WSEAS It. Cof. o Software Egeerg Parallel ad Dstrbuted Systems Madrd Spa February 5-7 2006 (pp69-73) Prevetg Iformato Leakage C Applcatos Usg RBAC-Based Model SHIH-CHIEN CHOU Departmet

More information

Supporting Capacity Planning for DB2 UDB *

Supporting Capacity Planning for DB2 UDB * Supportg Capacty Plag for DB2 DB * Hamzeh Zawawy 1,2, Patrck Mart 1 ad Hossam Hassae 1 1 School of Computg Quee's versty Kgsto, Otaro Caada K7L 3N6 2 IBM Toroto Laoratory Toroto, Otaro Caada M3C 1H7 Astract

More information

A PROCEDURE FOR SOLVING INTEGER BILEVEL LINEAR PROGRAMMING PROBLEMS

A PROCEDURE FOR SOLVING INTEGER BILEVEL LINEAR PROGRAMMING PROBLEMS ISSN: 39-8753 Iteratoal Joural of Iovatve Research Scece, Egeerg ad Techology A ISO 397: 7 Certfed Orgazato) Vol. 3, Issue, Jauary 4 A PROCEDURE FOR SOLVING INTEGER BILEVEL LINEAR PROGRAMMING PROBLEMS

More information

Optimization of Light Switching Pattern on Large Scale using Genetic Algorithm

Optimization of Light Switching Pattern on Large Scale using Genetic Algorithm Optmzato of Lght Swtchg Patter o Large Scale usg Geetc Algorthm Pryaka Sambyal, Pawaesh Abrol 2, Parvee Lehaa 3,2 Departmet of Computer Scece & IT 3 Departmet of Electrocs Uversty of Jammu, Jammu, J&K,

More information

Vertex Odd Divisor Cordial Labeling of Graphs

Vertex Odd Divisor Cordial Labeling of Graphs IJISET - Iteratoal Joural of Iovatve Scece, Egeerg & Techology, Vol. Issue 0, October 0. www.jset.com Vertex Odd Dvsor Cordal Labelg of Graphs ISSN 48 68 A. Muthaya ad P. Pugaleth Assstat Professor, P.G.

More information

Mode Changes in Priority Pre-emptively Scheduled Systems. K. W. Tindell, A. Burns, A. J. Wellings

Mode Changes in Priority Pre-emptively Scheduled Systems. K. W. Tindell, A. Burns, A. J. Wellings ode hages rorty re-emptvely Scheduled Systems. W. dell, A. Burs, A.. Wellgs Departmet of omputer Scece, Uversty of York, Eglad Abstract may hard real tme systems the set of fuctos that a system s requred

More information

Unsupervised Discretization Using Kernel Density Estimation

Unsupervised Discretization Using Kernel Density Estimation Usupervsed Dscretzato Usg Kerel Desty Estmato Maregle Bba, Floraa Esposto, Stefao Ferll, Ncola D Mauro, Teresa M.A Basle Departmet of Computer Scece, Uversty of Bar Va Oraboa 4, 7025 Bar, Italy {bba,esposto,ferll,dm,basle}@d.uba.t

More information