Approaches to Text Mining for Clinical Medical Records

Size: px
Start display at page:

Download "Approaches to Text Mining for Clinical Medical Records"

Transcription

1 Approaches to Text Mnng for Clncal Medcal Records Xaohua Zhou and Hyol Han College of Informaton Scence and Technology Drexel Unversty Phladelpha, PA Isaac Chanka, Ann Prestrud and Ar Brooks College of Medcne Drexel Unversty Phladelpha, PA {c36, Abstract Clncal medcal records contan a wealth of nformaton, largely n free-text form. Means to extract structured nformaton from free-text records s an mportant research endeavor. In ths paper, we descrbe a MEDcal Informaton Extracton (MedIE) system that extracts and mnes a varety of patent nformaton wth breast complants from free-text clncal records. MedIE s a part of medcal text mnng project beng conducted n Drexel Unversty. Three approaches are proposed to solve dfferent IE tasks and very good performance (precson and recall) was acheved. A graph-based approach whch uses the parsng result of lnk-grammar parser was nvented for relaton extracton; hgh accuracy was acheved. A smple but effcent ontology-based approach was adopted to extract medcal terms of nterest. Fnally, an NLP-based feature extracton method coupled wth an ID3-based decson tree was used to perform text classfcaton. Categores and Subject Descrptors I.2.7 [Natural Language Processng]: Text Analyss General Terms Expermentaton Keywords Clncal Records, Informaton Extracton, Relaton Extracton, Ontology 1. Introducton Patent medcal records contan a wealth of nformaton that can prove nvaluable for the conduct of clncal research. Clncal records are largely mantaned n free-text form. Thus, a relable and effcent method to extract structured nformaton for future data mnng from free-text usng nformaton extracton technques may greatly beneft research endeavors. We report here on the development of a MEDcal Permsson to make dgtal or hard copes of all or part of ths work for personal or classroom use s granted wthout fee provded that copes are not made or dstrbuted for proft or commercal advantage and that copes bear ths notce and the full ctaton on the frst page. To copy otherwse, or republsh, to post on servers or to redstrbute to lsts, requres pror specfc permsson and/or a fee. SAC 06, Aprl, 23-27, 2006, Djon, France. Copyrght 2006 ACM /06/0004 $5.00. Informaton Extracton (MedIE) system that extracts and mnes a varety of patent nformaton wth breast complants from freetext clncal records. MedIE s a part of a large research project on breast cancer beng conducted at Drexel Unversty College of Medcne. Before researchers can conduct any analyss or mnng, they must frst code textual patent records and save ths structured nformaton nto the database. A total of 125 separate ntal consultaton notes were mned by our system. Results were then compared to a medcal student's ndependent manual processng of the same consultaton notes. The technque used n ths paper s an extenson to [19]. In [19], three approaches to numerc attrbutes fllng, medcal term dentfcaton, and text classfcaton were descrbed, and an evaluaton for 13 extractng tasks on a small collecton of 50 patent records was reported. We extended the graph-based approach for numerc attrbute fllng n [19] to a generc relaton extracton technque capable of performng the majorty of nformaton extracton tasks n the project; we also solved several techncal problems whle usng Lnk Grammar parser [14] to buld graphs, whch made the system more robust. We mproved term extracton approach n [19] by extensve use of ontology and adopton of a NLP-based term predcton technque. In short, the extended MedIE system s more generc, robust, and effectve n terms of knowledge extracton; the evaluaton for 23 extractng tasks on a larger collecton of 125 patent records s more representatve and convncng. The remander of ths paper s organzed as follows: n secton 2, we revew related work; n secton 3 we present our own approaches to extracton of the three types of nformaton; and secton 4 evaluates system performance. A short concluson fnshes the artcle. 2. Related Work One lne of research related to ours s Named Entty Recognton (NER) n free-text. Though most NER methods cannot handle medcal terms drectly, ther concepts, such as pattern matchng, can be borrowed. General Archtecture for Text Engneerng (GATE) [1] uses patterns wrtten n regular expressons to mplement all ts components such as tokenzaton and named entty recognton. It also provdes a Java Annotated Pattern Engne (JAPE) [2], by whch users can extend NER component to dentfy enttes of nterest. However, because medcal terms are full of synonyms and morphologc varants, the ontology s necessary to acheve hgh extracton accuracy. A research project, "Acqurng Medcal and Bologcal Informaton from Text" (AMBIT) [5], led by a research group at the Unversty of Sheffeld, ams to buld such a large database of

2 medcal termnology for nformaton extracton from clncal records. In ths partcular project, we adopt Unfed Medal Language System (UMLS)1 as the doman ontology to dentfy medcal terms. The pattern-based template fllng s a common technque for nformaton extracton. AutoSlog [12], PALKA [6], CRYSTAL [16] and WHISK [17] can automatcally nduce lngustc patterns from tranng examples. However, supervsed pattern learnng s very expensve to prepare tranng examples. Instead, we use an unsupervsed approach, whch makes use of the parsng results of lnk grammar parser [14], to extract a good porton of knowledge n the project. There s research that apples lnk grammar parser to nformaton extracton. Madhyastha et al. reported the use of lnk grammar parser for event extracton [9] and Dng et al. appled lnk grammar to extracton of bomedcal nteractons [4]. Both works acheved the goal of nformaton extracton by analyzng the meanng of mportant lnks n the sentence. Dfferng from ther approaches, we frst transform the parsed sentence to a formalsm of a graph and then perform concept assocaton based on the graph generated. Another lne of related research s text classfcaton. Decson trees are a frequently used technque for text classfcaton. Wendy Lehnert et al. [8] present an ID3-based decson tree for classfcaton, whch uses learned keywords as features [8]. Kuhn and De Mor propose applcaton of semantc classfcaton trees (SCT) to natural language understandng [7]. SCT s an extenson to word-based (as feature) decson trees. Unlke [8] and [7], Rloff and Lehnert [13] descrbe an approach to text classfcaton that represents a compromse between wordbased technque and n-depth natural language processng. It takes polysemy, synonyms, phrases, and local context nto account durng feature extracton. 3. Tasks and Methods The extractng tasks n our project can be roughly classfed nto three groups. The frst s extracton of medcal terms (e.g., past medcal hstory and past surgcal hstory). The second s text classfcaton. For example, a patent can be classfed as a former smoker, a current smoker, or a non-smoker. The last group s about relaton between two terms (e.g. symptoms and human body parts). We propose three approaches to address these extractng tasks, respectvely. 3.1 Ontology-based Term Extracton Medcal term extracton s often a task durng patent record processng. For example, clncans are always nterested n the medcal hstory and surgcal hstory of patents. Medcal term extracton essentally belongs to the task of named entty recognton. However, medcal terms are full of synonyms and morphologc varants. It s necessary to adopt ontology for hgh accuracy extracton of medcal terms from clncal records. Medcal terms are often mult-word phrases; therefore, t s not effcent to search all combnatons of sequental words n the sentence through the ontology. Instead, we follow the method n [19], usng part of speech patterns to generate term canddates and then checkng f the canddate terms exst n the ontology. 1 In UMLS, each term may belong to more than one concept and at least one semantc type s assgned to each concept. Accordng to the possble semantc type, we can determne whether the medcal term extracted s of nterest or not. In ths partcular project, we also need to group medcal terms. For example, clncans have partcular nterest n certan predefned dseases such as hypertenson. We then need to dentfy synonyms (e.g. hgh blood pressure s a synonym of hypertenson) of these predefned dseases. Ths task s smply completed by lookup of synonyms n ontology. The ontology-based approach for medcal term extracton acheves hgh precson and acceptable recall. But t stll fals to retreve a porton of terms of nterest smply due to the ontology ncompleteness or typo made by doctors. We releve the problem by predctng some terms based on the dea that elements n coordnatng structures should have smlar semantc types. In the followng example, we recognze splenectomy and gallbladder cholecystectomy as surgeres; gunshot then has a good chance to be a surgery name though t s not explctly defned n UMLS. Gunshot wound n 1989, splenectomy n 1992, and gallbladder cholecystectomy n 1990 The ontology-based approach for medcal term extracton can acheve hgher performance than those general named entty recognton approaches. However, t requres ntensve searchng though we adopt part of speech patterns to mnmze the number of term canddates. 3.2 Graph-based Relaton Extracton Relaton extracton refers to a task that fnds pars of two terms n text (usually n a sentence or a couple of consecutve sentences) that are semantcally or syntactcally related to each other. Most nformaton extracton (IE) tasks n ths project are relaton extracton or could be transformed to relaton extracton problem. One type of nformaton for extracton s numerc attrbute, such as blood pressure, pulse, age and weght of a patent. Because ths project targets patents wth breast cancer, clncans are also concerned about menarche age, number of pregnances, and number of lve brths. Extracton of these numbers s equvalent to assocated medcal concepts (e.g. blood pressure) wth numerc values. Another type of nformaton s the assocaton of dseases or symptoms wth persons (e.g. father, mother, aunt etc.) or parts of the body (e.g. rght breast or left breast). For example, the trace of famly hstory of cancer s about the assocaton of dsease wth a person; examnaton of breast s about the assocaton of symptoms wth part of human body. Some extractng tasks could be transformed to relaton extracton problems. For example, clncans are nterested n the menopausal status of the patent. Ths s a typcal classfcaton problem. But browsng patent records, we found that f the date of last menstrual perod s known, then menopausal status can be determned. Thus the problem s transformed to the assocaton of medcal term (last menstrual perod) wth date. The procedure of relaton extracton s comprsed of two major steps. The frst step s the extracton of varous terms ncludng dseases, symptoms, human body parts, persons, numbers, dates, etc, as descrbed n Secton 3.1. Co-reference resoluton s requred for relaton extracton because doctors may use pronoun or abbrevaton to reference prevous terms whle wrtng patent records. We use a shallow method [3] to fnd the real entty pronouns or abbrevatons refer to.

3 The second step s to fnd pars of terms that are semantcally or syntactcally related to each other. The judgment of semantc relaton s smple because the semantc type of each term s already gven durng extracton and the possble relatons of any two semantc types are pre-defned n the ontology. However, the determnaton of syntactc relaton s dffcult because n the majorty of cases a sentence contans more than two terms. In the frst sentence of the example below, there are four medcal metrcs and four numbers. In the second sentence, there are two human body parts and two symptoms. Blood pressure s 144/90, pulse of 84, temperature of 98.3, and weght of 154 pound. There s no other mass palpable n the rght breast whle the left breast s free of any lesons We propose a graph-based approach for the extracton of syntactc relaton based on the lnkage nformaton produced by Lnk Grammar Parser [14]. Lnk Grammar s an orgnal sentence parser, producng not only a consttuent tree as most parsers yeld, but also a lnkage dagram that conssts of lnks between two words. In the example shown n Fgure 1, there are nne lnks. The lnk between s and 144/90 represents a verb-object relaton (denoted by notaton O ). Some researchers have explored the use of lnk grammar n nformaton extracton. Madhyastha et al. reported the use of lnk grammar parser for event extracton [9] and Dng et al. appled lnk grammar to the extracton of bomedcal nteractons [4]. Both works reached the goal of nformaton extracton by analyzng the meanng of mportant lnks n the sentence. Dfferng from ther approaches, we frst transform the parsed sentence to a formalsm of graph and then perform concept assocaton based on the generated graph. Fgure 1. An Example of a Lnkage Dagram 2 Suppose a node represents a word and an edge represents a lnk. Then the lnkage dagram of a vald sentence can be vewed as a connected graph. Furthermore, each edge can be weghted aganst the type of lnk accordng to the applcaton (e.g. we penalze the lnks connectng two clauses). Thus, the dstance between any term par can be calculated from the graph. Intutvely, the dstance between any term par s a good measure of ther syntactc relatonshp. Then the task of syntactc relaton extracton s equvalent to search the shortest node (or the node wth a dstance less than the threshold [4]) wth certan semantc type for a gven node n a (weghted) graph. For some extractng tasks, we need to pay attenton to the occurrence of negatng words or phrases. In the followng example, left breast s lnked wth the symptom of lesons, but because of the occurrence of negatve phrase, be free of, they actually have no assocaton at all. There s no other mass palpable n the rght breast whle the left breast s free of any lesons 2 The dagram s yelded by the onlne Lnk Grammar parser at Ths approach provdes a generc framework for relaton extracton, but has several techncal lmtatons n practce. Frst, lnk grammar parser cannot parse text fragments wthout verbs (e.g. blood pressure: 144/90). For ths reason, we also mplemented a pattern-based approach. If the parser fals to parse the sentence, the pattern approach wll take the place. Second, lnk grammar parser was orgnally developed for conversatonal Englsh and makes many errors whle parsng text n the bomedcal doman, most lkely due to ts lack of syntactc nformaton of bomedcal vocabulary. Thrd, lnk grammar parser can process sngle-word terms but cannot deal wth mult-word terms. Regardng the last two problems, Szolovts [18] presented a heurstc method to augment the lexcon of lnk grammar parser wth UMLS s specalst lexcon. We plan to adopt ths technque n future versons. In the current project, we used a smple method to releve ths problem. After medcal term dentfcaton, we replaced these terms n sentences wth placeholders and then submtted the modfed sentence to parser. The last example s sentence converted to the sentence below after our method s appled. Lnk grammar parser cannot recognze the meanng of placeholders, but t s able to fgure out the part of speech the holders represent and successfully parses the sentence. There s no other symptom1 n part1 whle part2 s free of any symptom2 In ths sub-secton, we ntroduced a graph-based approach for relaton extracton. In comparson wth pattern-based approach, t s more flexble and robust. Ths approach s comprsed of followng fve components, term extracton, co-reference resoluton, medcal term replacement, lnk grammar parsng, and graph buldng. 3.3 Decson Trees Based Text Classfcaton Text classfcaton s another type of nformaton extracton tasks n our project. For nstance, patents fall nto three classes wth regard to smokng behavor: non-smoker, former smoker, or current smoker. The followng texts are examples descrbng dfferent smokng behavors. She qut smokng fve years ago (former) She s currently a smoker (current) None (never) She has never smoked (never) For hgh accuracy, an analytc NLP approach s recommended by most of the lterature. Usually pattern-based semantc analyss would be performed to classfy cases. However, the analytc approach hghly demands large amounts of doman knowledge and s consequently dffcult to generalze. Conversely, a machne learnng technque does not depend on doman knowledge and the approach can easly be generalzed. In ths project, we employed an ID3-based decson tree [11] for categorcal felds. Accordng to nformaton theory, Informaton Gan (Mutual Informaton) of the predctor and dependent varable s a good measure of the predctor s dscrmnatng ablty. Thus, the ID3 decson tree s supposed to use fewer features than other decson tree algorthms. (For the detals, see [19]) 4. Experment The MedIE system s mplemented by Java. Lnk Grammar Parser s used to produce both lnkage nformaton for relaton extracton and consttuent trees for feature extracton durng text

4 classfcaton. WordNet s manly used to get the lemma (unnfected form) of each word n a sentence. GATE (General Archtecture for Text Engneerng) s used for tokenzaton and part of speech taggng. UMLS serves as the doman ontology for medcal term dentfcaton. For the sake of effcency, we downloaded the UMLS data and nstalled t n a local DB2 database. Data s accessed through JDBC. We mplemented the ID3-based decson tree algorthm for text classfcaton. We evaluated our MedIE system on a collecton of 125 patent records, each of whch s a subject wth breast complants. The format of the patent records s same as [19]. One record s comprsed of multple sectons, each of whch begns wth a fxed strng. Therefore, t s easy to splt the whole record nto sectons. Each secton s wrtten n natural language. Table 1. Result of extracton usng concept assocaton Attrbutes extracted Precson (Recall) Attrbutes extracted Precson (Recall) Blood pressure 100.0% Menopause 94.0% Weght 100.0% Palpable nodule 86.0% Pulse 100.0% Breast Mass 86.0% Age of menarche 100.0% Number of pregnances Age of frst chld 100.0% Number of lve brths Auxlary Nodes 100.0% 100.0% Npple D/C 100.0% 100.0% Famly Hstory of cancer The reason to vst doctor 92.0% 92.0% We use precson and recall to evaluate the performance. Extracton of fourteen attrbutes lsted n Table 1 based on the method of relaton extracton acheves extremely hgh precson (recall). In [19], only the frst seven tasks lsted n Table 1 were performed. By examnng all 125 records manually, we found that the extremely hgh precson s, n part, attrbuted to the consstent dctaton style (all records were provded by the same clncan, author Ar D. Brooks, MD). If the sze of the data set ncreases or the wrtng style vares, performance may be degraded. Table 2. Result of text classfcaton Classfcaton Tasks Precson (Recall) Smoke behavor 92.2% Alcohol use 89.4% Appearance 93.7% The ID3-based decson tree s evaluated on three text classfcaton tasks: smokng behavor, alcohol use, and appearance. Fve-fold cross valdaton was appled, that s, the whole data set s splt nto fve subsets. For each round, four subsets are treated as tranng data and the last as testng data. We ran a fve-fold cross valdaton ten tmes, each tme the dataset s randomly shuffled. Average precson (recall) s then calculated (see table 2). It s worth notng that [19] only evaluated the classfcaton task of smokng behavor. Table 3. Result of medcal term extracton Attrbute Name Predefned Past Medcal Hstory Other Past Medcal Hstory Predefned Past Surgcal hstory Other Past Surgcal Hstory Precson [ours] Recall [ours] Precson [19] Recall [19] 96.7% 96.7% 96.7% 96.7% 88.1% 89.4% 76.1% 86.4% 92.3% 94.2% 77.8% 35% 87.5% 92.3% 62.0% 75% Clncans n our project are also nterested n the medcal and surgcal hstory of patents. Because these attrbutes may contan multple values (medcal terms), the precson and recall for -th patent are defned respectvely as, ETrue R = TInstl and ETrue P =. Precson and recall for the whole ETotal collecton, respectvely, are defned as, = ETrue R TInst and ETrue P = where: ETotal ETrue : number of extracted true terms n -th subject. ETotal : number of extracted terms n -th subject. TInst : number of total true terms n -th subject. We revsed the approach for medcal term dentfcaton and acheved sgnfcant progress of precson and recall. For the detals of performance mprovement, please refer to Tables 3, whch lst the performance of medcal term extracton n [19] and our experment, respectvely. The performance mprovement s manly attrbuted to the extensve use of doman ontology. After medcal term dentfcaton, we need to further classfy terms nto predefned terms or other terms. In [19], the authors faled to recognze synonyms of predefned terms. We corrected ths problem, whch ncreases the recall of predefned terms and precson of other terms. The authors of [19] smply treat all terms exstng n doman ontology as medcal terms of nterest. Actually a small porton of extracted terms such as hstory and human was not expected. We fltered out these terms n the new verson by addtonally examnng the semantc type of the term, whch ncreases term precson. Due to the ncompleteness of doman ontology (UMLS) or typo, ontology-based approach faled to extract some terms not defned n ontology. In the current verson, we use the coordnatng structure to predct some medcal terms, whch ncreases the recall of medcal term extractons. 5. Concluson In ths paper, we mplemented a MEDcal Informaton Extracton (MedIE) system that extracts and mnes a varety of nformaton from clncal medcal records. Good performance was acheved. The nformaton extracton tasks n ths project can be roughly classfed nto three classes. The frst s extracton of medcal terms. The second, also the major one, s relaton extracton. The last s text classfcaton. We propose three approaches to address those three dfferent IE tasks.

5 A graph-based approach whch uses the parsng result of lnk-grammar parser was nvented for relaton extracton and hgh accuracy was acheved. A smple but effcent ontology-based approach was adopted to extract medcal terms of nterest. Fnally, an NLP-based feature extracton method coupled wth an ID3-based decson tree was used to perform text classfcaton. Ths prelmnary approach to categorcal felds has, so far, proven to be qute effectve. However, the sze of data set used s small. When more dversfed wrtng styles are ntroduced nto patent records, the performance of IE may degrade. We plan to use a larger data set to evaluate and tune our future work. Besdes, lnk grammar parser makes many errors whle parsng text n bomedcal doman. We are gong to releve ths problem by augmentng the lexcon wth UMLS s specalst lexcon n future versons. Moreover, we wll try to make the system more flexble and robust. Approaches proposed n ths paper may offer a new means by whch clncan-researchers may extract large volumes of data from patent medcal records. To date, ths resource s untapped, as there s no effectve means to extract data. We hope to contnue ths work, refnng our approach, to expand ts utlty. 6. References [1] Cunnngham, H., GATE, A General Archtecture for Text Engneerng, Computers and the Humantes, 2002, Vol. 36, pp [2] Cunnngham, H., Maynard, D., and Tablan., V., JAPE: a Java Annotaton Patterns Engne (Second Edton), Techncal report CS , Unversty of Sheffeld, Department of Computer Scence, [3] Dmtrov, M., Bontcheva, K., Cunnngham, H., and Maynard, D., A Lght-weght Approach to Coreference Resoluton for Named Enttes n Text, Proceedngs of the Fourth Dscourse Anaphora and Anaphor Resoluton Colloquum (DAARC), Lsbon, [4] Dng, J., Berleant, D., Xu, J., and Fulmer, A.W., Extractng Bochemcal Interactons from MEDLINE Usng a Lnk Grammar Parser, In the 15th IEEE Internatonal Conference on Tools wth Artfcal Intellgence (ICTAI'03), [5] Gazauskas, R., Hepple, M., Davs, N., Guo, Y., Harkema, H, Roberts, A., and Roberts, I., AMBIT: Acqurng Medcal and Bologcal Informaton from Text, ISMB/ECCB, Poster, [6] Km, J.T. and Moldovan, D.I., Acquston of Lngustc Patterns for Knowledge-Based Informaton Extracton, IEEE Transactons on Knowledge and Data Engneerng, Volume 7, Issue 5, 1995, pp [7] Kuhn, R. and Mor, R., Applcaton of Semantc Classfcaton Trees to Natural Language Understandng, IEEE Transactons on Pattern Analyss and Machne Intellgence, 1995, Vol. 17, No. 5. [8] Lehnert, W., Soderland, S., Aronow, D., Feng, F., and Shmuel, A., "Inductve Text Classfcaton for Medcal Applcatons", Journal for Expermental and Theoretcal Artfcal Intellgence, 1994, 7(1), pp [9] Madhyastha, H.V., Balakrshnan, N., and Ramakrshnan, K.R., Event Informaton Extracton Usng Lnk Grammar, 13th Internatonal Workshop on Research Issues n Data Engneerng: Mult-lngual Informaton Management (RIDE'03), [10] Mller, G. et al, WordNet: an On-lne Lexcal Database, Internatonal Journal of Lexcography, 1990, pp [11] Qunlan, J.R., Inducton of Decson Trees, Machne Learnng, 1986, No.1, pp [12] Rloff, E., "Automatcally Constructng a Dctonary for Informaton Extracton Tasks", Proceedngs of the Eleventh Natonal Conference on Artfcal Intellgence, AAAI Press/the MIT Press, 1993, pp [13] Rloff, E. and Lehnert, W., "Informaton Extracton as a Bass for Hgh-Precson Text Classfcaton ", ACM Transactons on Informaton Systems, 1994, Vol. 12, No. 3, pp [14] Sleator, D. and Temperley D., "Parsng Englsh wth a Lnk Grammar", Thrd Internatonal Workshop on Parsng Technologes, [15] Soderland, S., Aronow, D., Fsher, D., Aseltne, J., and Lehnert, W., "Machne Learnng of Text Analyss Rules for Clncal Records", CIIR Techncal Report, Unversty of Massachusetts Amherst, [16] Soderland, S., Fsher, D., Aseltne, J., and Lehnert, W., "CRYSTAL: Inducng a Conceptual Dctonary", Proceedngs of the Fourteenth Internatonal Jont Conference on Artfcal Intellgence, 1995, pp [17] Soderland, S., Learnng Informaton Extracton rules for Sem-structured and free text, Machne Learnng, Vol. 34, 1998, pp [18] Szolovts, P., Addng a Medcal Lexcon to an Englsh Parser, Proc. AMIA 2003 Annual Symposum, [19] Zhou, X., Han, H., Chanka, I., Prestrud, A.A., and Brooks, A.D., "Convertng Sem-structured Clncal Medcal Records nto Informaton and Knowledge", In the Internatonal Workshop on Bomedcal Data Engneerng n conjuncton wth the 21st Internatonal Conference on Data Engneerng (ICDE), Tokyo, Japan, Aprl 3-4, 2005.

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis

The Development of Web Log Mining Based on Improve-K-Means Clustering Analysis The Development of Web Log Mnng Based on Improve-K-Means Clusterng Analyss TngZhong Wang * College of Informaton Technology, Luoyang Normal Unversty, Luoyang, 471022, Chna wangtngzhong2@sna.cn Abstract.

More information

Rank Based Clustering For Document Retrieval From Biomedical Databases

Rank Based Clustering For Document Retrieval From Biomedical Databases Jayanth Mancassamy et al /Internatonal Journal on Computer Scence and Engneerng Vol.1(2), 2009, 111-115 Rank Based Clusterng For Document Retreval From Bomedcal Databases Jayanth Mancassamy Department

More information

An Interest-Oriented Network Evolution Mechanism for Online Communities

An Interest-Oriented Network Evolution Mechanism for Online Communities An Interest-Orented Network Evoluton Mechansm for Onlne Communtes Cahong Sun and Xaopng Yang School of Informaton, Renmn Unversty of Chna, Bejng 100872, P.R. Chna {chsun,yang}@ruc.edu.cn Abstract. Onlne

More information

How To Understand The Results Of The German Meris Cloud And Water Vapour Product

How To Understand The Results Of The German Meris Cloud And Water Vapour Product Ttel: Project: Doc. No.: MERIS level 3 cloud and water vapour products MAPP MAPP-ATBD-ClWVL3 Issue: 1 Revson: 0 Date: 9.12.1998 Functon Name Organsaton Sgnature Date Author: Bennartz FUB Preusker FUB Schüller

More information

Using Supervised Clustering Technique to Classify Received Messages in 137 Call Center of Tehran City Council

Using Supervised Clustering Technique to Classify Received Messages in 137 Call Center of Tehran City Council Usng Supervsed Clusterng Technque to Classfy Receved Messages n 137 Call Center of Tehran Cty Councl Mahdyeh Haghr 1*, Hamd Hassanpour 2 (1) Informaton Technology engneerng/e-commerce, Shraz Unversty (2)

More information

Forecasting the Direction and Strength of Stock Market Movement

Forecasting the Direction and Strength of Stock Market Movement Forecastng the Drecton and Strength of Stock Market Movement Jngwe Chen Mng Chen Nan Ye cjngwe@stanford.edu mchen5@stanford.edu nanye@stanford.edu Abstract - Stock market s one of the most complcated systems

More information

Assessing Student Learning Through Keyword Density Analysis of Online Class Messages

Assessing Student Learning Through Keyword Density Analysis of Online Class Messages Assessng Student Learnng Through Keyword Densty Analyss of Onlne Class Messages Xn Chen New Jersey Insttute of Technology xc7@njt.edu Brook Wu New Jersey Insttute of Technology wu@njt.edu ABSTRACT Ths

More information

Luby s Alg. for Maximal Independent Sets using Pairwise Independence

Luby s Alg. for Maximal Independent Sets using Pairwise Independence Lecture Notes for Randomzed Algorthms Luby s Alg. for Maxmal Independent Sets usng Parwse Independence Last Updated by Erc Vgoda on February, 006 8. Maxmal Independent Sets For a graph G = (V, E), an ndependent

More information

Enterprise Master Patient Index

Enterprise Master Patient Index Enterprse Master Patent Index Healthcare data are captured n many dfferent settngs such as hosptals, clncs, labs, and physcan offces. Accordng to a report by the CDC, patents n the Unted States made an

More information

What is Candidate Sampling

What is Candidate Sampling What s Canddate Samplng Say we have a multclass or mult label problem where each tranng example ( x, T ) conssts of a context x a small (mult)set of target classes T out of a large unverse L of possble

More information

1.1 The University may award Higher Doctorate degrees as specified from time-to-time in UPR AS11 1.

1.1 The University may award Higher Doctorate degrees as specified from time-to-time in UPR AS11 1. HIGHER DOCTORATE DEGREES SUMMARY OF PRINCIPAL CHANGES General changes None Secton 3.2 Refer to text (Amendments to verson 03.0, UPR AS02 are shown n talcs.) 1 INTRODUCTION 1.1 The Unversty may award Hgher

More information

NEURO-FUZZY INFERENCE SYSTEM FOR E-COMMERCE WEBSITE EVALUATION

NEURO-FUZZY INFERENCE SYSTEM FOR E-COMMERCE WEBSITE EVALUATION NEURO-FUZZY INFERENE SYSTEM FOR E-OMMERE WEBSITE EVALUATION Huan Lu, School of Software, Harbn Unversty of Scence and Technology, Harbn, hna Faculty of Appled Mathematcs and omputer Scence, Belarusan State

More information

An Alternative Way to Measure Private Equity Performance

An Alternative Way to Measure Private Equity Performance An Alternatve Way to Measure Prvate Equty Performance Peter Todd Parlux Investment Technology LLC Summary Internal Rate of Return (IRR) s probably the most common way to measure the performance of prvate

More information

Web Spam Detection Using Machine Learning in Specific Domain Features

Web Spam Detection Using Machine Learning in Specific Domain Features Journal of Informaton Assurance and Securty 3 (2008) 220-229 Web Spam Detecton Usng Machne Learnng n Specfc Doman Features Hassan Najadat 1, Ismal Hmed 2 Department of Computer Informaton Systems Faculty

More information

Using Content-Based Filtering for Recommendation 1

Using Content-Based Filtering for Recommendation 1 Usng Content-Based Flterng for Recommendaton 1 Robn van Meteren 1 and Maarten van Someren 2 1 NetlnQ Group, Gerard Brandtstraat 26-28, 1054 JK, Amsterdam, The Netherlands, robn@netlnq.nl 2 Unversty of

More information

A Secure Password-Authenticated Key Agreement Using Smart Cards

A Secure Password-Authenticated Key Agreement Using Smart Cards A Secure Password-Authentcated Key Agreement Usng Smart Cards Ka Chan 1, Wen-Chung Kuo 2 and Jn-Chou Cheng 3 1 Department of Computer and Informaton Scence, R.O.C. Mltary Academy, Kaohsung 83059, Tawan,

More information

How To Analyze News From A News Report

How To Analyze News From A News Report , pp. 385-396 http://dx.do.org/10.14257/jmue.2014.9.11.37 Topc Sentment Analyss n Chnese News Ouyang Chunpng, Zhou Wen +, Yu Yng, Lu Zhmng and Yang Xaohua School of Computer Scence and Technology, Unversty

More information

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION

Vision Mouse. Saurabh Sarkar a* University of Cincinnati, Cincinnati, USA ABSTRACT 1. INTRODUCTION Vson Mouse Saurabh Sarkar a* a Unversty of Cncnnat, Cncnnat, USA ABSTRACT The report dscusses a vson based approach towards trackng of eyes and fngers. The report descrbes the process of locatng the possble

More information

PAS: A Packet Accounting System to Limit the Effects of DoS & DDoS. Debish Fesehaye & Klara Naherstedt University of Illinois-Urbana Champaign

PAS: A Packet Accounting System to Limit the Effects of DoS & DDoS. Debish Fesehaye & Klara Naherstedt University of Illinois-Urbana Champaign PAS: A Packet Accountng System to Lmt the Effects of DoS & DDoS Debsh Fesehaye & Klara Naherstedt Unversty of Illnos-Urbana Champagn DoS and DDoS DDoS attacks are ncreasng threats to our dgtal world. Exstng

More information

COMPUTER SUPPORT OF SEMANTIC TEXT ANALYSIS OF A TECHNICAL SPECIFICATION ON DESIGNING SOFTWARE. Alla Zaboleeva-Zotova, Yulia Orlova

COMPUTER SUPPORT OF SEMANTIC TEXT ANALYSIS OF A TECHNICAL SPECIFICATION ON DESIGNING SOFTWARE. Alla Zaboleeva-Zotova, Yulia Orlova Internatonal Book Seres "Informaton Scence and Computng" 29 COMPUTE SUPPOT O SEMANTIC TEXT ANALYSIS O A TECHNICAL SPECIICATION ON DESIGNING SOTWAE Alla Zaboleeva-Zotova, Yula Orlova Abstract: The gven

More information

Web Object Indexing Using Domain Knowledge *

Web Object Indexing Using Domain Knowledge * Web Object Indexng Usng Doman Knowledge * Muyuan Wang Department of Automaton Tsnghua Unversty Bejng 100084, Chna (86-10)51774518 Zhwe L, Le Lu, We-Yng Ma Mcrosoft Research Asa Sgma Center, Hadan Dstrct

More information

FREQUENCY OF OCCURRENCE OF CERTAIN CHEMICAL CLASSES OF GSR FROM VARIOUS AMMUNITION TYPES

FREQUENCY OF OCCURRENCE OF CERTAIN CHEMICAL CLASSES OF GSR FROM VARIOUS AMMUNITION TYPES FREQUENCY OF OCCURRENCE OF CERTAIN CHEMICAL CLASSES OF GSR FROM VARIOUS AMMUNITION TYPES Zuzanna BRO EK-MUCHA, Grzegorz ZADORA, 2 Insttute of Forensc Research, Cracow, Poland 2 Faculty of Chemstry, Jagellonan

More information

Improved Mining of Software Complexity Data on Evolutionary Filtered Training Sets

Improved Mining of Software Complexity Data on Evolutionary Filtered Training Sets Improved Mnng of Software Complexty Data on Evolutonary Fltered Tranng Sets VILI PODGORELEC Insttute of Informatcs, FERI Unversty of Marbor Smetanova ulca 17, SI-2000 Marbor SLOVENIA vl.podgorelec@un-mb.s

More information

Face Verification Problem. Face Recognition Problem. Application: Access Control. Biometric Authentication. Face Verification (1:1 matching)

Face Verification Problem. Face Recognition Problem. Application: Access Control. Biometric Authentication. Face Verification (1:1 matching) Face Recognton Problem Face Verfcaton Problem Face Verfcaton (1:1 matchng) Querymage face query Face Recognton (1:N matchng) database Applcaton: Access Control www.vsage.com www.vsoncs.com Bometrc Authentcaton

More information

Gender Classification for Real-Time Audience Analysis System

Gender Classification for Real-Time Audience Analysis System Gender Classfcaton for Real-Tme Audence Analyss System Vladmr Khryashchev, Lev Shmaglt, Andrey Shemyakov, Anton Lebedev Yaroslavl State Unversty Yaroslavl, Russa vhr@yandex.ru, shmaglt_lev@yahoo.com, andrey.shemakov@gmal.com,

More information

Search Efficient Representation of Healthcare Data based on the HL7 RIM

Search Efficient Representation of Healthcare Data based on the HL7 RIM 181 JOURNAL OF COMPUTERS, VOL. 5, NO. 12, DECEMBER 21 Search Effcent Representaton of Healthcare Data based on the HL7 RIM Razan Paul Department of Computer Scence and Engneerng, Bangladesh Unversty of

More information

Can Auto Liability Insurance Purchases Signal Risk Attitude?

Can Auto Liability Insurance Purchases Signal Risk Attitude? Internatonal Journal of Busness and Economcs, 2011, Vol. 10, No. 2, 159-164 Can Auto Lablty Insurance Purchases Sgnal Rsk Atttude? Chu-Shu L Department of Internatonal Busness, Asa Unversty, Tawan Sheng-Chang

More information

Searching for Interacting Features for Spam Filtering

Searching for Interacting Features for Spam Filtering Searchng for Interactng Features for Spam Flterng Chuanlang Chen 1, Yun-Chao Gong 2, Rongfang Be 1,, and X. Z. Gao 3 1 Department of Computer Scence, Bejng Normal Unversty, Bejng 100875, Chna 2 Software

More information

Predicting Software Development Project Outcomes *

Predicting Software Development Project Outcomes * Predctng Software Development Project Outcomes * Rosna Weber, Mchael Waller, June Verner, Wllam Evanco College of Informaton Scence & Technology, Drexel Unversty 3141 Chestnut Street Phladelpha, PA 19104

More information

Support Vector Machines

Support Vector Machines Support Vector Machnes Max Wellng Department of Computer Scence Unversty of Toronto 10 Kng s College Road Toronto, M5S 3G5 Canada wellng@cs.toronto.edu Abstract Ths s a note to explan support vector machnes.

More information

Keywords : classifier, Association rules, data mining, healthcare, Associative Classifiers, CBA, CMAR, CPAR, MCAR. GJCST Classification : H.2.

Keywords : classifier, Association rules, data mining, healthcare, Associative Classifiers, CBA, CMAR, CPAR, MCAR. GJCST Classification : H.2. Global Journal of Computer Scence and Technology Volume 11 Issue 22 Verson 1.0 Type: Double Blnd Peer Revewed Internatonal Research Journal Publsher: Global Journals Inc. (USA) Onlne ISSN: 0975-4172 &

More information

Context-aware Mobile Recommendation System Based on Context History

Context-aware Mobile Recommendation System Based on Context History TELKOMNIKA Indonesan Journal of Electrcal Engneerng Vol.12, No.4, Aprl 2014, pp. 3158 ~ 3167 DOI: http://dx.do.org/10.11591/telkomnka.v124.4786 3158 Context-aware Moble Recommendaton System Based on Context

More information

Invoicing and Financial Forecasting of Time and Amount of Corresponding Cash Inflow

Invoicing and Financial Forecasting of Time and Amount of Corresponding Cash Inflow Dragan Smć Svetlana Smć Vasa Svrčevć Invocng and Fnancal Forecastng of Tme and Amount of Correspondng Cash Inflow Artcle Info:, Vol. 6 (2011), No. 3, pp. 014-021 Receved 13 Janyary 2011 Accepted 20 Aprl

More information

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College

Feature selection for intrusion detection. Slobodan Petrović NISlab, Gjøvik University College Feature selecton for ntruson detecton Slobodan Petrovć NISlab, Gjøvk Unversty College Contents The feature selecton problem Intruson detecton Traffc features relevant for IDS The CFS measure The mrmr measure

More information

Multiple-Period Attribution: Residuals and Compounding

Multiple-Period Attribution: Residuals and Compounding Multple-Perod Attrbuton: Resduals and Compoundng Our revewer gave these authors full marks for dealng wth an ssue that performance measurers and vendors often regard as propretary nformaton. In 1994, Dens

More information

IMPACT ANALYSIS OF A CELLULAR PHONE

IMPACT ANALYSIS OF A CELLULAR PHONE 4 th ASA & μeta Internatonal Conference IMPACT AALYSIS OF A CELLULAR PHOE We Lu, 2 Hongy L Bejng FEAonlne Engneerng Co.,Ltd. Bejng, Chna ABSTRACT Drop test smulaton plays an mportant role n nvestgatng

More information

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ).

benefit is 2, paid if the policyholder dies within the year, and probability of death within the year is ). REVIEW OF RISK MANAGEMENT CONCEPTS LOSS DISTRIBUTIONS AND INSURANCE Loss and nsurance: When someone s subject to the rsk of ncurrng a fnancal loss, the loss s generally modeled usng a random varable or

More information

A DATA MINING APPLICATION IN A STUDENT DATABASE

A DATA MINING APPLICATION IN A STUDENT DATABASE JOURNAL OF AERONAUTICS AND SPACE TECHNOLOGIES JULY 005 VOLUME NUMBER (53-57) A DATA MINING APPLICATION IN A STUDENT DATABASE Şenol Zafer ERDOĞAN Maltepe Ünversty Faculty of Engneerng Büyükbakkalköy-Istanbul

More information

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing

A Replication-Based and Fault Tolerant Allocation Algorithm for Cloud Computing A Replcaton-Based and Fault Tolerant Allocaton Algorthm for Cloud Computng Tork Altameem Dept of Computer Scence, RCC, Kng Saud Unversty, PO Box: 28095 11437 Ryadh-Saud Araba Abstract The very large nfrastructure

More information

WISE-Integrator: An Automatic Integrator of Web Search Interfaces for E-Commerce

WISE-Integrator: An Automatic Integrator of Web Search Interfaces for E-Commerce WSE-ntegrator: An Automatc ntegrator of Web Search nterfaces for E-Commerce Ha He, Wey Meng Dept. of Computer Scence SUNY at Bnghamton Bnghamton, NY 13902 {hahe,meng}@cs.bnghamton.edu Clement Yu Dept.

More information

Research on Transformation Engineering BOM into Manufacturing BOM Based on BOP

Research on Transformation Engineering BOM into Manufacturing BOM Based on BOP Appled Mechancs and Materals Vols 10-12 (2008) pp 99-103 Onlne avalable snce 2007/Dec/06 at wwwscentfcnet (2008) Trans Tech Publcatons, Swtzerland do:104028/wwwscentfcnet/amm10-1299 Research on Transformaton

More information

On the Optimal Control of a Cascade of Hydro-Electric Power Stations

On the Optimal Control of a Cascade of Hydro-Electric Power Stations On the Optmal Control of a Cascade of Hydro-Electrc Power Statons M.C.M. Guedes a, A.F. Rbero a, G.V. Smrnov b and S. Vlela c a Department of Mathematcs, School of Scences, Unversty of Porto, Portugal;

More information

AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE

AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE AN APPOINTMENT ORDER OUTPATIENT SCHEDULING SYSTEM THAT IMPROVES OUTPATIENT EXPERIENCE Yu-L Huang Industral Engneerng Department New Mexco State Unversty Las Cruces, New Mexco 88003, U.S.A. Abstract Patent

More information

Calculating the high frequency transmission line parameters of power cables

Calculating the high frequency transmission line parameters of power cables < ' Calculatng the hgh frequency transmsson lne parameters of power cables Authors: Dr. John Dcknson, Laboratory Servces Manager, N 0 RW E B Communcatons Mr. Peter J. Ncholson, Project Assgnment Manager,

More information

DEFINING %COMPLETE IN MICROSOFT PROJECT

DEFINING %COMPLETE IN MICROSOFT PROJECT CelersSystems DEFINING %COMPLETE IN MICROSOFT PROJECT PREPARED BY James E Aksel, PMP, PMI-SP, MVP For Addtonal Informaton about Earned Value Management Systems and reportng, please contact: CelersSystems,

More information

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur

Module 2 LOSSLESS IMAGE COMPRESSION SYSTEMS. Version 2 ECE IIT, Kharagpur Module LOSSLESS IMAGE COMPRESSION SYSTEMS Lesson 3 Lossless Compresson: Huffman Codng Instructonal Objectves At the end of ths lesson, the students should be able to:. Defne and measure source entropy..

More information

Probabilistic Latent Semantic User Segmentation for Behavioral Targeted Advertising*

Probabilistic Latent Semantic User Segmentation for Behavioral Targeted Advertising* Probablstc Latent Semantc User Segmentaton for Behavoral Targeted Advertsng* Xaohu Wu 1,2, Jun Yan 2, Nng Lu 2, Shucheng Yan 3, Yng Chen 1, Zheng Chen 2 1 Department of Computer Scence Bejng Insttute of

More information

Using an Adaptive Fuzzy Logic System to Optimise Knowledge Discovery in Proteomics

Using an Adaptive Fuzzy Logic System to Optimise Knowledge Discovery in Proteomics Usng an Adaptve Fuzzy Logc System to Optmse Knowledge Dscovery n Proteomcs James Malone, Ken McGarry and Chrs Bowerman School of Computng and Technology Sunderland Unversty St. Peter s Way, Sunderland,

More information

How To Predct On The Web For Hfmd

How To Predct On The Web For Hfmd Proceedngs of the Twenty-Second Internatonal Jont Conference on Artfcal Intellgence Predctng Epdemc Tendency through Search Behavor Analyss Danqng Xu, Yqun Lu, Mn Zhang, Shaopng Ma, Anq Cu, Lyun Ru State

More information

PEER REVIEWER RECOMMENDATION IN ONLINE SOCIAL LEARNING CONTEXT: INTEGRATING INFORMATION OF LEARNERS AND SUBMISSIONS

PEER REVIEWER RECOMMENDATION IN ONLINE SOCIAL LEARNING CONTEXT: INTEGRATING INFORMATION OF LEARNERS AND SUBMISSIONS PEER REVIEWER RECOMMENDATION IN ONLINE SOCIAL LEARNING CONTEXT: INTEGRATING INFORMATION OF LEARNERS AND SUBMISSIONS Yunhong Xu, Faculty of Management and Economcs, Kunmng Unversty of Scence and Technology,

More information

Product Quality and Safety Incident Information Tracking Based on Web

Product Quality and Safety Incident Information Tracking Based on Web Product Qualty and Safety Incdent Informaton Trackng Based on Web News 1 Yuexang Yang, 2 Correspondng Author Yyang Wang, 2 Shan Yu, 2 Jng Q, 1 Hual Ca 1 Chna Natonal Insttute of Standardzaton, Beng 100088,

More information

Bayesian Network Based Causal Relationship Identification and Funding Success Prediction in P2P Lending

Bayesian Network Based Causal Relationship Identification and Funding Success Prediction in P2P Lending Proceedngs of 2012 4th Internatonal Conference on Machne Learnng and Computng IPCSIT vol. 25 (2012) (2012) IACSIT Press, Sngapore Bayesan Network Based Causal Relatonshp Identfcaton and Fundng Success

More information

IT09 - Identity Management Policy

IT09 - Identity Management Policy IT09 - Identty Management Polcy Introducton 1 The Unersty needs to manage dentty accounts for all users of the Unersty s electronc systems and ensure that users hae an approprate leel of access to these

More information

RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL. Yaoqi FENG 1, Hanping QIU 1. China Academy of Space Technology (CAST) yaoqi.feng@yahoo.

RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL. Yaoqi FENG 1, Hanping QIU 1. China Academy of Space Technology (CAST) yaoqi.feng@yahoo. ICSV4 Carns Australa 9- July, 007 RESEARCH ON DUAL-SHAKER SINE VIBRATION CONTROL Yaoq FENG, Hanpng QIU Dynamc Test Laboratory, BISEE Chna Academy of Space Technology (CAST) yaoq.feng@yahoo.com Abstract

More information

Machine Learning and Software Quality Prediction: As an Expert System

Machine Learning and Software Quality Prediction: As an Expert System I.J. Informaton Engneerng and Electronc Busness, 2014, 2, 9-27 Publshed Onlne Aprl 2014 n MECS (http://www.mecs-press.org/) DOI: 10.5815/jeeb.2014.02.02 Machne Learnng and Software Qualty Predcton: As

More information

Calculation of Sampling Weights

Calculation of Sampling Weights Perre Foy Statstcs Canada 4 Calculaton of Samplng Weghts 4.1 OVERVIEW The basc sample desgn used n TIMSS Populatons 1 and 2 was a two-stage stratfed cluster desgn. 1 The frst stage conssted of a sample

More information

Detecting Credit Card Fraud using Periodic Features

Detecting Credit Card Fraud using Periodic Features Detectng Credt Card Fraud usng Perodc Features Alejandro Correa Bahnsen, Djamla Aouada, Aleksandar Stojanovc and Björn Ottersten Interdscplnary Centre for Securty, Relablty and Trust Unversty of Luxembourg,

More information

Enriching the Knowledge Sources Used in a Maximum Entropy Part-of-Speech Tagger

Enriching the Knowledge Sources Used in a Maximum Entropy Part-of-Speech Tagger Enrchng the Knowledge Sources Used n a Maxmum Entropy Part-of-Speech Tagger Krstna Toutanova Dept of Computer Scence Gates Bldg 4A, 353 Serra Mall Stanford, CA 94305 9040, USA krstna@cs.stanford.edu Chrstopher

More information

Single and multiple stage classifiers implementing logistic discrimination

Single and multiple stage classifiers implementing logistic discrimination Sngle and multple stage classfers mplementng logstc dscrmnaton Hélo Radke Bttencourt 1 Dens Alter de Olvera Moraes 2 Vctor Haertel 2 1 Pontfíca Unversdade Católca do Ro Grande do Sul - PUCRS Av. Ipranga,

More information

THE APPLICATION OF DATA MINING TECHNIQUES AND MULTIPLE CLASSIFIERS TO MARKETING DECISION

THE APPLICATION OF DATA MINING TECHNIQUES AND MULTIPLE CLASSIFIERS TO MARKETING DECISION Internatonal Journal of Electronc Busness Management, Vol. 3, No. 4, pp. 30-30 (2005) 30 THE APPLICATION OF DATA MINING TECHNIQUES AND MULTIPLE CLASSIFIERS TO MARKETING DECISION Yu-Mn Chang *, Yu-Cheh

More information

Traffic-light a stress test for life insurance provisions

Traffic-light a stress test for life insurance provisions MEMORANDUM Date 006-09-7 Authors Bengt von Bahr, Göran Ronge Traffc-lght a stress test for lfe nsurance provsons Fnansnspetonen P.O. Box 6750 SE-113 85 Stocholm [Sveavägen 167] Tel +46 8 787 80 00 Fax

More information

8 Algorithm for Binary Searching in Trees

8 Algorithm for Binary Searching in Trees 8 Algorthm for Bnary Searchng n Trees In ths secton we present our algorthm for bnary searchng n trees. A crucal observaton employed by the algorthm s that ths problem can be effcently solved when the

More information

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network

Forecasting the Demand of Emergency Supplies: Based on the CBR Theory and BP Neural Network 700 Proceedngs of the 8th Internatonal Conference on Innovaton & Management Forecastng the Demand of Emergency Supples: Based on the CBR Theory and BP Neural Network Fu Deqang, Lu Yun, L Changbng School

More information

Hollinger Canadian Publishing Holdings Co. ( HCPH ) proceeding under the Companies Creditors Arrangement Act ( CCAA )

Hollinger Canadian Publishing Holdings Co. ( HCPH ) proceeding under the Companies Creditors Arrangement Act ( CCAA ) February 17, 2011 Andrew J. Hatnay ahatnay@kmlaw.ca Dear Sr/Madam: Re: Re: Hollnger Canadan Publshng Holdngs Co. ( HCPH ) proceedng under the Companes Credtors Arrangement Act ( CCAA ) Update on CCAA Proceedngs

More information

IWFMS: An Internal Workflow Management System/Optimizer for Hadoop

IWFMS: An Internal Workflow Management System/Optimizer for Hadoop IWFMS: An Internal Workflow Management System/Optmzer for Hadoop Lan Lu, Yao Shen Department of Computer Scence and Engneerng Shangha JaoTong Unversty Shangha, Chna lustrve@gmal.com, yshen@cs.sjtu.edu.cn

More information

An Analysis of Central Processor Scheduling in Multiprogrammed Computer Systems

An Analysis of Central Processor Scheduling in Multiprogrammed Computer Systems STAN-CS-73-355 I SU-SE-73-013 An Analyss of Central Processor Schedulng n Multprogrammed Computer Systems (Dgest Edton) by Thomas G. Prce October 1972 Techncal Report No. 57 Reproducton n whole or n part

More information

BUSINESS PROCESS PERFORMANCE MANAGEMENT USING BAYESIAN BELIEF NETWORK. 0688, dskim@ssu.ac.kr

BUSINESS PROCESS PERFORMANCE MANAGEMENT USING BAYESIAN BELIEF NETWORK. 0688, dskim@ssu.ac.kr Proceedngs of the 41st Internatonal Conference on Computers & Industral Engneerng BUSINESS PROCESS PERFORMANCE MANAGEMENT USING BAYESIAN BELIEF NETWORK Yeong-bn Mn 1, Yongwoo Shn 2, Km Jeehong 1, Dongsoo

More information

Mining Multiple Large Data Sources

Mining Multiple Large Data Sources The Internatonal Arab Journal of Informaton Technology, Vol. 7, No. 3, July 2 24 Mnng Multple Large Data Sources Anmesh Adhkar, Pralhad Ramachandrarao 2, Bhanu Prasad 3, and Jhml Adhkar 4 Department of

More information

How To Classfy Onlne Mesh Network Traffc Classfcaton And Onlna Wreless Mesh Network Traffic Onlnge Network

How To Classfy Onlne Mesh Network Traffc Classfcaton And Onlna Wreless Mesh Network Traffic Onlnge Network Journal of Computatonal Informaton Systems 7:5 (2011) 1524-1532 Avalable at http://www.jofcs.com Onlne Wreless Mesh Network Traffc Classfcaton usng Machne Learnng Chengje GU 1,, Shuny ZHANG 1, Xaozhen

More information

Semantic Link Analysis for Finding Answer Experts *

Semantic Link Analysis for Finding Answer Experts * JOURNAL OF INFORMATION SCIENCE AND ENGINEERING 28, 51-65 (2012) Semantc Lnk Analyss for Fndng Answer Experts * YAO LU 1,2,3, XIAOJUN QUAN 2, JINGSHENG LEI 4, XINGLIANG NI 1,2,3, WENYIN LIU 2,3 AND YINLONG

More information

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm

A hybrid global optimization algorithm based on parallel chaos optimization and outlook algorithm Avalable onlne www.ocpr.com Journal of Chemcal and Pharmaceutcal Research, 2014, 6(7):1884-1889 Research Artcle ISSN : 0975-7384 CODEN(USA) : JCPRC5 A hybrd global optmzaton algorthm based on parallel

More information

Network Security Situation Evaluation Method for Distributed Denial of Service

Network Security Situation Evaluation Method for Distributed Denial of Service Network Securty Stuaton Evaluaton Method for Dstrbuted Denal of Servce Jn Q,2, Cu YMn,2, Huang MnHuan,2, Kuang XaoHu,2, TangHong,2 ) Scence and Technology on Informaton System Securty Laboratory, Bejng,

More information

ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING

ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING ANALYZING THE RELATIONSHIPS BETWEEN QUALITY, TIME, AND COST IN PROJECT MANAGEMENT DECISION MAKING Matthew J. Lberatore, Department of Management and Operatons, Vllanova Unversty, Vllanova, PA 19085, 610-519-4390,

More information

Some literature also use the term Process Control

Some literature also use the term Process Control A Formal Approach for Internal Controls Complance n Busness Processes Koumars Namr 1, Nenad Stojanovc 2 1 SAP Research Center CEC Karlsruhe, SAP AG, Vncenz-Preßntz-Str.1 76131 Karlsruhe, Germany Koumars.Namr@sap.com

More information

Overview of monitoring and evaluation

Overview of monitoring and evaluation 540 Toolkt to Combat Traffckng n Persons Tool 10.1 Overvew of montorng and evaluaton Overvew Ths tool brefly descrbes both montorng and evaluaton, and the dstncton between the two. What s montorng? Montorng

More information

iavenue iavenue i i i iavenue iavenue iavenue

iavenue iavenue i i i iavenue iavenue iavenue Saratoga Systems' enterprse-wde Avenue CRM system s a comprehensve web-enabled software soluton. Ths next generaton system enables you to effectvely manage and enhance your customer relatonshps n both

More information

The Greedy Method. Introduction. 0/1 Knapsack Problem

The Greedy Method. Introduction. 0/1 Knapsack Problem The Greedy Method Introducton We have completed data structures. We now are gong to look at algorthm desgn methods. Often we are lookng at optmzaton problems whose performance s exponental. For an optmzaton

More information

INVESTIGATION OF VEHICULAR USERS FAIRNESS IN CDMA-HDR NETWORKS

INVESTIGATION OF VEHICULAR USERS FAIRNESS IN CDMA-HDR NETWORKS 21 22 September 2007, BULGARIA 119 Proceedngs of the Internatonal Conference on Informaton Technologes (InfoTech-2007) 21 st 22 nd September 2007, Bulgara vol. 2 INVESTIGATION OF VEHICULAR USERS FAIRNESS

More information

A Dynamic Load Balancing for Massive Multiplayer Online Game Server

A Dynamic Load Balancing for Massive Multiplayer Online Game Server A Dynamc Load Balancng for Massve Multplayer Onlne Game Server Jungyoul Lm, Jaeyong Chung, Jnryong Km and Kwanghyun Shm Dgtal Content Research Dvson Electroncs and Telecommuncatons Research Insttute Daejeon,

More information

Cluster Analysis of Data Points using Partitioning and Probabilistic Model-based Algorithms

Cluster Analysis of Data Points using Partitioning and Probabilistic Model-based Algorithms Internatonal Journal of Appled Informaton Systems (IJAIS) ISSN : 2249-0868 Foundaton of Computer Scence FCS, New York, USA Volume 7 No.7, August 2014 www.jas.org Cluster Analyss of Data Ponts usng Parttonng

More information

Performance Management and Evaluation Research to University Students

Performance Management and Evaluation Research to University Students 631 A publcaton of CHEMICAL ENGINEERING TRANSACTIONS VOL. 46, 2015 Guest Edtors: Peyu Ren, Yancang L, Hupng Song Copyrght 2015, AIDIC Servz S.r.l., ISBN 978-88-95608-37-2; ISSN 2283-9216 The Italan Assocaton

More information

Vembu StoreGrid Windows Client Installation Guide

Vembu StoreGrid Windows Client Installation Guide Ser v cepr ov dered t on Cl enti nst al l at ongu de W ndows Vembu StoreGrd Wndows Clent Installaton Gude Download the Wndows nstaller, VembuStoreGrd_4_2_0_SP_Clent_Only.exe To nstall StoreGrd clent on

More information

An Inductive Fuzzy Classification Approach applied to Individual Marketing

An Inductive Fuzzy Classification Approach applied to Individual Marketing An Inductve Fuzzy Classfcaton Approach appled to Indvdual Marketng Mchael Kaufmann, Andreas Meer Abstract A data mnng methodology for an nductve fuzzy classfcaton s ntroduced. The nducton step s based

More information

http://wrap.warwick.ac.uk

http://wrap.warwick.ac.uk Orgnal ctaton: Crstea, Alexandra I. and De Moo, A. (2003) Desgner adaptaton n adaptve hypermeda authorng. In: Internatonal Conference on Informaton Technology : Codng and Computng (ITCC 2003), Las Vegas,

More information

Estimating the Development Effort of Web Projects in Chile

Estimating the Development Effort of Web Projects in Chile Estmatng the Development Effort of Web Projects n Chle Sergo F. Ochoa Computer Scences Department Unversty of Chle (56 2) 678-4364 sochoa@dcc.uchle.cl M. Cecla Bastarrca Computer Scences Department Unversty

More information

Performance Analysis and Coding Strategy of ECOC SVMs

Performance Analysis and Coding Strategy of ECOC SVMs Internatonal Journal of Grd and Dstrbuted Computng Vol.7, No. (04), pp.67-76 http://dx.do.org/0.457/jgdc.04.7..07 Performance Analyss and Codng Strategy of ECOC SVMs Zhgang Yan, and Yuanxuan Yang, School

More information

To manage leave, meeting institutional requirements and treating individual staff members fairly and consistently.

To manage leave, meeting institutional requirements and treating individual staff members fairly and consistently. Corporate Polces & Procedures Human Resources - Document CPP216 Leave Management Frst Produced: Current Verson: Past Revsons: Revew Cycle: Apples From: 09/09/09 26/10/12 09/09/09 3 years Immedately Authorsaton:

More information

Damage detection in composite laminates using coin-tap method

Damage detection in composite laminates using coin-tap method Damage detecton n composte lamnates usng con-tap method S.J. Km Korea Aerospace Research Insttute, 45 Eoeun-Dong, Youseong-Gu, 35-333 Daejeon, Republc of Korea yaeln@kar.re.kr 45 The con-tap test has the

More information

On-Line Fault Detection in Wind Turbine Transmission System using Adaptive Filter and Robust Statistical Features

On-Line Fault Detection in Wind Turbine Transmission System using Adaptive Filter and Robust Statistical Features On-Lne Fault Detecton n Wnd Turbne Transmsson System usng Adaptve Flter and Robust Statstcal Features Ruoyu L Remote Dagnostcs Center SKF USA Inc. 3443 N. Sam Houston Pkwy., Houston TX 77086 Emal: ruoyu.l@skf.com

More information

Improved SVM in Cloud Computing Information Mining

Improved SVM in Cloud Computing Information Mining Internatonal Journal of Grd Dstrbuton Computng Vol.8, No.1 (015), pp.33-40 http://dx.do.org/10.1457/jgdc.015.8.1.04 Improved n Cloud Computng Informaton Mnng Lvshuhong (ZhengDe polytechnc college JangSu

More information

taposh_kuet20@yahoo.comcsedchan@cityu.edu.hk rajib_csedept@yahoo.co.uk, alam_shihabul@yahoo.com

taposh_kuet20@yahoo.comcsedchan@cityu.edu.hk rajib_csedept@yahoo.co.uk, alam_shihabul@yahoo.com G. G. Md. Nawaz Al 1,2, Rajb Chakraborty 2, Md. Shhabul Alam 2 and Edward Chan 1 1 Cty Unversty of Hong Kong, Hong Kong, Chna taposh_kuet20@yahoo.comcsedchan@ctyu.edu.hk 2 Khulna Unversty of Engneerng

More information

Robust Design of Public Storage Warehouses. Yeming (Yale) Gong EMLYON Business School

Robust Design of Public Storage Warehouses. Yeming (Yale) Gong EMLYON Business School Robust Desgn of Publc Storage Warehouses Yemng (Yale) Gong EMLYON Busness School Rene de Koster Rotterdam school of management, Erasmus Unversty Abstract We apply robust optmzaton and revenue management

More information

Design and Development of a Security Evaluation Platform Based on International Standards

Design and Development of a Security Evaluation Platform Based on International Standards Internatonal Journal of Informatcs Socety, VOL.5, NO.2 (203) 7-80 7 Desgn and Development of a Securty Evaluaton Platform Based on Internatonal Standards Yuj Takahash and Yoshm Teshgawara Graduate School

More information

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters

Frequency Selective IQ Phase and IQ Amplitude Imbalance Adjustments for OFDM Direct Conversion Transmitters Frequency Selectve IQ Phase and IQ Ampltude Imbalance Adjustments for OFDM Drect Converson ransmtters Edmund Coersmeer, Ernst Zelnsk Noka, Meesmannstrasse 103, 44807 Bochum, Germany edmund.coersmeer@noka.com,

More information

Project Networks With Mixed-Time Constraints

Project Networks With Mixed-Time Constraints Project Networs Wth Mxed-Tme Constrants L Caccetta and B Wattananon Western Australan Centre of Excellence n Industral Optmsaton (WACEIO) Curtn Unversty of Technology GPO Box U1987 Perth Western Australa

More information

Graph Calculus: Scalable Shortest Path Analytics for Large Social Graphs through Core Net

Graph Calculus: Scalable Shortest Path Analytics for Large Social Graphs through Core Net Graph Calculus: Scalable Shortest Path Analytcs for Large Socal Graphs through Core Net Lxn Fu Department of Computer Scence Unversty of North Carolna at Greensboro Greensboro, NC, U.S.A. lfu@uncg.edu

More information

Recurrence. 1 Definitions and main statements

Recurrence. 1 Definitions and main statements Recurrence 1 Defntons and man statements Let X n, n = 0, 1, 2,... be a MC wth the state space S = (1, 2,...), transton probabltes p j = P {X n+1 = j X n = }, and the transton matrx P = (p j ),j S def.

More information

Comparison of Domain-Specific Lexicon Construction Methods for Sentiment Analysis

Comparison of Domain-Specific Lexicon Construction Methods for Sentiment Analysis , pp.152-156 http://d.do.org/10.14257/astl.2016.135.38 Comparson of Doman-Specfc Lecon Constructon Methods for Sentment Analyss Myeong So Km 1, Jong Woo Km 2,3 and Cu Jng 4 1 Department of Mathematcs,

More information

The OC Curve of Attribute Acceptance Plans

The OC Curve of Attribute Acceptance Plans The OC Curve of Attrbute Acceptance Plans The Operatng Characterstc (OC) curve descrbes the probablty of acceptng a lot as a functon of the lot s qualty. Fgure 1 shows a typcal OC Curve. 10 8 6 4 1 3 4

More information

A Performance Analysis of View Maintenance Techniques for Data Warehouses

A Performance Analysis of View Maintenance Techniques for Data Warehouses A Performance Analyss of Vew Mantenance Technques for Data Warehouses Xng Wang Dell Computer Corporaton Round Roc, Texas Le Gruenwald The nversty of Olahoma School of Computer Scence orman, OK 739 Guangtao

More information