An Approach to Discover Dependencies between Service Operations*

Size: px
Start display at page:

Download "An Approach to Discover Dependencies between Service Operations*"

Transcription

1 36 JOURNAL OF SOFTWARE VOL. 3 NO. 9 DECEMBER 2008 An Approach to Dscover Dependences between Servce Operatons* Shuyng Yan Research Center for Grd and Servce Computng Insttute of Computng Technology Chnese Academy of Scences Bejng Chna Emal: yanshuyng@software.ct.ac.cn Jng Wang Chen Lu Research Center for Grd and Servce Computng Insttute of Computng Technology Chnese Academy of Scences Bejng Chna Emal: wangjng@ct.ac.cn luchen@software.ct.ac.cn Le Lu College of Appled Scences Bejng Unversty of Technology Bejng Chna Emal: lulu_lele@bjut.edu.cn Abstract Servce composton s emergng as an mportant paradgm for constructng dstrbuted applcatons by combnng and reusng ndependently developed component servces. One ey ssue of servce composton s how to dentfy relevant servce operatons so as to compose servces rapdly and correctly. A promsng approach to smplfyng the search of relevant servce operatons n servce composton les n the dscovery of the dependences between servce operatons. However the dscovery of operaton dependences s not a trval tas but a challenge. We propose an approach to dscover operaton dependences n a personal problem solvng envronment. Our approach combnes the semantc matchng of nputs and outputs nterfaces between servce operatons and the analyss of process cases to dentfy dependences. The man contrbutons of the approach are: 1) It can be used to dentfy the drecton of the dependences. 2) It provdes the method to measure the strength of dependences. 3) Nonconflct property and non-redundancy property of dscovered dependences are guaranteed based on a dependency graph. Moreover we expermentally demonstrate the effcacy of our approach by testng t under three typcal bonformatcs scenaros. Index Terms operaton dependency servce composton process cases analyss semantc matchng I. INTRODUCTION Recent advances n networs nformaton and computaton grds and WWW have resulted n the prolferaton of a multtude of physcally dstrbuted and autonomously developed Web servces. Servce composton s emergng as an mportant paradgm for *Ths wor s supported by Natural Scence Foundaton of Chna under Grand No Natonal Basc Research Program (973) of Chna under Grant No. 2007CB and Natonal H-Tech Research and Development Program (863) of Chna under Grand No. 2006AA12Z202. constructng dstrbuted applcatons by combnng and reusng ndependently developed component servces. One ey ssue of servce composton s how to dentfy relevant servce operatons so as to compose servces rapdly and correctly. A promsng approach to smplfyng the search of relevant servce operatons n servce composton les n the dscovery of the dependences between servce operatons. Snce servce operatons cannot be consdered solated tass. Generally they depend on each other. It s valuable to dscover the dependences especally wthn a maze of nterdependent servce operatons. However the dscovery of operaton dependences s not a trval tas but a challenge. Many researchers have sgnfcant nterest n usng dependences for servce composton [2]. However most exstng wors assume the pre-exstence of manually-constructed operaton dependences. In complex and fast evolvng envronments t s practcally unfeasble to obtan the dependency nformaton and eep the nformaton up-to-date manually. So t s necessary to detect accurate and up-to-date operaton dependences n an automatc manner. In ths paper we propose an approach to dscover operaton dependences n a personal problem solvng envronment. It consders not only the semantc matchng of operaton nterfaces but also the nvong order among operatons by mnng of process cases. The man contrbutons of the approach are: 1) It can be used to dentfy the drecton of the dependences. 2) It provdes the method to measure the strength of dependences. 3) Non-conflct property and non-redundancy property of dscovered dependences are guaranteed n terms of a dependency graph. And correspondng algorthms are presented to preserve the dependency graph's consstency. Moreover we have mplemented the technque of dependences dscovery and have appled t n a prototypcal scentfc system VINCA4Scence. It helps

2 JOURNAL OF SOFTWARE VOL. 3 NO. 9 DECEMBER to ensure the correctness of composton and mprove the performance. The remander of the paper s organzed as follows: Secton 2 ntroduces operaton dependency. Secton 3 presents the detals of our approach for the dscovery of operaton dependences. Secton 4 descrbes and dscusses the expermental result. Secton 5 compares our wor wth other related wor. Fnally we conclude n secton 6. II. OPERATION DEPENDENCY Operaton dependency relatonshps [7] are specfed as constrants on the occurrence and order of a par of servce operatons. It ndcates that the occurrence of one servce operaton may cause the occurrence of other operaton. The dependency relatonshps between two servce operatons consst of two parts: occurrence patterns and order patterns as shown n Fg. 1.. DISCOVERY OF OPERATION DEPENDENCY One of the most pressng needs s the ablty to dscover the dependences wthn a maze of nterdependent servce operatons. Dscovery of operaton dependences refers to the process checng whether servce operatons can actually wor together. The approach we tae to automate the dentfcaton of dependences manly ncludes two man phrases: 1) Acquston of operaton dependency; 2) Conflct detecton and redundancy chec. In the followng sectons we wll gve the detals. A. Acquston of Operaton Dependency Acquston of operaton dependency s to fnd drect dependences and ndrect dependences. It s composed of two aspects: semantc matchng of operaton nterfaces and analyss of process cases. We have ntroduced the approach of semantc matchng of operaton nterfaces n our earler publcaton [7]. In [7] semantc match degree represents the semantc match degree between the parameters of operatons. It can also be measured by smlarty matchng between the outputs or nputs of source operaton and nputs of target operaton. ) Analyss of Process Cases Our approach for dscoverng the possble dependences from process cases proceeds n two consecutve steps: 1) Constructon of the frequency table. We use adjacency matrx to analyze drect dependency relatonshps and derve ndrect dependency relatonshps by transtve closure algorthm over adjacency matrx. 2) Constructon of the dependency table. It s based on the metrcs of frequency table. The tems n the dependency table are analyzed wth measures based on Pearson's Correlaton Coeffcent. 1)Constructon of Frequency Table Fgure 1. Dependency relatonshps between two servce operatons There are four nds of occurrence patterns: always exst drectly: a servce must occur adjacent to a gven servce. always exst ndrectly: a servce always occurs wthn a scope but not adjacent to a gven servce. sometmes exst: a servce sometmes occurs wthn a scope. always absent: a servce can't occur wthn a scope. There are two nds of order patterns: before(): the occurrence pattern must hold up to the occurrence of a gven servce. after(): the occurrence pattern must hold after the occurrence of a gven servce. Then we can get ten nds of dependency relatonshps between two operatons as Fg. 1 shows. The measure of reuse rate starts wth the constructon of frequency table. For servce operaton S and T the followng nformaton s abstracted out of the process cases: #S: the overall frequency of S drectly occurs &S: the overall frequency of S ndrectly occurs #T: the overall frequency of T drectly occurs &T: the overall frequency of T ndrectly occurs S>T: the frequency of S drectly followed by T S<T: the frequency of S drectly preceded T S>>>T: the frequency of S ndrectly followed by T S<<<T: the frequency of S ndrectly preceded T An example of frequency table s gven n Table 1. The frequency table can be updated ncrementally when a new valuable process case s created. It s helpful for the dynamc evoluton of operaton dependences. Metrcs 1) through 4) s easy to acheve. Metrcs 5) and 6) can be computed by adjacency matrx (drectly dependency matrx). Metrcs 7) and 8) can be computed by transtve

3 38 JOURNAL OF SOFTWARE VOL. 3 NO. 9 DECEMBER 2008 TABLE FREQUENCY TABLE closure over adjacency matrx. The detals wll be ntroduced as follows. Constructon of Adjacency Matrx Fnd each explct drect dependency between two servce operatons. We use adjacency matrx D n m to represent drect dependences. In ths matrx each servce operaton s represented by a column and a row. If a servce operaton op s dependent on another servce operaton op j then D[j] = 1. More formally the values of all elements n D n m=(d j ) nm are defned as follows: 1 fop op j dj 0 otherwse AM s the zero-one matrx of ths relaton where d j = 1 f there s a drected path from op to op j and 0 otherwse. In the cases that the drect dependency relatonshps matrx (D) s nown to be sparse.e. only a small subset of the elements of the correspondng array are non zero then a sparse array mplementaton can be used. We can utlze the storage technque of sparse matrx. It can be stored n a compact representaton format n the trple table. The above array would be represented usng the form (jvalue). Nowadays there are a number of web servce operatons that have smlar or dentcal functonaltes. In order to dscover dependences correctly the factor should be consdered. Frstly t s necessary to group functon smlar servce operatons together. We have devoted the researches on ths aspect [8]. Then we mae use of the aggregaton result to merge the same or smlar tems. Suppose that AS={as 1 as 2...as n } s the set of aggregated servce. And each aggregated servce can be assocated wth a set of servce operatons wth smlar functonalty C as ={op 1 op 2...op m }. Let C S be the smlar tems set that ncludes operaton S and CT be the row smlar tems set that ncludes operaton T. Suppose M col M j be the count of non-zero elements n row and be the count of non-zero elements n column j. If S = op and T = op j we can get the followng values by the analyss of D: row col M # T M j op C s S T d j Example opc s op jct op j C T S T d j op jct opc S We tae the process fragments from A to F shown n Fg. 2 as an example. Fgure 2. A Snapshot of Bombyx mor Genome Assembly Experment Then we can construct the adjacent matrx as: Utlzng the result of servce aggregaton we can merge the smlar tems. We can add 6th column to 4th column and 6th row to 4th row. As a result we can get the followng matrx:

4 JOURNAL OF SOFTWARE VOL. 3 NO. 9 DECEMBER Utlzng the result of servce aggregaton we can merge the smlar tems and then get the followng matrx: Then we can get that #RectfyReadsByWordDepth = 2 #GroupReadsbyDepth = 2 S>T = S<T = 2. Computng of Transtve Closure Based on Adjacency Matrx Accordng to the descrpton n the above secton the drect dependences can be represented n an adjacency matrx. Because of the transtvty of dependences we can further to gather all ndrect dependences n the system by calculatng the transtve closure of dependences. The algorthm of calculatng the transtve closure s Warshall's algorthm. In the general case the transtve closure t(r) of relaton R can be calculated as: t( R) R R 1 1 R R R R 1 It can be rewrtten as: t( R) Where depcts the length of maxnum path. Then we can get the set {R =2...}. The termnaton pont dependes on the "depth" of the relaton.e. on the count of vertces of the long path. Thus the computng process may termnates before reachng >. It s easy to proven. Then we can get the ndrect dependence relatonshps matrx: l1 R ID ( D ) [01] l2 depcts that the dependency degree decreases wth ncreasng path length between S and T. Then we utlze the aggregaton result to merge the same or smlar tems. By the analyss of ndrect dependency relatonshps matrx (ID) we can get the followng values: row col & S M l & T M lj op C s l 1 op j C T l1 l l S T ( d j ) S T ( d j ) Example opc s op j CT l 1 op jct opc S l1 From the adjacent matrx (D) mentoned above we can get the ndrect dependence relatonshps matrx by computng ts transtve closures: 2) Constructon of Dependency Table Usng the metrcs n the frequency table we can nfer the drect and ndrect dependences from process cases. The result s shown n Table 2. Each cell n the dependency table can be measured based on Correlaton Coeffcent. Correlaton Coeffcent ( ) [5] s the computatonal form of Pearson's Correlaton Coeffcent for bnary varables. The measure of Correlaton Coeffcent ( ) s P00P11 P01P10 ( A B) P P P P 1 Where and P P j P j j P j For the other cases we can use the analogous formula to measure. Fnally we can get the result shown n Table 3. The aforementoned formula s often used to analyze the correlaton of bnary varables and the dependency drecton s not taen nto account. Then we specfy the formula for each nd of dependences. For example the reuse rate of servce operaton S drectly followed by servce operaton T can be measured by the followng formula. ' ' ' ' P00P11 P01P10 ( S T ) ' ' ' ' P0 P1 P 0P 1 Where ' S T P11 P( T S) ' S T P10 P( T S) ' # T S T P01 P( T S) P ' 00 P( T S) TABLE CONTINGENCY TABLE SS set S S SS set S S (# T S T). SSset S S ) Combnaton of Two Approaches In order to assst end-users to dscover drect and ndrect operaton dependences correctly t s necessary

5 40 JOURNAL OF SOFTWARE VOL. 3 NO. 9 DECEMBER 2008 TABLE DEPENDENCY TABLE to combne the two approaches mentoned above together. Because there are some problems to dscover the dependences by usng ether of the approaches. On one hand semantc matchng approach can only be used to fnd a few of drect dependences. And even f there exsts semantc matchng of operatons t does not mean there really exsts a dependency. Moreover the strength of semantc match degree can't reflect the strength of operaton dependency correctly. On the other hand process cases analyss approach can fnd both drect and ndrect dependences but the process cases are not complete. Some dependences can't be nferred from process cases. Further there may be errors n the process cases. In order to reflect the dependency relatonshps between two servces we frstly ntroduce the noton of composablty degree. Composablty degree reflects the strength of dependency that s the degree to whch the operatons can be jonted. Here composablty degree ncludes two fundamental factors: semantc match degree and reuse rate. The semantc match degree has been ntroduced n the above secton. Reuse rate can be acqured from the generated dependency table. It s evaluated by mnng the assocaton rules of servce operatons culled from process cases. The composablty degree s defned as w 1 semantcmatchdegree + w 2 reuserate. To measure the composablty degree we assocate a weght to each factor. A composer can assgn each weght by estmatng the mportance of the correspondng factor from hs own pont of vew. If there exsts the drect dependency between S and T both of the weghts must hold the followng constrants: w 1 >0 w 2 >0 w 1 +w 2 =1. Or else f there exsts the ndrect dependency between S and T the weghts must hold the followng constrants: w 1 =0 w 2 =1. Then we can use the calculated composablty degree of each nd of dependency to update the constructed dependency table. A hgher composablty degree means a hgher lelhood there s a dependency. Fnally we use the decson tree algorthm C4.5 whch s most wdely used n practce to date to nduce the decson rules. Mang use of the decson rules we can predcate the dependences between two operatons. B. Conflct Detecton and Redundancy Chec The approach llustrated n the prevous step can produce some dentfed dependences between pars of operatons. And each dependency s labeled wth a composablty degree that expresses the strength of the nferred dependency. However the dentfed dependences may be ncorrect. The correctness of dependences s formalzed n terms of two propertes: conflct-free property and nonredundancy property. The conflct-free property ensures that the satsfacton of constrants mposed by each dependency may not volate the constrants mposed by other dependences. If a gven set of dependences has conflcts we cannot gve any assurance about the correctness of composton. The non-redundancy property ensures that no dependency specfed n a set of dependences s extraneous. The presence of extraneous dependences n a set of dependences unnecessarly slows down the performance. A dependency d x s sad to conflct wth another dependency d y f the constrants mposed by d x volate the constrants mposed by d y. For example consder the dependences a b and b c. If there s a new dependency a c then t conflcts wth the exsted dependences. Snce we can nfer a c by dependences a b andb c. There are two nds of dependency conflcts: 1) Drect vs. Indrect conflcts. For nstance consder the dependences a b b c then dependency a c s conflctng wth them. Because the ndrect dependency can be referred from a b and b c. Then there s drect versus ndrect conflcts. 2) Absent vs. Exst conflcts. Consder the dependences a b and b c then dependency a c conflcts wth them. For example f there s a new dependency a c then t s redundant for the exsted dependences. Snce we can nfer a c by dependences a b andb c.

6 JOURNAL OF SOFTWARE VOL. 3 NO. 9 DECEMBER TABLE THE RESULT OF DISCOVERING DEPENDENCIES ONLY WITH SEMANTIC MATCHING TABLE THE RESULT OF DISCOVERING DEPENDENCIES ONLY WITH PROCESS CASES ANALYSIS TABLE THE RESULT OF DISCOVERING DEPENDENCIES WITH SEMANTIC MATCHING AND PROCESS CASES ANALYSIS Hence t s necessary to detect dependency conflcts and chec dependency redundancy. There are two nds of dependency redundancy: 1) Transtve redundancy. As we all nown that dependences of same type have the transtve propertes. If a dependency can be nferred by transtve deducton. 2) Implct redundancy. For dfferent types of dependences they also can contan mplct dependences. For example the dependences a b and b c whch mply the exstence of a c. If a c exsts then there wll be an mplct redundancy. Then we propose the algorthm to automatcally detect the conflcts and chec the redundances resultng from these dependences by usng the structure of dependency graph. A dependency graph s a drected acyclc graph n whch nodes represent servce operaton and labeled drected edges represent some dentfed dependences between pars of operatons. Each edge of the graph s labeled wth some nformaton (e.g. the type of dependency semantc match degree and reuse degree) that expresses the confdence level of the nferred dependency. Ths wll enable the users to get assurance about the correctness of the dependences. The algorthm ncludes four man steps: Step 1: Merge the dependences whch have the same source operaton and target operaton. There are multple nds of dependences between the same operaton par. The dependences can be merged. As a result we can get a composte dependency. Durng the process of mergng the conflcts between dependences should be dealt wth. There are no conflcts among the dependency relatonshps. For two dependences between the same operaton par t needs to chec two nds of conflcts: Drect vs. Indrect conflcts and Absent vs. Exst conflcts. The process can guarantee the unqueness property of dependences between an operaton par. If there are conflcts then notfy the users. Or else go to step 2. Step 2: Generate ntal dependency graph based on the "drect" dependency. Each "drect" dependency s d depcted as an edge of the formop op where j op s the source operaton op j s the target operaton d s the type of dependency s the semantc match degree s the reuse rate. Step 3: Generate the transtve closure based on the ntal dependency graph. Then we can detect the conflcts of dependences. For each type of dependency conflcts the procedure of detectng conflct could be performed n any order snce detectng for each type of conflcts s ndependent. We can also chec the transtve redundancy. The procedure us repeated untl no more new edges can be generated. Step 4: Generate the mplct dependency based on the ntal dependency graph. The procedure s also teratve. For each par of operatons chec whether new edges could be derved by exstng edges. The newly derved edges may mply more new mplct edges. They wll be checed n the next round. We can use the derved result to detect the conflcts and chec the mplct redundances.

7 42 JOURNAL OF SOFTWARE VOL. 3 NO. 9 DECEMBER EXPERIMENTAL RESULT AND EVALUATION A. Experment Data In order to dscover the operaton dependences by semantc matchng of operaton and analyss of process cases we have collected about 100 servce operatons and 250 exsted bologcal process cases. The servce operatons are collected from mygrd EBI DDBJ NCBI Bejng Hua Da Insttute et al. The process cases are culled from several tools and organzatons e.g. taverna of mygrd DDBJ CNS Lfe Scence Dept of Barcelona Supercomputng Center Bonformatcs and Informaton technologes Laboratory of the Unversty of Malaga IBM Lfe Scence Center of Excellent n Tawan Bejng Hua Da Insttute et al. B. Method We performed prelmnary experments to evaluate the qualty of our algorthm of dscoverng operaton dependences n terms of three ey dmensons: precson recall and F-measure. Precson measures the fracton of relevant tems among the predcted dependences. Precson evaluates the accuracy of the dependences by comparng relevant tems ncluded n the predcted dependences aganst the whole predcton results. Recall s a measure of the percentage of relevant tems ncluded n the predcted dependences and the tems that the experts have defned. F-measure s a trade-off between precson and recall. The metrcs can be measured by the followng formulas: Precson ( Relevant Predcted)/ Predcted Recall ( Relevant Predcted )/ Relevant F measure (2 PrecsonRecall)/( Precson Recall) We test our approach under three typcal bonformatcs scenaros: rce genome resequencng bombyx mor genome assemblng and phylogenetc analyss. Accordng to the three scenaros we dvded the operatons and process cases nto three categores. For each category there are operatons respectvely. There are ntersectons among operatons. Then we classfy the process cases nto three groups wth process cases respectvely accordng to the operatons. There are also ntersectons among process cases. For each category we compare our approach to dscover operaton dependences by semantc matchng and analyss of process cases wth two other approaches: dscoverng dependences wth semantcs matchng and dscoverng dependences wth process cases analyss. C. Results The result of dscoverng dependences by dfferent approaches are shown n Table 4 Table 5 and Table 6. Each table shows precson recall and F-measure results under three scenaros respectvely. D. Dscusson and Concluson From the results we can see that the approach to dscover dependences only by semantc matchng has a low precson. A detaled analyss of low precson shows that t dues to two man reasons. Frst some operatons are semantcally matchng but they are semantcally smlar or equvalent operatons and not dependent operatons. Second some operatons can be jonted however the executon orders of operatons are ncorrect or conflcted. Moreover the approach s not sutable for dentfyng ndrect dependences. The approach to dscover dependences only by analyss of process cases has a hgher precson than the approach by semantc matchng. Wth the avalable data set ncreasng the precson and recall become hgher. It can be used to dentfy both drect and ndrect dependences. It can help to reduce the search space and allevate users' efforts to fnd the correlated operatons. As llustrated n Table 5 there are 67 servce operatons n DS 3 whch wll result n 4489 (67 2 /2) dfferent pars. The approach by analyss of process case detects 80(drectly-after) 105(ndrectly-after) 81(drectlybefore) 131(ndrectly-before) dependences and 4274 unrelated pars. However due to the lmt of data set when the operatons ddn't occur n the process cases then the dependences among the operatons can't be dscovered. And the errors n the process cases may brng about the ncorrectness of dscovery of dependences. Our approach combnes the above two approaches. Our approach tres to avod the defcences of the approaches and tae the advantages of them. As Table 6 shows the precson recall and F-measure of our approach are hgher than one of two approaches. It can be used to dscover both drect and ndrect dependences..related WORKS A. Representaton of Dependences The presentaton of dependences dffers n varous ways due to the usage for dfferent purposes. A common descrpton format needs to represent the dependences n an unform way. Brown et al [2] and Basu et al [1] thn that the dependency can be modeled as a drected edge between nodes. Each edge s labeled wth a probablty that expresses the confdence level of the nferred dependency. As a result a probablstc dependency graph wll be constructed as concatenaton of all dentfed dependences. Ensel et al [3] argue that t s necessary to express the drecton of the dependences. Besde the drecton there are also some useful nformaton e.g. to express that some dependences must occur n a certan order or to attach values of strength or lelhood. From the above analyss we can see that the formal representaton of dependences manly ncludes some parts: 1) order constrants. The order constrants between two operatons are not just cause-and-effect. It needs a dverse expresson of order constrants. 2) drecton. It s regarded a serous defcency for not possble to express the drecton of the dependences. The drecton may be forward or bacward. 3) strength. The strength of a dependency ndcates the lelhood that an operaton s affected by another operaton.

8 JOURNAL OF SOFTWARE VOL. 3 NO. 9 DECEMBER B. Acquston of Dependences Ensel et al [3] have proposed an artfcal neural networ based technque so as to decde the exstence of a dependency between objects. Unfortunately the neural networ has to be traned n a supervsed manner a laborous process and delcate process mang the practcal applcaton of the technque expensve. However t can only detect the cause-and-effect dependency. Furthermore they haven't touched on how to measure the strength of dependences. To the best of our nowledge the study of the technque's performance has not been publshed. Some researchers devote to the approach based on semantc matchng to explore the dependences. Kuang et al [4] explan the mportance of mportng dependences nto servce dscovery and ntroduce two types of dependency between nterfaces of servces. However they ddn't consder the drectonalty the strength of dependences etc. whle acqurng the dependences. The acquston of dependences between servces s also closely related to log (worflow) mnng. Stenle et al [6] have developed non-ntrusve and scalable technques to dscover dependences between components of a dstrbuted system by mnng logs. However the approaches fal to detect the drecton of dependency and dstngush the drect and ndrect dependences. The measure of dependency strength has not been mentoned to say nothng of the propertes guarantee e.g. nonconflct property and non-redundancy property.. CONCLUSION In order to smplfyng the search of relevant servce operatons n servce compostons we put forward an approach to dscover operaton dependences n a personal problem solvng envronment. It combnes the semantc matchng of nputs and outputs nterfaces between servce operatons and the analyss of process cases to dentfy dependences. The man contrbutons of the approach are: 1) It can be used to dentfy the drecton of the dependences. 2) It provdes the method to measure the strength of dependences. 3) Non-conflct property and non-redundancy property of dscovered dependences are guaranteed based on a dependency graph. REFERENCES [1] S. Basu and F. Casat. Web servce dependency dscovery tool for soa management. In Proc. of the IEEE Internatonal Conference on Servces Computng (SCC 2007) July [2] A. Brown and G. Kar. An actve approach to characterzng dynamc dependences for problem determnaton n a dstrbuted envronment. In Proc. of the IFIP/IEEE Internatonal Symposum on Integrated Networ Management page 377C [3] C. Ensel. A scalable approach to automated servce dependency modelng n heterogeneous envronments. In Proc. Of the Ffth IEEE Internatonal Enterprse Dstrbuted Object Computng Conference (EDOC 01) pages September [4] L. Kuang and J. Wu. Explorng dependency between nterfaces n servce matchmang. In Proc. of the IEEE Internatonal Conference on Servces Computng (SCC 2007) pages July [5] H. Reynolds. The analyss of cross-classfcatons. The Free Press [6] M. Stenle and K. Aberer. Mappng movng landscapes by mnng mountans of logs: novel technques for dependency model generaton. In Proc. of the 32nd nternatonal conference on Very large data bases (VLDB 06) pages [7] S. Yan and Y. Han. Servce hyperln for exploratory servce composton. In Proc. of The IEEE Internatonal Conference on e-busness Engneerng (ICEBE 2007) pages October Shuyng Yan receved her MS degree n the School of Computng Scence and Technology from Shandong Unversty n She s presently a Ph.D. canddate n the Insttute of Computng Technology of the Chnese Academy of Scences. Her research nterests nclude software ntegraton and servce grd exploratory servce composton. Jng Wang receved her Ph.D degree from the Insttute of Computng Technology of the Chnese Academy of Scences. Her research nterests nclude software ntegraton and servce grd personal grd worflow. Chen Lu receved hs MS degree and Ph.D degree from the Insttute of Computng Technology of the Chnese Academy of Scences. Hs research nterests nclude ontology learnng and semantc web. Le Lu receved hs Ph.D degree from the Insttute of Computng Technology of the Chnese Academy of Scences n Hs research nterests nclude nowledge acquston and ontology learnng.

Using Past Queries for Resource Selection in Distributed Information Retrieval

Using Past Queries for Resource Selection in Distributed Information Retrieval Purdue Unversty Purdue e-pubs Department of Computer Scence Techncal Reports Department of Computer Scence 2011 Usng Past Queres for Resource Selecton n Dstrbuted Informaton Retreval Sulleyman Cetntas

More information

Study and Comparison of Various Techniques of Image Edge Detection

Study and Comparison of Various Techniques of Image Edge Detection Gureet Sngh et al Int. Journal of Engneerng Research Applcatons RESEARCH ARTICLE OPEN ACCESS Study Comparson of Varous Technques of Image Edge Detecton Gureet Sngh*, Er. Harnder sngh** *(Department of

More information

Optimal Planning of Charging Station for Phased Electric Vehicle *

Optimal Planning of Charging Station for Phased Electric Vehicle * Energy and Power Engneerng, 2013, 5, 1393-1397 do:10.4236/epe.2013.54b264 Publshed Onlne July 2013 (http://www.scrp.org/ournal/epe) Optmal Plannng of Chargng Staton for Phased Electrc Vehcle * Yang Gao,

More information

*VALLIAPPAN Raman 1, PUTRA Sumari 2 and MANDAVA Rajeswari 3. George town, Penang 11800, Malaysia. George town, Penang 11800, Malaysia

*VALLIAPPAN Raman 1, PUTRA Sumari 2 and MANDAVA Rajeswari 3. George town, Penang 11800, Malaysia. George town, Penang 11800, Malaysia 38 A Theoretcal Methodology and Prototype Implementaton for Detecton Segmentaton Classfcaton of Dgtal Mammogram Tumor by Machne Learnng and Problem Solvng *VALLIAPPA Raman, PUTRA Sumar 2 and MADAVA Rajeswar

More information

Physical Model for the Evolution of the Genetic Code

Physical Model for the Evolution of the Genetic Code Physcal Model for the Evoluton of the Genetc Code Tatsuro Yamashta Osamu Narkyo Department of Physcs, Kyushu Unversty, Fukuoka 8-856, Japan Abstract We propose a physcal model to descrbe the mechansms

More information

Survival Rate of Patients of Ovarian Cancer: Rough Set Approach

Survival Rate of Patients of Ovarian Cancer: Rough Set Approach Internatonal OEN ACCESS Journal Of Modern Engneerng esearch (IJME) Survval ate of atents of Ovaran Cancer: ough Set Approach Kamn Agrawal 1, ragat Jan 1 Department of Appled Mathematcs, IET, Indore, Inda

More information

Estimation for Pavement Performance Curve based on Kyoto Model : A Case Study for Highway in the State of Sao Paulo

Estimation for Pavement Performance Curve based on Kyoto Model : A Case Study for Highway in the State of Sao Paulo Estmaton for Pavement Performance Curve based on Kyoto Model : A Case Study for Kazuya AOKI, PASCO CORPORATION, Yokohama, JAPAN, Emal : kakzo603@pasco.co.jp Octávo de Souza Campos, Publc Servces Regulatory

More information

310 Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA'16

310 Int'l Conf. Par. and Dist. Proc. Tech. and Appl. PDPTA'16 310 Int'l Conf. Par. and Dst. Proc. Tech. and Appl. PDPTA'16 Akra Sasatan and Hrosh Ish Graduate School of Informaton and Telecommuncaton Engneerng, Toka Unversty, Mnato, Tokyo, Japan Abstract The end-to-end

More information

Lymphoma Cancer Classification Using Genetic Programming with SNR Features

Lymphoma Cancer Classification Using Genetic Programming with SNR Features Lymphoma Cancer Classfcaton Usng Genetc Programmng wth SNR Features Jn-Hyuk Hong and Sung-Bae Cho Dept. of Computer Scence, Yonse Unversty, 134 Shnchon-dong, Sudaemoon-ku, Seoul 120-749, Korea hjnh@candy.yonse.ac.kr,

More information

Modeling Multi Layer Feed-forward Neural. Network Model on the Influence of Hypertension. and Diabetes Mellitus on Family History of

Modeling Multi Layer Feed-forward Neural. Network Model on the Influence of Hypertension. and Diabetes Mellitus on Family History of Appled Mathematcal Scences, Vol. 7, 2013, no. 41, 2047-2053 HIKARI Ltd, www.m-hkar.com Modelng Mult Layer Feed-forward Neural Network Model on the Influence of Hypertenson and Dabetes Melltus on Famly

More information

A New Machine Learning Algorithm for Breast and Pectoral Muscle Segmentation

A New Machine Learning Algorithm for Breast and Pectoral Muscle Segmentation Avalable onlne www.ejaet.com European Journal of Advances n Engneerng and Technology, 2015, 2(1): 21-29 Research Artcle ISSN: 2394-658X A New Machne Learnng Algorthm for Breast and Pectoral Muscle Segmentaton

More information

Gene Selection Based on Mutual Information for the Classification of Multi-class Cancer

Gene Selection Based on Mutual Information for the Classification of Multi-class Cancer Gene Selecton Based on Mutual Informaton for the Classfcaton of Mult-class Cancer Sheng-Bo Guo,, Mchael R. Lyu 3, and Tat-Mng Lok 4 Department of Automaton, Unversty of Scence and Technology of Chna, Hefe,

More information

Copy Number Variation Methods and Data

Copy Number Variation Methods and Data Copy Number Varaton Methods and Data Copy number varaton (CNV) Reference Sequence ACCTGCAATGAT TAAGCCCGGG TTGCAACGTTAGGCA Populaton ACCTGCAATGAT TAAGCCCGGG TTGCAACGTTAGGCA ACCTGCAATGAT TTGCAACGTTAGGCA

More information

Using the Perpendicular Distance to the Nearest Fracture as a Proxy for Conventional Fracture Spacing Measures

Using the Perpendicular Distance to the Nearest Fracture as a Proxy for Conventional Fracture Spacing Measures Usng the Perpendcular Dstance to the Nearest Fracture as a Proxy for Conventonal Fracture Spacng Measures Erc B. Nven and Clayton V. Deutsch Dscrete fracture network smulaton ams to reproduce dstrbutons

More information

Evaluation of Literature-based Discovery Systems

Evaluation of Literature-based Discovery Systems Evaluaton of Lterature-based Dscovery Systems Melha Yetsgen-Yldz 1 and Wanda Pratt 1,2 1 The Informaton School, Unversty of Washngton, Seattle, USA. 2 Bomedcal and Health Informatcs, School of Medcne,

More information

Non-linear Multiple-Cue Judgment Tasks

Non-linear Multiple-Cue Judgment Tasks Non-lnear Multple-Cue Tasks Anna-Carn Olsson (anna-carn.olsson@psy.umu.se) Department of Psychology, Umeå Unversty SE-09 87, Umeå, Sweden Tommy Enqvst (tommy.enqvst@psyk.uu.se) Department of Psychology,

More information

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS)

International Journal of Emerging Technologies in Computational and Applied Sciences (IJETCAS) Internatonal Assocaton of Scentfc Innovaton and Research (IASIR (An Assocaton Unfyng the Scences, Engneerng, and Appled Research Internatonal Journal of Emergng Technologes n Computatonal and Appled Scences

More information

Computing and Using Reputations for Internet Ratings

Computing and Using Reputations for Internet Ratings Computng and Usng Reputatons for Internet Ratngs Mao Chen Department of Computer Scence Prnceton Unversty Prnceton, J 8 (69)-8-797 maoch@cs.prnceton.edu Jaswnder Pal Sngh Department of Computer Scence

More information

Appendix for. Institutions and Behavior: Experimental Evidence on the Effects of Democracy

Appendix for. Institutions and Behavior: Experimental Evidence on the Effects of Democracy Appendx for Insttutons and Behavor: Expermental Evdence on the Effects of Democrac 1. Instructons 1.1 Orgnal sessons Welcome You are about to partcpate n a stud on decson-makng, and ou wll be pad for our

More information

(From the Gastroenterology Division, Cornell University Medical College, New York 10021)

(From the Gastroenterology Division, Cornell University Medical College, New York 10021) ROLE OF HEPATIC ANION-BINDING PROTEIN IN BROMSULPHTHALEIN CONJUGATION* BY N. KAPLOWITZ, I. W. PERC -ROBB,~ ANn N. B. JAVITT (From the Gastroenterology Dvson, Cornell Unversty Medcal College, New York 10021)

More information

Journal of Engineering Science and Technology Review 11 (2) (2018) Research Article

Journal of Engineering Science and Technology Review 11 (2) (2018) Research Article Jestr Journal of Engneerng Scence and Technology Revew () (08) 5 - Research Artcle Prognoss Evaluaton of Ovaran Granulosa Cell Tumor Based on Co-forest ntellgence Model Xn Lao Xn Zheng Juan Zou Mn Feng

More information

Parameter Estimates of a Random Regression Test Day Model for First Three Lactation Somatic Cell Scores

Parameter Estimates of a Random Regression Test Day Model for First Three Lactation Somatic Cell Scores Parameter Estmates of a Random Regresson Test Day Model for Frst Three actaton Somatc Cell Scores Z. u, F. Renhardt and R. Reents Unted Datasystems for Anmal Producton (VIT), Hedeweg 1, D-27280 Verden,

More information

Balanced Query Methods for Improving OCR-Based Retrieval

Balanced Query Methods for Improving OCR-Based Retrieval Balanced Query Methods for Improvng OCR-Based Retreval Kareem Darwsh Electrcal and Computer Engneerng Dept. Unversty of Maryland, College Park College Park, MD 20742 kareem@glue.umd.edu Douglas W. Oard

More information

Evaluation of the generalized gamma as a tool for treatment planning optimization

Evaluation of the generalized gamma as a tool for treatment planning optimization Internatonal Journal of Cancer Therapy and Oncology www.jcto.org Evaluaton of the generalzed gamma as a tool for treatment plannng optmzaton Emmanoul I Petrou 1,, Ganesh Narayanasamy 3, Eleftheros Lavdas

More information

Investigation of zinc oxide thin film by spectroscopic ellipsometry

Investigation of zinc oxide thin film by spectroscopic ellipsometry VNU Journal of Scence, Mathematcs - Physcs 24 (2008) 16-23 Investgaton of znc oxde thn flm by spectroscopc ellpsometry Nguyen Nang Dnh 1, Tran Quang Trung 2, Le Khac Bnh 2, Nguyen Dang Khoa 2, Vo Th Ma

More information

IMPROVING THE EFFICIENCY OF BIOMARKER IDENTIFICATION USING BIOLOGICAL KNOWLEDGE

IMPROVING THE EFFICIENCY OF BIOMARKER IDENTIFICATION USING BIOLOGICAL KNOWLEDGE IMPROVING THE EFFICIENCY OF BIOMARKER IDENTIFICATION USING BIOLOGICAL KNOWLEDGE JOHN H. PHAN The Wallace H. Coulter Department of Bomedcal Engneerng, Georga Insttute of Technology, 313 Ferst Drve Atlanta,

More information

A Linear Regression Model to Detect User Emotion for Touch Input Interactive Systems

A Linear Regression Model to Detect User Emotion for Touch Input Interactive Systems 2015 Internatonal Conference on Affectve Computng and Intellgent Interacton (ACII) A Lnear Regresson Model to Detect User Emoton for Touch Input Interactve Systems Samt Bhattacharya Dept of Computer Scence

More information

Sparse Representation of HCP Grayordinate Data Reveals. Novel Functional Architecture of Cerebral Cortex

Sparse Representation of HCP Grayordinate Data Reveals. Novel Functional Architecture of Cerebral Cortex 1 Sparse Representaton of HCP Grayordnate Data Reveals Novel Functonal Archtecture of Cerebral Cortex X Jang 1, Xang L 1, Jngle Lv 2,1, Tuo Zhang 2,1, Shu Zhang 1, Le Guo 2, Tanmng Lu 1* 1 Cortcal Archtecture

More information

Reconstruction of gene regulatory network of colon cancer using information theoretic approach

Reconstruction of gene regulatory network of colon cancer using information theoretic approach Reconstructon of gene regulatory network of colon cancer usng nformaton theoretc approach Khald Raza #1, Rafat Parveen * # Department of Computer Scence Jama Mlla Islama (Central Unverst, New Delh-11005,

More information

A MIXTURE OF EXPERTS FOR CATARACT DIAGNOSIS IN HOSPITAL SCREENING DATA

A MIXTURE OF EXPERTS FOR CATARACT DIAGNOSIS IN HOSPITAL SCREENING DATA Journal of Theoretcal and Appled Informaton Technology 2005 ongong JATIT & LLS ISSN: 1992-8645 www.jatt.org E-ISSN: 1817-3195 A MIXTURE OF EXPERTS FOR CATARACT DIAGNOSIS IN HOSPITAL SCREENING DATA 1 SUNGMIN

More information

A New Diagnosis Loseless Compression Method for Digital Mammography Based on Multiple Arbitrary Shape ROIs Coding Framework

A New Diagnosis Loseless Compression Method for Digital Mammography Based on Multiple Arbitrary Shape ROIs Coding Framework I.J.Modern Educaton and Computer Scence, 2011, 5, 33-39 Publshed Onlne August 2011 n MECS (http://www.mecs-press.org/) A New Dagnoss Loseless Compresson Method for Dgtal Mammography Based on Multple Arbtrary

More information

A Geometric Approach To Fully Automatic Chromosome Segmentation

A Geometric Approach To Fully Automatic Chromosome Segmentation A Geometrc Approach To Fully Automatc Chromosome Segmentaton Shervn Mnaee ECE Department New York Unversty Brooklyn, New York, USA shervn.mnaee@nyu.edu Mehran Fotouh Computer Engneerng Department Sharf

More information

A Belief Rule-Based (BRB) Decision Support System for Assessing Clinical Asthma Suspicion

A Belief Rule-Based (BRB) Decision Support System for Assessing Clinical Asthma Suspicion A Belef Rule-Based (BRB) Decson Support System for Assessng Clncal Asthma Suspcon Mohammad Shahadat Hossan a, Md. Emran Hossan b, Md. Safuddn Khald c, Mohammad A. Haque d a, b Department of Computer Scence

More information

A Computer-aided System for Discriminating Normal from Cancerous Regions in IHC Liver Cancer Tissue Images Using K-means Clustering*

A Computer-aided System for Discriminating Normal from Cancerous Regions in IHC Liver Cancer Tissue Images Using K-means Clustering* A Computer-aded System for Dscrmnatng Normal from Cancerous Regons n IHC Lver Cancer Tssue Images Usng K-means Clusterng* R. M. CHEN 1, Y. J. WU, S. R. JHUANG, M. H. HSIEH, C. L. KUO, Y. L. MA Department

More information

EVALUATION OF BULK MODULUS AND RING DIAMETER OF SOME TELLURITE GLASS SYSTEMS

EVALUATION OF BULK MODULUS AND RING DIAMETER OF SOME TELLURITE GLASS SYSTEMS Chalcogende Letters Vol. 12, No. 2, February 2015, p. 67-74 EVALUATION OF BULK MODULUS AND RING DIAMETER OF SOME TELLURITE GLASS SYSTEMS R. EL-MALLAWANY a*, M.S. GAAFAR b, N. VEERAIAH c a Physcs Dept.,

More information

Chapter 20. Aggregation and calibration. Betina Dimaranan, Thomas Hertel, Robert McDougall

Chapter 20. Aggregation and calibration. Betina Dimaranan, Thomas Hertel, Robert McDougall Chapter 20 Aggregaton and calbraton Betna Dmaranan, Thomas Hertel, Robert McDougall In the prevous chapter we dscussed how the fnal verson 3 GTAP data base was assembled. Ths data base s extremely large.

More information

CLUSTERING is always popular in modern technology

CLUSTERING is always popular in modern technology Max-Entropy Feed-Forward Clusterng Neural Network Han Xao, Xaoyan Zhu arxv:1506.03623v1 [cs.lg] 11 Jun 2015 Abstract The outputs of non-lnear feed-forward neural network are postve, whch could be treated

More information

Journal of Engineering Science and Technology Review 11 (2) (2018) Research Article

Journal of Engineering Science and Technology Review 11 (2) (2018) Research Article Jestr Journal of Engneerng Scence and Technology Revew 11 (2) (2018) 8-12 Research Artcle Detecton Lung Cancer Usng Gray Level Co-Occurrence Matrx (GLCM) and Back Propagaton Neural Network Classfcaton

More information

A-UNIFAC Modeling of Binary and Multicomponent Phase Equilibria of Fatty Esters+Water+Methanol+Glycerol

A-UNIFAC Modeling of Binary and Multicomponent Phase Equilibria of Fatty Esters+Water+Methanol+Glycerol -UNIFC Modelng of Bnary and Multcomponent Phase Equlbra of Fatty Esters+Water+Methanol+Glycerol N. Garrdo a, O. Ferrera b, R. Lugo c, J.-C. de Hemptnne c, M. E. Macedo a, S.B. Bottn d,* a Department of

More information

Neural Ranking Models for Temporal Dependency Structure Parsing

Neural Ranking Models for Temporal Dependency Structure Parsing Neural Rankng Models for Temporal Dependency Structure Parsng Yuchen Zhang Brandes Unversty yuchenz@brandes.edu Nanwen Xue Brandes Unversty xuen@brandes.edu Abstract We desgn and buld the frst neural temporal

More information

NUMERICAL COMPARISONS OF BIOASSAY METHODS IN ESTIMATING LC50 TIANHONG ZHOU

NUMERICAL COMPARISONS OF BIOASSAY METHODS IN ESTIMATING LC50 TIANHONG ZHOU NUMERICAL COMPARISONS OF BIOASSAY METHODS IN ESTIMATING LC50 by TIANHONG ZHOU B.S., Chna Agrcultural Unversty, 2003 M.S., Chna Agrcultural Unversty, 2006 A THESIS submtted n partal fulfllment of the requrements

More information

Biomarker Selection from Gene Expression Data for Tumour Categorization Using Bat Algorithm

Biomarker Selection from Gene Expression Data for Tumour Categorization Using Bat Algorithm Receved: March 20, 2017 401 Bomarker Selecton from Gene Expresson Data for Tumour Categorzaton Usng Bat Algorthm Gunavath Chellamuthu 1 *, Premalatha Kandasamy 2, Svasubramanan Kanagaraj 3 1 School of

More information

AN ENHANCED GAGS BASED MTSVSL LEARNING TECHNIQUE FOR CANCER MOLECULAR PATTERN PREDICTION OF CANCER CLASSIFICATION

AN ENHANCED GAGS BASED MTSVSL LEARNING TECHNIQUE FOR CANCER MOLECULAR PATTERN PREDICTION OF CANCER CLASSIFICATION www.arpapress.com/volumes/vol8issue2/ijrras_8_2_02.pdf AN ENHANCED GAGS BASED MTSVSL LEARNING TECHNIQUE FOR CANCER MOLECULAR PATTERN PREDICTION OF CANCER CLASSIFICATION I. Jule 1 & E. Krubakaran 2 1 Department

More information

Effects of Estrogen Contamination on Human Cells: Modeling and Prediction Based on Michaelis-Menten Kinetics 1

Effects of Estrogen Contamination on Human Cells: Modeling and Prediction Based on Michaelis-Menten Kinetics 1 J. Water Resource and Protecton, 009,, 6- do:0.6/warp.009.500 Publshed Onlne ovember 009 (http://www.scrp.org/ournal/warp) Effects of Estrogen Contamnaton on Human Cells: Modelng and Predcton Based on

More information

Prediction of Total Pressure Drop in Stenotic Coronary Arteries with Their Geometric Parameters

Prediction of Total Pressure Drop in Stenotic Coronary Arteries with Their Geometric Parameters Tenth Internatonal Conference on Computatonal Flud Dynamcs (ICCFD10), Barcelona, Span, July 9-13, 2018 ICCFD10-227 Predcton of Total Pressure Drop n Stenotc Coronary Arteres wth Ther Geometrc Parameters

More information

A Heuristic Method of the Optimal Matching for the Two Unstructured Systems

A Heuristic Method of the Optimal Matching for the Two Unstructured Systems Proceedngs of the 0th WSEAS Internatonal Conference on SYSTEMS, Voulagmen, Athens, Greece, July 0-2, 2006 (pp324-329) A Heurstc Method of the Optmal Matchng for the Two Unstructured Systems Huay Chang

More information

Nonlinear Modeling Method Based on RBF Neural Network Trained by AFSA with Adaptive Adjustment

Nonlinear Modeling Method Based on RBF Neural Network Trained by AFSA with Adaptive Adjustment Advances n Engneerng Research (AER), volue 48 3rd Workshop on Advanced Research and Technology n Industry Applcatons (WARTIA 27) Nonlnear Modelng Method Based on RBF Neural Network Traned by AFSA wth Adaptve

More information

ARTICLE IN PRESS Neuropsychologia xxx (2010) xxx xxx

ARTICLE IN PRESS Neuropsychologia xxx (2010) xxx xxx Neuropsychologa xxx (200) xxx xxx Contents lsts avalable at ScenceDrect Neuropsychologa journal homepage: www.elsever.com/locate/neuropsychologa Storage and bndng of object features n vsual workng memory

More information

ENRICHING PROCESS OF ICE-CREAM RECOMMENDATION USING COMBINATORIAL RANKING OF AHP AND MONTE CARLO AHP

ENRICHING PROCESS OF ICE-CREAM RECOMMENDATION USING COMBINATORIAL RANKING OF AHP AND MONTE CARLO AHP ENRICHING PROCESS OF ICE-CREAM RECOMMENDATION USING COMBINATORIAL RANKING OF AHP AND MONTE CARLO AHP 1 AKASH RAMESHWAR LADDHA, 2 RAHUL RAGHVENDRA JOSHI, 3 Dr.PEETI MULAY 1 M.Tech, Department of Computer

More information

Machine Understanding - a new area of research aimed at building thinking/understanding machines

Machine Understanding - a new area of research aimed at building thinking/understanding machines achne Understandng - a new area of research amed at buldng thnkng/understandng machnes Zbgnew Les and agdalena Les St. Queen Jadwga Research Insttute of Understandng, elbourne, Australa sqru@outlook.com

More information

Towards Automated Pose Invariant 3D Dental Biometrics

Towards Automated Pose Invariant 3D Dental Biometrics Towards Automated Pose Invarant 3D Dental Bometrcs Xn ZHONG 1, Depng YU 1, Kelvn W C FOONG, Terence SIM 3, Yoke San WONG 1 and Ho-lun CHENG 3 1. Mechancal Engneerng, Natonal Unversty of Sngapore, 117576,

More information

Available online at ScienceDirect. Procedia Computer Science 46 (2015 )

Available online at   ScienceDirect. Procedia Computer Science 46 (2015 ) Avalable onlne at www.scencedrect.com ScenceDrect Proceda Computer Scence 46 (215 ) 1762 1769 Internatonal Conference on Informaton and Communcaton Technologes (ICICT 214) Automatc Characterzaton of Bengn

More information

A Classification Model for Imbalanced Medical Data based on PCA and Farther Distance based Synthetic Minority Oversampling Technique

A Classification Model for Imbalanced Medical Data based on PCA and Farther Distance based Synthetic Minority Oversampling Technique A Classfcaton Model for Imbalanced Medcal Data based on PCA and Farther Dstance based Synthetc Mnorty Oversamplng Technque NADIR MUSTAFA School of Computer Scence and Engneerng Unversty of Electronc Scence

More information

Modeling the Survival of Retrospective Clinical Data from Prostate Cancer Patients in Komfo Anokye Teaching Hospital, Ghana

Modeling the Survival of Retrospective Clinical Data from Prostate Cancer Patients in Komfo Anokye Teaching Hospital, Ghana Internatonal Journal of Appled Scence and Technology Vol. 5, No. 6; December 2015 Modelng the Survval of Retrospectve Clncal Data from Prostate Cancer Patents n Komfo Anokye Teachng Hosptal, Ghana Asedu-Addo,

More information

Encoding processes, in memory scanning tasks

Encoding processes, in memory scanning tasks vlemory & Cognton 1976,4 (5), 501 506 Encodng processes, n memory scannng tasks JEFFREY O. MILLER and ROBERT G. PACHELLA Unversty of Mchgan, Ann Arbor, Mchgan 48101, Three experments are presented that

More information

Richard Williams Notre Dame Sociology Meetings of the European Survey Research Association Ljubljana,

Richard Williams Notre Dame Sociology   Meetings of the European Survey Research Association Ljubljana, Rchard Wllams Notre Dame Socology rwllam@nd.edu http://www.nd.edu/~rwllam Meetngs of the European Survey Research Assocaton Ljubljana, Slovena July 19, 2013 Comparng Logt and Probt Coeffcents across groups

More information

What Determines Attitude Improvements? Does Religiosity Help?

What Determines Attitude Improvements? Does Religiosity Help? Internatonal Journal of Busness and Socal Scence Vol. 4 No. 9; August 2013 What Determnes Atttude Improvements? Does Relgosty Help? Madhu S. Mohanty Calforna State Unversty-Los Angeles Los Angeles, 5151

More information

Prediction of Human Disease-Related Gene Clusters by Clustering Analysis

Prediction of Human Disease-Related Gene Clusters by Clustering Analysis Int. J. Bol. Sc. 2011, 7 61 Research Paper Internatonal Journal of Bologcal Scences 2011; 7(1):61-73 Ivysprng Internatonal Publsher. All rghts reserved Predcton of Human Dsease-Related Gene Clusters by

More information

Comparison among Feature Encoding Techniques for HIV-1 Protease Cleavage Specificity

Comparison among Feature Encoding Techniques for HIV-1 Protease Cleavage Specificity Internatonal Journal of Intellgent Systems and Applcatons n Engneerng Advanced Technology and Scence ISSN:2147-67992147-6799 http://jsae.atscence.org/ Orgnal Research Paper Comparson among Feature Encodng

More information

CONSTRUCTION OF STOCHASTIC MODEL FOR TIME TO DENGUE VIRUS TRANSMISSION WITH EXPONENTIAL DISTRIBUTION

CONSTRUCTION OF STOCHASTIC MODEL FOR TIME TO DENGUE VIRUS TRANSMISSION WITH EXPONENTIAL DISTRIBUTION Internatonal Journal of Pure and Appled Mathematcal Scences. ISSN 97-988 Volume, Number (7), pp. 3- Research Inda Publcatons http://www.rpublcaton.com ONSTRUTION OF STOHASTI MODEL FOR TIME TO DENGUE VIRUS

More information

Detection of Lung Cancer at Early Stage using Neural Network Techniques for Preventing Health Care

Detection of Lung Cancer at Early Stage using Neural Network Techniques for Preventing Health Care IJSRD - Internatonal Journal for Scentfc Research & Development Vol. 3, Issue 4, 15 ISSN (onlne): 31-613 Detecton of Lung Cancer at Early Stage usng Neural Network echnques for Preventng Health Care Megha

More information

INITIAL ANALYSIS OF AWS-OBSERVED TEMPERATURE

INITIAL ANALYSIS OF AWS-OBSERVED TEMPERATURE INITIAL ANALYSIS OF AWS-OBSERVED TEMPERATURE Wang Yng, Lu Xaonng, Ren Zhhua, Natonal Meteorologcal Informaton Center, Bejng, Chna Tel.:+86 684755, E-mal:cdcsjk@cma.gov.cn Abstract From, n Chna meteorologcal

More information

Estimation of Relative Survival Based on Cancer Registry Data

Estimation of Relative Survival Based on Cancer Registry Data Revew of Bonformatcs and Bometrcs (RBB) Volume 2 Issue 4, December 203 www.sepub.org/rbb Estmaton of Relatve Based on Cancer Regstry Data Olaf Schoffer *, Ante Nedostate 2, Stefane J. Klug,2 Cancer Epdemology,

More information

Shape-based Retrieval of Heart Sounds for Disease Similarity Detection Tanveer Syeda-Mahmood, Fei Wang

Shape-based Retrieval of Heart Sounds for Disease Similarity Detection Tanveer Syeda-Mahmood, Fei Wang Shape-based Retreval of Heart Sounds for Dsease Smlarty Detecton Tanveer Syeda-Mahmood, Fe Wang 1 IBM Almaden Research Center, 650 Harry Road, San Jose, CA 95120. {stf,wangfe}@almaden.bm.com Abstract.

More information

Performance Evaluation of Public Non-Profit Hospitals Using a BP Artificial Neural Network: The Case of Hubei Province in China

Performance Evaluation of Public Non-Profit Hospitals Using a BP Artificial Neural Network: The Case of Hubei Province in China Int. J. Envron. Res. Publc Health 2013, 10, 3619-3633; do:10.3390/jerph10083619 OPEN ACCESS Artcle Internatonal Journal of Envronmental Research and Publc Health ISSN 1660-4601 www.mdp.com/journal/jerph

More information

The Preliminary Study of Applying TOPSIS Method to Assess an Elderly Caring Center Performance Ranking

The Preliminary Study of Applying TOPSIS Method to Assess an Elderly Caring Center Performance Ranking Journal of Busness and Management Scences, 208, Vol. 6, No., 22-27 Avalable onlne at http://pubs.scepub.com/jbms/6//5 Scence and Educaton Publshng DOI:0.269/jbms-6--5 The Prelmnary Study of Applyng TOPSIS

More information

Research Article Statistical Analysis of Haralick Texture Features to Discriminate Lung Abnormalities

Research Article Statistical Analysis of Haralick Texture Features to Discriminate Lung Abnormalities Hndaw Publshng Corporaton Internatonal Journal of Bomedcal Imagng Volume 2015, Artcle ID 267807, 7 pages http://dx.do.org/10.1155/2015/267807 Research Artcle Statstcal Analyss of Haralck Texture Features

More information

Clinging to Beliefs: A Constraint-satisfaction Model

Clinging to Beliefs: A Constraint-satisfaction Model Clngng to Belefs: A Constrant-satsfacton Model Thomas R. Shultz (shultz@psych.mcgll.ca) Department of Psychology; McGll Unversty Montreal, QC H3C 1B1 Canada Jacques A. Katz (jakatz@cnbc.cmu.edu) Department

More information

Jurnal Teknologi USING ASSOCIATION RULES TO STUDY PATTERNS OF MEDICINE USE IN THAI ADULT DEPRESSED PATIENTS. Full Paper

Jurnal Teknologi USING ASSOCIATION RULES TO STUDY PATTERNS OF MEDICINE USE IN THAI ADULT DEPRESSED PATIENTS. Full Paper Jurnal Teknolog USING ASSOCIATION RULES TO STUDY PATTERNS OF MEDICINE USE IN THAI ADULT DEPRESSED PATIENTS Chumpoonuch Sukontavaree, Verayuth Lertnattee * Faculty of Pharmacy, Slpakorn Unversty, Nakhon

More information

Appendix F: The Grant Impact for SBIR Mills

Appendix F: The Grant Impact for SBIR Mills Appendx F: The Grant Impact for SBIR Mlls Asmallsubsetofthefrmsnmydataapplymorethanonce.Ofthe7,436applcant frms, 71% appled only once, and a further 14% appled twce. Wthn my data, seven companes each submtted

More information

THE NORMAL DISTRIBUTION AND Z-SCORES COMMON CORE ALGEBRA II

THE NORMAL DISTRIBUTION AND Z-SCORES COMMON CORE ALGEBRA II Name: Date: THE NORMAL DISTRIBUTION AND Z-SCORES COMMON CORE ALGEBRA II The normal dstrbuton can be used n ncrements other than half-standard devatons. In fact, we can use ether our calculators or tables

More information

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and

This article appeared in a journal published by Elsevier. The attached copy is furnished to the author for internal non-commercial research and Ths artcle appeared n a journal publshed by Elsever. The attached copy s furnshed to the author for nternal non-commercal research and educaton use, ncludng for nstructon at the authors nsttuton and sharng

More information

Study on Psychological Crisis Evaluation Combining Factor Analysis and Neural Networks *

Study on Psychological Crisis Evaluation Combining Factor Analysis and Neural Networks * Psychology 2011. Vol.2, No.2, 138-142 Copyrght 2011 ScRes. DOI:10.4236/psych.2011.22022 Study on Psychologcal Crss Evaluaton Combnng Factor Analyss and Neural Networks * Hu Ln 1, Yngb Zhang 1, Hengqng

More information

econstor Make Your Publications Visible.

econstor Make Your Publications Visible. econstor Make Your Publcatons Vsble. A Servce of Wrtschaft Centre zbwlebnz-informatonszentrum Economcs Chang, Huan-Cheng; Chang, Pn-Hsang; Tseng, Sung-Chn; Chang, Ch- Chang; Lu, Yen-Chao Artcle A comparatve

More information

Estimation of System Models by Swarm Intelligent Method

Estimation of System Models by Swarm Intelligent Method Sensors & Transducers 04 by IA Publshng, S. L. http://www.sensorsportal.com Estmaton of System Models by Swarm Intellgent Method,* Xaopng XU, Ququ ZHU, Feng WANG, Fuca QIAN, Fang DAI School of Scences,

More information

Recognition of ASL for Human-robot Interaction

Recognition of ASL for Human-robot Interaction 66 IJCSNS Internatonal Journal of Computer Scence and Network Securty, VOL.17 No.7, July 2017 Recognton of ASL for Human-robot Interacton Md. Al-Amn Bhuyan College of Computer Scences & Informaton Technology,

More information

A Glorious Literature on Linear Goal Programming Algorithms

A Glorious Literature on Linear Goal Programming Algorithms Amercan Journal of Operatons Research, 2014, 4, 59-71 Publshed Onlne March 2014 n ScRes. http://www.scrp.org/journal/ajor http://dx.do.org/10.4236/ajor.2014.42007 A Glorous Lterature on Lnear Goal Programmng

More information

Proceedings of the 6th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lisbon, Portugal, June 16-18, 2005 (pp )

Proceedings of the 6th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lisbon, Portugal, June 16-18, 2005 (pp ) Proceedngs of the 6th WSEAS Int. Conf. on EVOLUTIONARY COMPUTING, Lsbon, Portugal, June 6-8, 2005 (pp285-20) Novel Intellgent Edge Detector for Sonographcal Images Al Rafee *, Mohammad Hasan Morad **,

More information

Experimentation and Modeling of Soldier Target Search

Experimentation and Modeling of Soldier Target Search Calhoun: The NPS Insttutonal Archve Faculty and Researcher Publcatons Faculty and Researcher Publcatons 2009 Expermentaton and Modelng of Solder Target Search Chung, Tmothy H. Matthew Hastng, Tmothy H.

More information

Active Affective State Detection and User Assistance with Dynamic Bayesian Networks. Xiangyang Li, Qiang Ji

Active Affective State Detection and User Assistance with Dynamic Bayesian Networks. Xiangyang Li, Qiang Ji Actve Affectve State Detecton and User Assstance wth Dynamc Bayesan Networks Xangyang L, Qang J Electrcal, Computer, and Systems Engneerng Department Rensselaer Polytechnc Insttute, 110 8th Street, Troy,

More information

AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THRESHOLDING AND SVM

AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THRESHOLDING AND SVM AUTOMATED DETECTION OF HARD EXUDATES IN FUNDUS IMAGES USING IMPROVED OTSU THRESHOLDING AND SVM Wewe Gao 1 and Jng Zuo 2 1 College of Mechancal Engneerng, Shangha Unversty of Engneerng Scence, Shangha,

More information

AUTOMATED CHARACTERIZATION OF ESOPHAGEAL AND SEVERELY INJURED VOICES BY MEANS OF ACOUSTIC PARAMETERS

AUTOMATED CHARACTERIZATION OF ESOPHAGEAL AND SEVERELY INJURED VOICES BY MEANS OF ACOUSTIC PARAMETERS AUTOMATED CHARACTERIZATIO OF ESOPHAGEAL AD SEVERELY IJURED VOICES BY MEAS OF ACOUSTIC PARAMETERS B. García, I. Ruz, A. Méndez, J. Vcente, and M. Mendezona Department of Telecommuncaton, Unversty of Deusto

More information

Dr.S.Sumathi 1, Mrs.V.Agalya 2 Mahendra Engineering College, Mahendhirapuri, Mallasamudram

Dr.S.Sumathi 1, Mrs.V.Agalya 2 Mahendra Engineering College, Mahendhirapuri, Mallasamudram Detecton Of Myocardal Ischema In ECG Sgnals Usng Support Vector Machne Dr.S.Sumath 1, Mrs.V.Agalya Mahendra Engneerng College, Mahendhrapur, Mallasamudram Abstract--Ths paper presents an ntellectual dagnoss

More information

STAGE-STRUCTURED POPULATION DYNAMICS OF AEDES AEGYPTI

STAGE-STRUCTURED POPULATION DYNAMICS OF AEDES AEGYPTI Internatonal Conference Mathematcal and Computatonal Bology 211 Internatonal Journal of Modern Physcs: Conference Seres Vol. 9 (212) 364 372 World Scentfc Publshng Company DOI: 1.1142/S21194512543 STAGE-STRUCTURED

More information

ME Abstract. Keywords: multidimensional reliability, instrument of students satisfaction as an internal costumer, confirmatory factor analysis

ME Abstract. Keywords: multidimensional reliability, instrument of students satisfaction as an internal costumer, confirmatory factor analysis Proceedng of Internatonal Conference On Research, Implementaton And Educaton Of Mathematcs And Scences 014, Yogyakarta State Unversty, 18-0 May 014 MULTIDIMENSIONAL RELIABILITY ESTIMATION IN INSTRUMENT

More information

Project title: Mathematical Models of Fish Populations in Marine Reserves

Project title: Mathematical Models of Fish Populations in Marine Reserves Applcaton for Fundng (Malaspna Research Fund) Date: November 0, 2005 Project ttle: Mathematcal Models of Fsh Populatons n Marne Reserves Dr. Lev V. Idels Unversty College Professor Mathematcs Department

More information

WHO S ASSESSMENT OF HEALTH CARE INDUSTRY PERFORMANCE: RATING THE RANKINGS

WHO S ASSESSMENT OF HEALTH CARE INDUSTRY PERFORMANCE: RATING THE RANKINGS WHO S ASSESSMENT OF HEALTH CARE INDUSTRY PERFORMANCE: RATING THE RANKINGS ELLIOTT PARKER and JEANNE WENDEL * Department of Economcs, Unversty of Nevada, Reno, NV, USA SUMMARY Ths paper examnes the econometrc

More information

A REVIEW OF ARTIFICIAL FISH SWARM OPTIMIZATION METHODS AND APPLICATIONS

A REVIEW OF ARTIFICIAL FISH SWARM OPTIMIZATION METHODS AND APPLICATIONS INTERNATIONAL JOURNAL ON SMART SENSING AND INTELLIGENT SYSTEMS, VOL. 5, NO. 1, MARCH 2012 A REVIEW OF ARTIFICIAL FISH SWARM OPTIMIZATION METHODS AND APPLICATIONS 1 Mehd Neshat, 2 Al Adel, 3 Ghodrat Sepdnam,

More information

ARTICLE IN PRESS Biomedical Signal Processing and Control xxx (2011) xxx xxx

ARTICLE IN PRESS Biomedical Signal Processing and Control xxx (2011) xxx xxx Bomedcal Sgnal Processng and Control xxx (2011) xxx xxx Contents lsts avalable at ScenceDrect Bomedcal Sgnal Processng and Control journa l h omepage: www.elsever.com/locate/bspc Dscovery of multple level

More information

Maize Varieties Combination Model of Multi-factor. and Implement

Maize Varieties Combination Model of Multi-factor. and Implement Maze Varetes Combnaton Model of Mult-factor and Implement LIN YANG,XIAODONG ZHANG,SHAOMING LI Department of Geographc Informaton Scence Chna Agrcultural Unversty No. 17 Tsnghua East Road, Bejng 100083

More information

Lateral Transfer Data Report. Principal Investigator: Andrea Baptiste, MA, OT, CIE Co-Investigator: Kay Steadman, MA, OTR, CHSP. Executive Summary:

Lateral Transfer Data Report. Principal Investigator: Andrea Baptiste, MA, OT, CIE Co-Investigator: Kay Steadman, MA, OTR, CHSP. Executive Summary: Samar tmed c ali ndus t r esi nc 55Fl em ngdr ve, Un t#9 Cambr dge, ON. N1T2A9 T el. 18886582206 Ema l. nf o@s amar t r ol l boar d. c om www. s amar t r ol l boar d. c om Lateral Transfer Data Report

More information

NHS Outcomes Framework

NHS Outcomes Framework NHS Outcomes Framework Doman 1 Preventng people from dyng prematurely Indcator Specfcatons Verson: 1.21 Date: May 2018 Author: Clncal Indcators Team NHS Outcomes Framework: Doman 1 Preventng people from

More information

N-back Training Task Performance: Analysis and Model

N-back Training Task Performance: Analysis and Model N-back Tranng Task Performance: Analyss and Model J. Isaah Harbson (jharb@umd.edu) Center for Advanced Study of Language and Department of Psychology, Unversty of Maryland 7005 52 nd Avenue, College Park,

More information

Semantics and image content integration for pulmonary nodule interpretation in thoracic computed tomography

Semantics and image content integration for pulmonary nodule interpretation in thoracic computed tomography Semantcs and mage content ntegraton for pulmonary nodule nterpretaton n thoracc computed tomography Danela S. Racu a, Ekarn Varutbangkul a, Jane G. Csneros a, Jacob D. Furst a, Davd S. Channn b, Samuel

More information

Integration of sensory information within touch and across modalities

Integration of sensory information within touch and across modalities Integraton of sensory nformaton wthn touch and across modaltes Marc O. Ernst, Jean-Perre Brescan, Knut Drewng & Henrch H. Bülthoff Max Planck Insttute for Bologcal Cybernetcs 72076 Tübngen, Germany marc.ernst@tuebngen.mpg.de

More information

Optimal Deployment of Stations for a Car Sharing System with Stochastic Demands: a Queueing Theoretical Perspective

Optimal Deployment of Stations for a Car Sharing System with Stochastic Demands: a Queueing Theoretical Perspective Optmal Deployment of Statons for a Car Sharng System wth Stochastc Demands: a Queueng Theoretcal Perspectve Elsabetta Bond, Chara Boldrn, and Raffaele Bruno IIT-CNR Va G. Moruzz 1, 56124, Psa, ITALY {e.bond,c.boldrn,r.bruno}@t.cnr.t

More information

Incorporating prior biological knowledge for network-based differential gene expression analysis using differentially weighted graphical LASSO

Incorporating prior biological knowledge for network-based differential gene expression analysis using differentially weighted graphical LASSO Zuo et al. BMC Bonformatcs (2017) 18:99 DOI 10.1186/s12859-017-1515-1 METHODOLOGY ARTICLE Open Access Incorporatng pror bologcal knowledge for network-based dfferental gene expresson analyss usng dfferentally

More information

An Improved Time Domain Pitch Detection Algorithm for Pathological Voice

An Improved Time Domain Pitch Detection Algorithm for Pathological Voice Amercan Journal of Appled Scences 9 (1): 93-102, 2012 ISSN 1546-9239 2012 Scence Publcatons An Improved Tme Doman Ptch Detecton Algorthm for Pathologcal Voce Mohd Redzuan Jamaludn, Shekh Hussan Shakh Salleh,

More information

JOINT SUB-CLASSIFIERS ONE CLASS CLASSIFICATION MODEL FOR AVIAN INFLUENZA OUTBREAK DETECTION

JOINT SUB-CLASSIFIERS ONE CLASS CLASSIFICATION MODEL FOR AVIAN INFLUENZA OUTBREAK DETECTION JOINT SUB-CLASSIFIERS ONE CLASS CLASSIFICATION MODEL FOR AVIAN INFLUENZA OUTBREAK DETECTION Je Zhang, Je Lu, Guangquan Zhang Centre for Quantum Computaton & Intellgent Systems Faculty of Engneerng and

More information

Nonstandard Machine Learning Algorithms for Microarray Data Mining. Byoung-Tak Zhang

Nonstandard Machine Learning Algorithms for Microarray Data Mining. Byoung-Tak Zhang Nonstandard Machne Learnng Algorthms for Mcroarray Data Mnng Byoung-Tak Zhang Center for Bonformaton Technology (CBIT) & Bontellgence Laboratory School of Computer Scence and Engneerng Seoul Natonal Unversty

More information