The Implementation of the Conditions for the Existence of the Most Specific Generalizations w.r.t. General EL-TBoxes

Size: px
Start display at page:

Download "The Implementation of the Conditions for the Existence of the Most Specific Generalizations w.r.t. General EL-TBoxes"

Transcription

1 The Implementation of the Conditions fo the Existence of the Most Specific Genealizations w..t. Geneal EL-TBoxes Adian Nuadiansyah Technische Univesität Desden Supevised by: Anni-Yasmin Tuhan Febuay 12, 2016 Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

2 Oveview 1 Motivation behind the Implementation 2 Algoithm to Decide the Existence of the Most Specific Genealization 3 Implementation of the Algoithm 4 Evaluation of the Implementation in Cyclic Ontology 5 Conclusion and Futue Wok Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

3 Motivation behind the Implementation Most Specific Genealization Least common subsume (lcs) and Most Specific Concept (msc). The lcs yields a concept that captues all commonalities of pai of concepts (subsumption). The msc genealizes an individual into a single concept (instance checking). Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

4 Motivation behind the Implementation Most Specific Genealization Least common subsume (lcs) and Most Specific Concept (msc). The lcs yields a concept that captues all commonalities of pai of concepts (subsumption). The msc genealizes an individual into a single concept (instance checking). Suppot building and maintaining the knowledge base (KB) fom bottom up appoach. Pocessed, investigated, and added into KB new knowledge! Neithe the lcs no the msc need to exist in geneal EL-TBox. Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

5 Motivation behind the Implementation Knowledge Base Family and its Canonical Model T family1 : {Wife Female Peson likes.husband; HappyPeson Peson likes.happypeson; Husband Male Peson likes.wife} A family1 : {likes(bob,caol); likes(bob,bob); Wife(caol); HappyPeson(bob)} Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

6 Motivation behind the Implementation Knowledge Base Family and its Canonical Model T family1 : {Wife Female Peson likes.husband; HappyPeson Peson likes.happypeson; Husband Male Peson likes.wife} A family1 : {likes(bob,caol); likes(bob,bob); Wife(caol); HappyPeson(bob)} {Husband, Male, HappyPeson, Peson} {Female, Peson, Wife} {Male, Husband, Peson} {Wife, Peson, Female} d Bob likes d Caol likes d Husband likes d Wife likes likes Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

7 Motivation behind the Implementation Knowledge Base Family and its Canonical Model T family1 : {Wife Female Peson likes.husband; HappyPeson Peson likes.happypeson; Husband Male Peson likes.wife} A family1 : {likes(bob,caol); likes(bob,bob); Wife(caol); HappyPeson(bob)} {Husband, Male, HappyPeson, Peson} {Female, Peson, Wife} {Male, Husband, Peson} {Wife, Peson, Female} d Bob likes d Caol likes d Husband likes d Wife likes likes lcs(male, Peson)=, but thee is no lcs fo Husband and HappyPeson Husband and HappyPeson ae cyclic concepts. msc(caol)=wife, but thee is no msc fo bob Wife(caol) and HappyPeson(bob). Wife and HappyPeson ae cyclic concepts. Diffeent esults fo the msc in a cyclic ontology! Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

8 Motivation behind the Implementation Knowledge Base Family and its Canonical Model T family1 : Wife Female Peson likes.husband; Husband Male Peson likes.wife HappyPeson Peson likes.happypeson; A family1 : likes(bob,caol); likes(bob,bob); Wife(Caol); HappyPeson(Bob) {Husband, Male, HappyPeson, Peson} {Female, Peson, Wife} {Male, Husband, Peson} {Wife, Peson, Female} d Bob likes d Caol likes d Husband likes d Wife likes likes How to compute and decide the existence of the most specific genealization w..t. geneal EL TBox? Fo the sake of simplicity, we only conside the notions elated to the least common subsume in futhe sections. Most specific concept can be defined analogously. Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

9 Least Common Subsume A concept E is the least common subsume(lcs) of C and D w..t. T (lcs T (C, D)) iff: C T E and D T E Fo each concept F such that C T F and D T F, then E T F. Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

10 Least Common Subsume A concept E is the least common subsume(lcs) of C and D w..t. T (lcs T (C, D)) iff: C T E and D T E Fo each concept F such that C T F and D T F, then E T F. We deal with a geneal EL TBox. The computed lcs can be captued in an infinite size. Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

11 Least Common Subsume A concept E is the least common subsume(lcs) of C and D w..t. T (lcs T (C, D)) iff: C T E and D T E Fo each concept F such that C T F and D T F, then E T F. We deal with a geneal EL TBox. The computed lcs can be captued in an infinite size. Can we obtain a ole-depth bounded lcs with a depth k? Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

12 Least Common Subsume A concept E is the least common subsume(lcs) of C and D w..t. T (lcs T (C, D)) iff: C T E and D T E Fo each concept F such that C T F and D T F, then E T F. We deal with a geneal EL TBox. The computed lcs can be captued in an infinite size. Can we obtain a ole-depth bounded lcs with a depth k? The ole-depth (d(c)): the maximal nesting of -quantifies in C. Let k N and E, F ae the ole-depth bounded concepts with the ole-depth up to k, then E is the ole-depth bounded lcs (k-lcs T (C, D)) of C and D w..t. T. Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

13 Least Common Subsume A concept E is the least common subsume(lcs) of C and D w..t. T (lcs T (C, D)) iff: C T E and D T E Fo each concept F such that C T F and D T F, then E T F. We deal with a geneal EL TBox. The computed lcs can be captued in an infinite size. Can we obtain a ole-depth bounded lcs with a depth k? The ole-depth (d(c)): the maximal nesting of -quantifies in C. Let k N and E, F ae the ole-depth bounded concepts with the ole-depth up to k, then E is the ole-depth bounded lcs (k-lcs T (C, D)) of C and D w..t. T. How to obtain this numbe k? How do we know that ou k-lcs is ou lcs, such that we can check whethe the lcs exists o not? Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

14 Deciding the Existence of the Least Common Subsume 1. Given two concepts C, D and a TBox T as the inputs; Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

15 Desciption Logic EL and TBox EL concepts ae built by using the following stuctues: C,D ::= A C D.C Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

16 Desciption Logic EL and TBox EL concepts ae built by using the following stuctues: C,D ::= A C D.C An intepetation I = ( I, I ) consists of: I : a non-empty domain. I with A I I and I I I The mapping I can be extended to EL-concepts Name Syntax Semantic Top I Conjunction C D C I D I Existential Restiction.C {d I e I : (d,e) I and e C I } Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

17 Desciption Logic EL and TBox EL concepts ae built by using the following stuctues: C,D ::= A C D.C An intepetation I = ( I, I ) consists of: I : a non-empty domain. I with A I I and I I I The mapping I can be extended to EL-concepts Name Syntax Semantic Top I Conjunction C D C I D I Existential Restiction.C {d I e I : (d,e) I and e C I } A (geneal) EL TBox T is a finite set of Geneal Concept Inclusion (GCI) of the fom of C D. An intepetation I satisfies a GCI C D iff C I D I I is a model of T iff it satisfies all GCIs in T. C is subsumed by D w..t. T (denoted by C T D ) iff C I D I fo all models I of T. This easoning task is called subsumption. Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

18 Deciding the Existence of the Least Common Subsume 1. Given two concepts C, D and a TBox T as the inputs; Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

19 Deciding the Existence of the Least Common Subsume 1. Given two concepts C, D and a TBox T as the inputs; 2. Compute the canonical models I d C,T and Ie D,T of C and D w..t. T ; Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

20 Canonical Model Canonical Model of Concept w..t. TBox It is denoted by I C,T. Recall this example: T family2 : Wife Female Peson likes.husband; Husband Male Peson likes.wife {Male, Peson I Husband,T family2 Husband} d Husband likes likes d Wife {Wife, Peson, Female} I d : an intepetation with d Id as an initial element such that all e Id ae eachable fom d. Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

21 Deciding the Existence of the Least Common Subsume 1. Given two concepts C, D and a TBox T as the inputs; 2. Compute the canonical models I d C,T and Ie D,T of C and D w..t. T ; Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

22 Deciding the Existence of the Least Common Subsume 1. Given two concepts C, D and a TBox T as the inputs; 2. Compute the canonical models IC,T d and Ie D,T of C and D w..t. T ; 3. Compute the poduct IC,T f D,T of Id C,T and Ie D,T ; Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

23 Poduct Intepetation Poduct Intepetation is denoted by I 1 2 Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

24 Poduct Intepetation Poduct Intepetation is denoted by I 1 2 Example: I 1 {A} d A d C {C} Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

25 Poduct Intepetation Poduct Intepetation is denoted by I 1 2 Example: I 1 {A} I 2 {B} d A d B d C d C {C} {C} Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

26 Poduct Intepetation Poduct Intepetation is denoted by I 1 2 Example: I 1 {A} d A I 2 {B} d B I 1 2 {} d A,d B d C d C d A,d C d C,d C d B,d C {C} {C} {} {C} {} How to get the poduct of canonical models in the smalle size? Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

27 Deciding the Existence of the Least Common Subsume 1. Given two concepts C, D and a TBox T as the inputs; 2. Compute the canonical models IC,T d and Ie D,T of C and D w..t. T ; 3. Compute the poduct IC,T f D,T of Id C,T and Ie D,T ; Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

28 Deciding the Existence of the Least Common Subsume 1. Given two concepts C, D and a TBox T as the inputs; 2. Compute the canonical models I d C,T and Ie D,T 3. Compute the poduct I f C,T D,T of Id C,T and Ie D,T ; of C and D w..t. T ; 4. Compute the maximal simulation S max1 fom I f C,T D,T to If C,T D,T and geneate the set V of -classes w..t. S max1 ; Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

29 Simulation Relation Subsumption can be chaacteized by a simulation elation. Let I 1 and I 2 be intepetations S I1 I2 is defined as a simulation fom I 1 to I 2. A simulation S max fom I 1 to I 2 is said to be maximal if fo all S fom I 1 to I 2, then it holds that S S max.

30 Simulation Relation Subsumption can be chaacteized by a simulation elation. Let I 1 and I 2 be intepetations S I1 I2 is defined as a simulation fom I 1 to I 2. A simulation S max fom I 1 to I 2 is said to be maximal if fo all S fom I 1 to I 2, then it holds that S S max. Example: I 1 {A} d 1 d 2 {A} I 2 ((I 1, d 1 ) is simulated ( ) by (I 2, d 2 )) {B} d 3 Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

31 Simulation Relation Subsumption can be chaacteized by a simulation elation. Let I 1 and I 2 be intepetations S I1 I2 is defined as a simulation fom I 1 to I 2. A simulation S max fom I 1 to I 2 is said to be maximal if fo all S fom I 1 to I 2, then it holds that S S max. Example: I 1 {A} d 1 d 2 {A} I 2 ((I 1, d 1 ) is simulated ( ) by (I 2, d 2 )) {B} d 3 d 4 {A,B} Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

32 Simulation Relation Subsumption can be chaacteized by a simulation elation. Let I 1 and I 2 be intepetations S I1 I2 is defined as a simulation fom I 1 to I 2. A simulation S max fom I 1 to I 2 is said to be maximal if fo all S fom I 1 to I 2, then it holds that S S max. Example: I 1 {A} d 1 d 2 {A} I 2 ((I 1, d 1 ) is simulated ( ) by (I 2, d 2 )) {B} d 3 d 4 {A,B} ((I 1, d 3 ) is simulated ( ) by (I 2, d 4 )) Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

33 Simulation Relation Subsumption can be chaacteized by a simulation elation. Let I 1 and I 2 be intepetations S I1 I2 is defined as a simulation fom I 1 to I 2. A simulation S max fom I 1 to I 2 is said to be maximal if fo all S fom I 1 to I 2, then it holds that S S max. Example: I 1 {A} d 1 d 2 {A} I 2 ((I 1, d 1 ) is simulated ( ) by (I 2, d 2 )) {B} d 3 d 4 {A,B} ((I 1, d 3 ) is simulated ( ) by (I 2, d 4 )) (I 1,d) is equisimila to (I 2,e) (denoted by (I 1,d) (I 2,e)) if (I 1,d) (I 2,e) and (I 2,e) (I 1,d). Let [d] := {e I (I, d) (I, e)}. V as the set of -classes w..t. a simulation S Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

34 Deciding the Existence of the Least Common Subsume 1. Given two concepts C, D and a TBox T as the inputs; 2. Compute the canonical models I d C,T and Ie D,T 3. Compute the poduct I f C,T D,T of Id C,T and Ie D,T ; of C and D w..t. T ; 4. Compute the maximal simulation S max1 fom I f C,T D,T to If C,T D,T and geneate the set V of -classes w..t. S max1 ; Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

35 Deciding the Existence of the Least Common Subsume 1. Given two concepts C, D and a TBox T as the inputs; 2. Compute the canonical models I d C,T and Ie D,T 3. Compute the poduct I f C,T D,T of Id C,T and Ie D,T ; of C and D w..t. T ; 4. Compute the maximal simulation S max1 fom I f C,T D,T to If C,T D,T and geneate the set V of -classes w..t. S max1 ; 5. Compute the equisimulation quotient I [f] (C,T D,T )/ of If C,T D,T I[f] (C,T D,T )/ := V; with Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

36 Equisimulation Quotient I / is an equisimulation quotient of I. It is computed to: Reduce the numbe of edundant ole-successo nodes Get the smalle numbe of oles to be tavesed duing computing the k-chaacteistic concept. Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

37 Equisimulation Quotient I / is an equisimulation quotient of I. It is computed to: Reduce the numbe of edundant ole-successo nodes Get the smalle numbe of oles to be tavesed duing computing the k-chaacteistic concept. I d Caol K family {Female, Peson, Wife} 1 {Male, Husband, Peson} {Wife, Peson, Female} d Caol likes d Husband likes d Wife likes Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

38 Equisimulation Quotient I / is an equisimulation quotient of I. It is computed to: Reduce the numbe of edundant ole-successo nodes Get the smalle numbe of oles to be tavesed duing computing the k-chaacteistic concept. 1 2 I d Caol K family {Female, Peson, Wife} {Male, Husband, Peson} {Wife, Peson, Female} (I Kfamily,d Caol ) (I Kfamily, d Wife ) d Caol likes d Husband likes d Wife likes Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

39 Equisimulation Quotient I / is an equisimulation quotient of I. It is computed to: Reduce the numbe of edundant ole-successo nodes Get the smalle numbe of oles to be tavesed duing computing the k-chaacteistic concept. I d Caol K family {Female, Peson, Wife} d Caol likes 1 {Male, Husband, Peson} d Husband likes likes {Wife, Peson, Female} d Wife 2 (I Kfamily,d Caol ) (I Kfamily, d Wife ) [d 1 ] := {d Husband } [d 2 ] := {d Caol, d Wife } Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

40 Equisimulation Quotient I / is an equisimulation quotient of I. It is computed to: Reduce the numbe of edundant ole-successo nodes Get the smalle numbe of oles to be tavesed duing computing the k-chaacteistic concept I d Caol K family {Female, Peson, Wife} d Caol likes {Male, Husband, Peson} d Husband likes likes {Wife, Peson, Female} d Wife (I Kfamily,d Caol ) (I Kfamily, d Wife ) [d 1 ] := {d Husband } [d 2 ] := {d Caol, d Wife } I [d 2 ] K family/ {Male, Husband, Peson} [d 1 ] likes likes {Wife, Peson, Female} [d 2 ] Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

41 Deciding the Existence of the Least Common Subsume 1. Given two concepts C, D and a TBox T as the inputs; 2. Compute the canonical models I d C,T and Ie D,T 3. Compute the poduct I f C,T D,T of Id C,T and Ie D,T ; of C and D w..t. T ; 4. Compute the maximal simulation S max1 fom I f C,T D,T to If C,T D,T and geneate the set V of -classes w..t. S max1 ; 5. Compute the equisimulation quotient I [f] (C,T D,T )/ of If C,T D,T I[f] (C,T D,T )/ := V; with Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

42 Deciding the Existence of the Least Common Subsume 1. Given two concepts C, D and a TBox T as the inputs; 2. Compute the canonical models I d C,T and Ie D,T 3. Compute the poduct I f C,T D,T of Id C,T and Ie D,T ; of C and D w..t. T ; 4. Compute the maximal simulation S max1 fom I f C,T D,T to If C,T D,T and geneate the set V of -classes w..t. S max1 ; 5. Compute the equisimulation quotient I [f] (C,T D,T )/ of If C,T D,T I[f] (C,T D,T )/ := V; with 6. Obtain the numbe k as a ole-depth fo ou lcs candidate by computing k = n 2 + m + 1, whee: n = I[f] C,T D,T / ; m = max({d(f ) F sub(t ) {C,D}}) 7. Compute the k-chaacteistic concept K by tavesing I [f] (C,T D,T )/ ; Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

43 k-chaacteistic Concept Role-Depth bounded concept K with the depth k can be obtained by tavesing a canonical model I. It is computed ecusively by means of k-chaacteistic concept X k (I,d) with d I. Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

44 k-chaacteistic Concept Role-Depth bounded concept K with the depth k can be obtained by tavesing a canonical model I. It is computed ecusively by means of k-chaacteistic concept X k (I,d) with d I. Example: {A,B} I 1 {A} e d s f {B} Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

45 k-chaacteistic Concept Role-Depth bounded concept K with the depth k can be obtained by tavesing a canonical model I. It is computed ecusively by means of k-chaacteistic concept X k (I,d) with d I. Example: {A,B} I 1 {A} e d s f {B} k = 0; X 0 (I,e) := A k = 1; X 1 (I,e) := A.(A B) Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

46 k-chaacteistic Concept Role-Depth bounded concept K with the depth k can be obtained by tavesing a canonical model I. It is computed ecusively by means of k-chaacteistic concept X k (I,d) with d I. Example: {A,B} I 1 {A} e d s f {B} k = 0; X 0 (I,e) := A k = 1; X 1 (I,e) := A.(A B) k = 2; X 2 (I,e) := A.(A B s.b ) k = 3; X 3 (I,e) := A.(A B s.(b.a)) Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

47 Deciding the Existence of the Least Common Subsume 1. Given two concepts C, D and a TBox T as the inputs; 2. Compute the canonical models I d C,T and Ie D,T 3. Compute the poduct I f C,T D,T of Id C,T and Ie D,T ; of C and D w..t. T ; 4. Compute the maximal simulation S max1 fom I f C,T D,T to If C,T D,T and geneate the set V of -classes w..t. S max1 ; 5. Compute the equisimulation quotient I [f] (C,T D,T )/ of If C,T D,T I[f] (C,T D,T )/ := V; with 6. Obtain the numbe k as a ole-depth fo ou lcs candidate by computing k = n 2 + m + 1, whee: n = I[f] C,T D,T / ; m = max({d(f ) F sub(t ) {C,D}}) 7. Compute the k-chaacteistic concept K by tavesing I [f] (C,T D,T )/ ; Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

48 Deciding the Existence of the Least Common Subsume 1. Given two concepts C, D and a TBox T as the inputs; 2. Compute the canonical models I d C,T and Ie D,T 3. Compute the poduct I f C,T D,T of Id C,T and Ie D,T ; of C and D w..t. T ; 4. Compute the maximal simulation S max1 fom I f C,T D,T to If C,T D,T and geneate the set V of -classes w..t. S max1 ; 5. Compute the equisimulation quotient I [f] (C,T D,T )/ of If C,T D,T I[f] (C,T D,T )/ := V; with 6. Obtain the numbe k as a ole-depth fo ou lcs candidate by computing k = n 2 + m + 1, whee: n = I[f] C,T D,T / ; m = max({d(f ) F sub(t ) {C,D}}) 7. Compute the k-chaacteistic concept K by tavesing I [f] (C,T D,T )/ ; 8. Compute the canonical model I K of K; 9. Check whethe (I [f] (C,T D,T )/, [f] ) is simulated by (Id K K,T,d K ). If it is simulated, then K is the lcs T (C, D). Othewise, C and D do not have lcs w..t. T. Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

49 Implementation of the Algoithm Desktop-based application Executed in console command-line. It is implemented in Java pogamming language. Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

50 Implementation of the Algoithm Desktop-based application Executed in console command-line. It is implemented in Java pogamming language. input: ontology file, two EL concepts o single individual in OWL fomat Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

51 Implementation of the Algoithm Desktop-based application Executed in console command-line. It is implemented in Java pogamming language. input: ontology file, two EL concepts o single individual in OWL fomat Pocess: OWL API (OWL 2.0) + ELASTIQ libay (computing canonical model) Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

52 Implementation of the Algoithm Desktop-based application Executed in console command-line. It is implemented in Java pogamming language. input: ontology file, two EL concepts o single individual in OWL fomat Pocess: OWL API (OWL 2.0) + ELASTIQ libay (computing canonical model) output: If the lcs/the msc exists, the etuned concept is epesented of the fom of Mancheste OWL syntax Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

53 Implementation of the Algoithm Desktop-based application Executed in console command-line. It is implemented in Java pogamming language. input: ontology file, two EL concepts o single individual in OWL fomat Pocess: OWL API (OWL 2.0) + ELASTIQ libay (computing canonical model) output: If the lcs/the msc exists, the etuned concept is epesented of the fom of Mancheste OWL syntax Notes: The bigge the numbe of ole depth k needed, the bigge the size of computed concepts. The pesentation of the output of the fom of complex concept is quite edundant Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

54 Evaluation: Puposes and Test Ontologies Puposes: To decide the existence of the most specific genealization in cyclic ontologies. To measue the time of computation and analyze the size of computed lcs and msc concepts. Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

55 Evaluation: Puposes and Test Ontologies Puposes: To decide the existence of the most specific genealization in cyclic ontologies. To measue the time of computation and analyze the size of computed lcs and msc concepts. Test Ontologies Cyclic EL ontologies that ae applied in the eal and pactical aea of knowledge base. Using 10 vesions of GeneOntology. Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

56 Evaluation: in Cyclic Ontologies 1. Least Common Subsume Test the cyclicity in all test ontologies nnotations1, nnotations2, and nnotations8 have cyclic concepts. Thee ae 5 cyclic concepts fom nnotations1 and nnotations2, espectively. Fo nnotations8, thee ae only 2 cyclic concepts. Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

57 Evaluation: in Cyclic Ontologies 1. Least Common Subsume Test the cyclicity in all test ontologies nnotations1, nnotations2, and nnotations8 have cyclic concepts. Thee ae 5 cyclic concepts fom nnotations1 and nnotations2, espectively. Fo nnotations8, thee ae only 2 cyclic concepts. Compute the existence of the LCS of each pai of cyclic concepts w..t. thei ontologies. 2 out of 10 pais of cyclic concepts in both of nnotations1 nnotations2 do not have the lcs. One pai of cyclic concepts in nnotations8 does not have lcs. Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

58 Evaluation: in Cyclic Ontologies 1. Least Common Subsume Test the cyclicity in all test ontologies nnotations1, nnotations2, and nnotations8 have cyclic concepts. Thee ae 5 cyclic concepts fom nnotations1 and nnotations2, espectively. Fo nnotations8, thee ae only 2 cyclic concepts. Compute the existence of the LCS of each pai of cyclic concepts w..t. thei ontologies. 2 out of 10 pais of cyclic concepts in both of nnotations1 nnotations2 do not have the lcs. One pai of cyclic concepts in nnotations8 does not have lcs. Concept Name 1 Concept Name 2 Ontology k (ole depth) Result PomBase SPBC c PomBase SPCC18B5.03 nnotations1 148 Yes, the lcs exists PomBase SPCC4B3.15 PomBase SPBC2F12.13 nnotations1 260 Yes, the lcs exists PomBase SPBC c PomBase SPBC2F12.13 nnotations No, the lcs does not exist PomBase SPCC18B5.03 PomBase SPCC4B3.15 nnotations No, the lcs does not exist PomBase SPBC c PomBase SPCC4B3.15 nnotations2 293 Yes, the lcs exists UniPotKB D9PTP5 UniPotKB Q9GYJ9 nnotations8 260 No, the lcs does not exist Table: Evaluation fo the Existence of the LCS (1) Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

59 Evaluation: in Cyclic Ontologies Concept Name 1 Concept Name 2 Ontology Size of the LCS Time of Computation PomBase SPBC c PomBase SPCC18B5.03 nnotations ,882 s PomBase SPCC4B3.15 PomBase SPBC2F12.13 nnotations ,525 s PomBase SPBC c PomBase SPBC2F12.13 nnotations1 52,963 s PomBase SPCC18B5.03 PomBase SPCC4B3.15 nnotations2 686,037 s PomBase SPBC c PomBase SPCC4B3.15 nnotations ,936 s UniPotKB D9PTP5 UniPotKB Q9GYJ9 nnotations8 27,18 s Table: Evaluation fo the Existence of the LCS (2) Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

60 Evaluation: in Cyclic Ontologies Concept Name 1 Concept Name 2 Ontology Size of the LCS Time of Computation PomBase SPBC c PomBase SPCC18B5.03 nnotations ,882 s PomBase SPCC4B3.15 PomBase SPBC2F12.13 nnotations ,525 s PomBase SPBC c PomBase SPBC2F12.13 nnotations1 52,963 s PomBase SPCC18B5.03 PomBase SPCC4B3.15 nnotations2 686,037 s PomBase SPBC c PomBase SPCC4B3.15 nnotations ,936 s UniPotKB D9PTP5 UniPotKB Q9GYJ9 nnotations8 27,18 s Table: Evaluation fo the Existence of the LCS (2) 2. Most Specific Concept Thee is no cyclic individual in all test ontologies. MSC always exist in this evaluation. Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

61 Conclusion and Futue Wok Conclusions Implementing the algoithm to decide the existence of the lcs and the msc by means of canonical model and simulation elation. Involving the computation of building the poduct of canonical model in the smalle size. Canonical model with an initial element. Equisimulation quotient of poduct of canonical model. Deciding the existence of the lcs and the msc w..t. some samples of GeneOntology vesion (Cyclic ontology). 3 out of 10 samples of GeneOntology vesion ae cyclic ontologies; Some pais of cyclic concepts w..t. those cyclic ontologies do not have lcs. Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

62 Conclusion and Futue Wok Conclusions Implementing the algoithm to decide the existence of the lcs and the msc by means of canonical model and simulation elation. Involving the computation of building the poduct of canonical model in the smalle size. Canonical model with an initial element. Equisimulation quotient of poduct of canonical model. Deciding the existence of the lcs and the msc w..t. some samples of GeneOntology vesion (Cyclic ontology). 3 out of 10 samples of GeneOntology vesion ae cyclic ontologies; Some pais of cyclic concepts w..t. those cyclic ontologies do not have lcs. Futue Woks Optimizing the simulation algoithm. Simplifying the size of etuned concept. Extended to the othe small DL language: FL 0 Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

63 The LCS of FL 0 Input Concepts w..t. Geneal TBox Ideas: Using a decision pocedue simila to EL s case. Not using canonical model anymoe. Instead, least functional model J C,T of FL 0 concept C w..t. Geneal FL 0 TBox. Both of them have simila stuctue in tems of to label the domain elements and the ole-edges. But, fo the case of least functional model, each ole name only connects one element to its single successo element. Due to diffeent types of and semantics. C T D J D,T J C,T Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

64 The LCS of FL 0 Input Concepts w..t. Geneal TBox Reseach Questions: How to chaacteize subsumption w..t. Geneal FL 0 TBox by means of simulation elation? How to pove that the canonical model of k-chaacteistic concept is also a model of TBox? How to pove that thee exists a k s.t. the canonical model of k-chaacteistic concept w..t. T simulates the poduct of the canonical models of input concepts? Can we also use the same fomula, which is k = n 2 + m + 1? Most pobably, it will be diffeent, but the idea will be quite simila to EL s case using asynchonous and synchonous elements. Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

65 Thank You Adian Nuadiansyah EMCL Wokshop 2016 Febuay 12, / 27

New problems in universal algebraic geometry illustrated by boolean equations

New problems in universal algebraic geometry illustrated by boolean equations New poblems in univesal algebaic geomety illustated by boolean equations axiv:1611.00152v2 [math.ra] 25 Nov 2016 Atem N. Shevlyakov Novembe 28, 2016 Abstact We discuss new poblems in univesal algebaic

More information

When two numbers are written as the product of their prime factors, they are in factored form.

When two numbers are written as the product of their prime factors, they are in factored form. 10 1 Study Guide Pages 420 425 Factos Because 3 4 12, we say that 3 and 4 ae factos of 12. In othe wods, factos ae the numbes you multiply to get a poduct. Since 2 6 12, 2 and 6 ae also factos of 12. The

More information

1) (A B) = A B ( ) 2) A B = A. i) A A = φ i j. ii) Additional Important Properties of Sets. De Morgan s Theorems :

1) (A B) = A B ( ) 2) A B = A. i) A A = φ i j. ii) Additional Important Properties of Sets. De Morgan s Theorems : Additional Impotant Popeties of Sets De Mogan s Theoems : A A S S Φ, Φ S _ ( A ) A ) (A B) A B ( ) 2) A B A B Cadinality of A, A, is defined as the numbe of elements in the set A. {a,b,c} 3, { }, while

More information

ITI Introduction to Computing II

ITI Introduction to Computing II ITI 1121. Intoduction to Computing II Macel Tucotte School of Electical Engineeing and Compute Science Abstact data type: Stack Stack-based algoithms Vesion of Febuay 2, 2013 Abstact These lectue notes

More information

A Crash Course in (2 2) Matrices

A Crash Course in (2 2) Matrices A Cash Couse in ( ) Matices Seveal weeks woth of matix algeba in an hou (Relax, we will only stuy the simplest case, that of matices) Review topics: What is a matix (pl matices)? A matix is a ectangula

More information

Standard and Non-Standard Inferences in the Description Logic FL 0 Using Tree Automata

Standard and Non-Standard Inferences in the Description Logic FL 0 Using Tree Automata EPiC Seies in Computing Volume 55, 2018, Pages 1 14 GCAI-2018. 4th Global Confeence on Atificial Intelligence Standad and Non-Standad Infeences in the Desciption Logic FL 0 Using Tee Automata Fanz Baade,

More information

Temporal-Difference Learning

Temporal-Difference Learning .997 Decision-Making in Lage-Scale Systems Mach 17 MIT, Sping 004 Handout #17 Lectue Note 13 1 Tempoal-Diffeence Leaning We now conside the poblem of computing an appopiate paamete, so that, given an appoximation

More information

On the Meaning of Message Sequence Charts

On the Meaning of Message Sequence Charts On the Meaning of Message Sequence Chats Manfed Boy Institut fü Infomatik Technische Univesität München Topics: We discuss Message Sequence Chats (MSCs) as a technique to descibe pattens of the inteaction

More information

A Bijective Approach to the Permutational Power of a Priority Queue

A Bijective Approach to the Permutational Power of a Priority Queue A Bijective Appoach to the Pemutational Powe of a Pioity Queue Ia M. Gessel Kuang-Yeh Wang Depatment of Mathematics Bandeis Univesity Waltham, MA 02254-9110 Abstact A pioity queue tansfoms an input pemutation

More information

An Introduction to Description Logic III

An Introduction to Description Logic III An Introduction to Description Logic III Knowledge Bases and Reasoning Tasks Marco Cerami Palacký University in Olomouc Department of Computer Science Olomouc, Czech Republic Olomouc, November 6 th 2014

More information

K.S.E.E.B., Malleshwaram, Bangalore SSLC Model Question Paper-1 (2015) Mathematics

K.S.E.E.B., Malleshwaram, Bangalore SSLC Model Question Paper-1 (2015) Mathematics K.S.E.E.B., Malleshwaam, Bangaloe SSLC Model Question Pape-1 (015) Mathematics Max Maks: 80 No. of Questions: 40 Time: Hous 45 minutes Code No. : 81E Fou altenatives ae given fo the each question. Choose

More information

Math Section 4.2 Radians, Arc Length, and Area of a Sector

Math Section 4.2 Radians, Arc Length, and Area of a Sector Math 1330 - Section 4. Radians, Ac Length, and Aea of a Secto The wod tigonomety comes fom two Geek oots, tigonon, meaning having thee sides, and mete, meaning measue. We have aleady defined the six basic

More information

APPLICATION OF MAC IN THE FREQUENCY DOMAIN

APPLICATION OF MAC IN THE FREQUENCY DOMAIN PPLICION OF MC IN HE FREQUENCY DOMIN D. Fotsch and D. J. Ewins Dynamics Section, Mechanical Engineeing Depatment Impeial College of Science, echnology and Medicine London SW7 2B, United Kingdom BSRC he

More information

Merging Uncertain Multi-Version XML Documents

Merging Uncertain Multi-Version XML Documents Meging Uncetain Multi-Vesion XML Documents M. Lamine BA, Talel Abdessalem & Piee Senellat ACM DocEng 2013-1st Intenational Wokshop on Document Changes (Floence, Italy) Septembe 10 th, 2013 M. L. Ba, T.

More information

Multiple Experts with Binary Features

Multiple Experts with Binary Features Multiple Expets with Binay Featues Ye Jin & Lingen Zhang Decembe 9, 2010 1 Intoduction Ou intuition fo the poect comes fom the pape Supevised Leaning fom Multiple Expets: Whom to tust when eveyone lies

More information

Role-depth Bounded Least Common Subsumers by Completion for EL- and Prob-EL-TBoxes

Role-depth Bounded Least Common Subsumers by Completion for EL- and Prob-EL-TBoxes Role-depth Bounded Least Common Subsumers by Completion for EL- and Prob-EL-TBoxes Rafael Peñaloza and Anni-Yasmin Turhan TU Dresden, Institute for Theoretical Computer Science Abstract. The least common

More information

Psychometric Methods: Theory into Practice Larry R. Price

Psychometric Methods: Theory into Practice Larry R. Price ERRATA Psychometic Methods: Theoy into Pactice Lay R. Pice Eos wee made in Equations 3.5a and 3.5b, Figue 3., equations and text on pages 76 80, and Table 9.1. Vesions of the elevant pages that include

More information

Relating Branching Program Size and. Formula Size over the Full Binary Basis. FB Informatik, LS II, Univ. Dortmund, Dortmund, Germany

Relating Branching Program Size and. Formula Size over the Full Binary Basis. FB Informatik, LS II, Univ. Dortmund, Dortmund, Germany Relating Banching Pogam Size and omula Size ove the ull Binay Basis Matin Saueho y Ingo Wegene y Ralph Wechne z y B Infomatik, LS II, Univ. Dotmund, 44 Dotmund, Gemany z ankfut, Gemany sauehof/wegene@ls.cs.uni-dotmund.de

More information

FW Laboratory Exercise. Survival Estimation from Banded/Tagged Animals. Year No. i Tagged

FW Laboratory Exercise. Survival Estimation from Banded/Tagged Animals. Year No. i Tagged FW66 -- Laboatoy Execise uvival Estimation fom Banded/Tagged Animals Conside a geogaphically closed population of tout (Youngs and Robson 97). The adults ae tagged duing fall spawning, and subsequently

More information

working pages for Paul Richards class notes; do not copy or circulate without permission from PGR 2004/11/3 10:50

working pages for Paul Richards class notes; do not copy or circulate without permission from PGR 2004/11/3 10:50 woking pages fo Paul Richads class notes; do not copy o ciculate without pemission fom PGR 2004/11/3 10:50 CHAPTER7 Solid angle, 3D integals, Gauss s Theoem, and a Delta Function We define the solid angle,

More information

Duality between Statical and Kinematical Engineering Systems

Duality between Statical and Kinematical Engineering Systems Pape 00, Civil-Comp Ltd., Stiling, Scotland Poceedings of the Sixth Intenational Confeence on Computational Stuctues Technology, B.H.V. Topping and Z. Bittna (Editos), Civil-Comp Pess, Stiling, Scotland.

More information

Using Laplace Transform to Evaluate Improper Integrals Chii-Huei Yu

Using Laplace Transform to Evaluate Improper Integrals Chii-Huei Yu Available at https://edupediapublicationsog/jounals Volume 3 Issue 4 Febuay 216 Using Laplace Tansfom to Evaluate Impope Integals Chii-Huei Yu Depatment of Infomation Technology, Nan Jeon Univesity of

More information

Central Coverage Bayes Prediction Intervals for the Generalized Pareto Distribution

Central Coverage Bayes Prediction Intervals for the Generalized Pareto Distribution Statistics Reseach Lettes Vol. Iss., Novembe Cental Coveage Bayes Pediction Intevals fo the Genealized Paeto Distibution Gyan Pakash Depatment of Community Medicine S. N. Medical College, Aga, U. P., India

More information

Syntactical content of nite approximations of partial algebras 1 Wiktor Bartol Inst. Matematyki, Uniw. Warszawski, Warszawa (Poland)

Syntactical content of nite approximations of partial algebras 1 Wiktor Bartol Inst. Matematyki, Uniw. Warszawski, Warszawa (Poland) Syntactical content of nite appoximations of patial algebas 1 Wikto Batol Inst. Matematyki, Uniw. Waszawski, 02-097 Waszawa (Poland) batol@mimuw.edu.pl Xavie Caicedo Dep. Matematicas, Univ. de los Andes,

More information

F-IF Logistic Growth Model, Abstract Version

F-IF Logistic Growth Model, Abstract Version F-IF Logistic Gowth Model, Abstact Vesion Alignments to Content Standads: F-IFB4 Task An impotant example of a model often used in biology o ecology to model population gowth is called the logistic gowth

More information

Information Retrieval Advanced IR models. Luca Bondi

Information Retrieval Advanced IR models. Luca Bondi Advanced IR models Luca Bondi Advanced IR models 2 (LSI) Pobabilistic Latent Semantic Analysis (plsa) Vecto Space Model 3 Stating point: Vecto Space Model Documents and queies epesented as vectos in the

More information

Lecture 28: Convergence of Random Variables and Related Theorems

Lecture 28: Convergence of Random Variables and Related Theorems EE50: Pobability Foundations fo Electical Enginees July-Novembe 205 Lectue 28: Convegence of Random Vaiables and Related Theoems Lectue:. Kishna Jagannathan Scibe: Gopal, Sudhasan, Ajay, Swamy, Kolla An

More information

ON THE TWO-BODY PROBLEM IN QUANTUM MECHANICS

ON THE TWO-BODY PROBLEM IN QUANTUM MECHANICS ON THE TWO-BODY PROBLEM IN QUANTUM MECHANICS L. MICU Hoia Hulubei National Institute fo Physics and Nuclea Engineeing, P.O. Box MG-6, RO-0775 Buchaest-Maguele, Romania, E-mail: lmicu@theoy.nipne.o (Received

More information

Revision and Reasoning on Revision Rules in DL-based Knowledge Bases

Revision and Reasoning on Revision Rules in DL-based Knowledge Bases Revision and Reasoning on Revision Rules in DL-based Knowledge Bases Chan Le Duc and Nhan Le Thanh Laboatoie I3S, Univesité de Nice - Sophia Antipolis, Fance cleduc@i3s.unice.f, Nhan.Le-Thanh@unice.f Abstact.

More information

Pearson s Chi-Square Test Modifications for Comparison of Unweighted and Weighted Histograms and Two Weighted Histograms

Pearson s Chi-Square Test Modifications for Comparison of Unweighted and Weighted Histograms and Two Weighted Histograms Peason s Chi-Squae Test Modifications fo Compaison of Unweighted and Weighted Histogams and Two Weighted Histogams Univesity of Akueyi, Bogi, v/noduslód, IS-6 Akueyi, Iceland E-mail: nikolai@unak.is Two

More information

Research Design - - Topic 17 Multiple Regression & Multiple Correlation: Two Predictors 2009 R.C. Gardner, Ph.D.

Research Design - - Topic 17 Multiple Regression & Multiple Correlation: Two Predictors 2009 R.C. Gardner, Ph.D. Reseach Design - - Topic 7 Multiple Regession & Multiple Coelation: Two Pedictos 009 R.C. Gadne, Ph.D. Geneal Rationale and Basic Aithmetic fo two pedictos Patial and semipatial coelation Regession coefficients

More information

Rigid Body Dynamics 2. CSE169: Computer Animation Instructor: Steve Rotenberg UCSD, Winter 2018

Rigid Body Dynamics 2. CSE169: Computer Animation Instructor: Steve Rotenberg UCSD, Winter 2018 Rigid Body Dynamics 2 CSE169: Compute Animation nstucto: Steve Rotenbeg UCSD, Winte 2018 Coss Poduct & Hat Opeato Deivative of a Rotating Vecto Let s say that vecto is otating aound the oigin, maintaining

More information

Constraint Satisfaction Problems

Constraint Satisfaction Problems Constaint Satisfaction Polems Seach and Look-ahead Alet-Ludwigs-Univesität Feiug Stefan Wölfl, Chistian Becke-Asano, and Benhad Neel Noveme 17, 2014 Seach and Look-ahead Enfocing consistency is one way

More information

A Goal-Oriented Algorithm for Unification in EL w.r.t. Cycle-Restricted TBoxes

A Goal-Oriented Algorithm for Unification in EL w.r.t. Cycle-Restricted TBoxes A Goal-Oriented Algorithm for Unification in EL w.r.t. Cycle-Restricted TBoxes Franz Baader, Stefan Borgwardt, and Barbara Morawska {baader,stefborg,morawska}@tcs.inf.tu-dresden.de Theoretical Computer

More information

Fuzzy Description Logics

Fuzzy Description Logics Fuzzy Description Logics 1. Introduction to Description Logics Rafael Peñaloza Rende, January 2016 Literature Description Logics Baader, Calvanese, McGuinness, Nardi, Patel-Schneider (eds.) The Description

More information

A Markov Decision Approach for the Computation of Testability of RTL Constructs

A Markov Decision Approach for the Computation of Testability of RTL Constructs A Makov Decision Appoach fo the Computation of Testability of RTL Constucts José Miguel Fenandes Abstact In the analysis of digital cicuits, to study testability estimation measues, dissipated powe and

More information

ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION. 1. Introduction. 1 r r. r k for every set E A, E \ {0},

ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION. 1. Introduction. 1 r r. r k for every set E A, E \ {0}, ON INDEPENDENT SETS IN PURELY ATOMIC PROBABILITY SPACES WITH GEOMETRIC DISTRIBUTION E. J. IONASCU and A. A. STANCU Abstact. We ae inteested in constucting concete independent events in puely atomic pobability

More information

Solution to HW 3, Ma 1a Fall 2016

Solution to HW 3, Ma 1a Fall 2016 Solution to HW 3, Ma a Fall 206 Section 2. Execise 2: Let C be a subset of the eal numbes consisting of those eal numbes x having the popety that evey digit in the decimal expansion of x is, 3, 5, o 7.

More information

Goodness-of-fit for composite hypotheses.

Goodness-of-fit for composite hypotheses. Section 11 Goodness-of-fit fo composite hypotheses. Example. Let us conside a Matlab example. Let us geneate 50 obsevations fom N(1, 2): X=nomnd(1,2,50,1); Then, unning a chi-squaed goodness-of-fit test

More information

Analysis of spatial correlations in marked point processes

Analysis of spatial correlations in marked point processes Analysis of spatial coelations in maked point pocesses with application to micogeogaphic economical data Joint wok with W. Bachat-Schwaz, F. Fleische, P. Gabanik, V. Schmidt and W. Walla Stefanie Eckel

More information

The second law of thermodynamics - II.

The second law of thermodynamics - II. Januay 21, 2013 The second law of themodynamics - II. Asaf Pe e 1 1. The Schottky defect At absolute zeo tempeatue, the atoms of a solid ae odeed completely egulaly on a cystal lattice. As the tempeatue

More information

Least Common Subsumers and Most Specific Concepts in a Description Logic with Existential Restrictions and Terminological Cycles*

Least Common Subsumers and Most Specific Concepts in a Description Logic with Existential Restrictions and Terminological Cycles* Least Common Subsumers and Most Specific Concepts in a Description Logic with Existential Restrictions and Terminological Cycles* Franz Baader Theoretical Computer Science TU Dresden D-01062 Dresden, Germany

More information

Supplementary information Efficient Enumeration of Monocyclic Chemical Graphs with Given Path Frequencies

Supplementary information Efficient Enumeration of Monocyclic Chemical Graphs with Given Path Frequencies Supplementay infomation Efficient Enumeation of Monocyclic Chemical Gaphs with Given Path Fequencies Masaki Suzuki, Hioshi Nagamochi Gaduate School of Infomatics, Kyoto Univesity {m suzuki,nag}@amp.i.kyoto-u.ac.jp

More information

Implementation of CTL Model Checker Update

Implementation of CTL Model Checker Update Poceedings of the 11th WSEAS Intenational Confeence on COMPUTERS, Agios Nikolaos, Cete Island, Geece, July 26-28, 2007 432 Implementation of CTL Model Checke Update LAURA F. CACOVEAN, Depatment of Compute

More information

f h = u, h g = v, we have u + v = f g. So, we wish

f h = u, h g = v, we have u + v = f g. So, we wish Answes to Homewok 4, Math 4111 (1) Pove that the following examples fom class ae indeed metic spaces. You only need to veify the tiangle inequality. (a) Let C be the set of continuous functions fom [0,

More information

Lecture 18: Graph Isomorphisms

Lecture 18: Graph Isomorphisms INFR11102: Computational Complexity 22/11/2018 Lectue: Heng Guo Lectue 18: Gaph Isomophisms 1 An Athu-Melin potocol fo GNI Last time we gave a simple inteactive potocol fo GNI with pivate coins. We will

More information

Semicanonical basis generators of the cluster algebra of type A (1)

Semicanonical basis generators of the cluster algebra of type A (1) Semicanonical basis geneatos of the cluste algeba of type A (1 1 Andei Zelevinsky Depatment of Mathematics Notheasten Univesity, Boston, USA andei@neu.edu Submitted: Jul 7, 006; Accepted: Dec 3, 006; Published:

More information

A thermodynamic degree of freedom solution to the galaxy cluster problem of MOND. Abstract

A thermodynamic degree of freedom solution to the galaxy cluster problem of MOND. Abstract A themodynamic degee of feedom solution to the galaxy cluste poblem of MOND E.P.J. de Haas (Paul) Nijmegen, The Nethelands (Dated: Octobe 23, 2015) Abstact In this pape I discus the degee of feedom paamete

More information

CALCULUS II Vectors. Paul Dawkins

CALCULUS II Vectors. Paul Dawkins CALCULUS II Vectos Paul Dawkins Table of Contents Peface... ii Vectos... 3 Intoduction... 3 Vectos The Basics... 4 Vecto Aithmetic... 8 Dot Poduct... 13 Coss Poduct... 21 2007 Paul Dawkins i http://tutoial.math.lama.edu/tems.aspx

More information

DEMONSTRATING THE INVARIANCE PROPERTY OF HOTELLING T 2 STATISTIC

DEMONSTRATING THE INVARIANCE PROPERTY OF HOTELLING T 2 STATISTIC ISSN: 319-8753 Intenational Jounal of Innovative Reseach in Science, Engineeing and echnology Vol., Issue 7, July 013 DEMONSRAING HE INVARIANCE PROPERY OF HOELLING SAISIC Sani Salihu Abubaka 1, Abubaka

More information

Probablistically Checkable Proofs

Probablistically Checkable Proofs Lectue 12 Pobablistically Checkable Poofs May 13, 2004 Lectue: Paul Beame Notes: Chis Re 12.1 Pobablisitically Checkable Poofs Oveview We know that IP = PSPACE. This means thee is an inteactive potocol

More information

Motithang Higher Secondary School Thimphu Thromde Mid Term Examination 2016 Subject: Mathematics Full Marks: 100

Motithang Higher Secondary School Thimphu Thromde Mid Term Examination 2016 Subject: Mathematics Full Marks: 100 Motithang Highe Seconday School Thimphu Thomde Mid Tem Examination 016 Subject: Mathematics Full Maks: 100 Class: IX Witing Time: 3 Hous Read the following instuctions caefully In this pape, thee ae thee

More information

C/CS/Phys C191 Shor s order (period) finding algorithm and factoring 11/12/14 Fall 2014 Lecture 22

C/CS/Phys C191 Shor s order (period) finding algorithm and factoring 11/12/14 Fall 2014 Lecture 22 C/CS/Phys C9 Sho s ode (peiod) finding algoithm and factoing /2/4 Fall 204 Lectue 22 With a fast algoithm fo the uantum Fouie Tansfom in hand, it is clea that many useful applications should be possible.

More information

Stanford University CS259Q: Quantum Computing Handout 8 Luca Trevisan October 18, 2012

Stanford University CS259Q: Quantum Computing Handout 8 Luca Trevisan October 18, 2012 Stanfod Univesity CS59Q: Quantum Computing Handout 8 Luca Tevisan Octobe 8, 0 Lectue 8 In which we use the quantum Fouie tansfom to solve the peiod-finding poblem. The Peiod Finding Poblem Let f : {0,...,

More information

9.1 The multiplicative group of a finite field. Theorem 9.1. The multiplicative group F of a finite field is cyclic.

9.1 The multiplicative group of a finite field. Theorem 9.1. The multiplicative group F of a finite field is cyclic. Chapte 9 Pimitive Roots 9.1 The multiplicative goup of a finite fld Theoem 9.1. The multiplicative goup F of a finite fld is cyclic. Remak: In paticula, if p is a pime then (Z/p) is cyclic. In fact, this

More information

Mathematisch-Naturwissenschaftliche Fakultät I Humboldt-Universität zu Berlin Institut für Physik Physikalisches Grundpraktikum.

Mathematisch-Naturwissenschaftliche Fakultät I Humboldt-Universität zu Berlin Institut für Physik Physikalisches Grundpraktikum. Mathematisch-Natuwissenschaftliche Fakultät I Humboldt-Univesität zu Belin Institut fü Physik Physikalisches Gundpaktikum Vesuchspotokoll Polaisation duch Reflexion (O11) duchgefüht am 10.11.2009 mit Vesuchspatne

More information

Fall 2016 Semester METR 3113 Atmospheric Dynamics I: Introduction to Atmospheric Kinematics and Dynamics

Fall 2016 Semester METR 3113 Atmospheric Dynamics I: Introduction to Atmospheric Kinematics and Dynamics Fall 06 Semeste METR 33 Atmospheic Dynamics I: Intoduction to Atmospheic Kinematics Dynamics Lectue 7 Octobe 3 06 Topics: Scale analysis of the equations of hoizontal motion Geostophic appoximation eostophic

More information

Part V: Closed-form solutions to Loop Closure Equations

Part V: Closed-form solutions to Loop Closure Equations Pat V: Closed-fom solutions to Loop Closue Equations This section will eview the closed-fom solutions techniques fo loop closue equations. The following thee cases will be consideed. ) Two unknown angles

More information

Decidability of SHI with transitive closure of roles

Decidability of SHI with transitive closure of roles 1/20 Decidability of SHI with transitive closure of roles Chan LE DUC INRIA Grenoble Rhône-Alpes - LIG 2/20 Example : Transitive Closure in Concept Axioms Devices have as their direct part a battery :

More information

16 Modeling a Language by a Markov Process

16 Modeling a Language by a Markov Process K. Pommeening, Language Statistics 80 16 Modeling a Language by a Makov Pocess Fo deiving theoetical esults a common model of language is the intepetation of texts as esults of Makov pocesses. This model

More information

Physics 2A Chapter 10 - Moment of Inertia Fall 2018

Physics 2A Chapter 10 - Moment of Inertia Fall 2018 Physics Chapte 0 - oment of netia Fall 08 The moment of inetia of a otating object is a measue of its otational inetia in the same way that the mass of an object is a measue of its inetia fo linea motion.

More information

e.g: If A = i 2 j + k then find A. A = Ax 2 + Ay 2 + Az 2 = ( 2) = 6

e.g: If A = i 2 j + k then find A. A = Ax 2 + Ay 2 + Az 2 = ( 2) = 6 MOTION IN A PLANE 1. Scala Quantities Physical quantities that have only magnitude and no diection ae called scala quantities o scalas. e.g. Mass, time, speed etc. 2. Vecto Quantities Physical quantities

More information

Determining solar characteristics using planetary data

Determining solar characteristics using planetary data Detemining sola chaacteistics using planetay data Intoduction The Sun is a G-type main sequence sta at the cente of the Sola System aound which the planets, including ou Eath, obit. In this investigation

More information

6.1: Angles and Their Measure

6.1: Angles and Their Measure 6.1: Angles and Thei Measue Radian Measue Def: An angle that has its vetex at the cente of a cicle and intecepts an ac on the cicle equal in length to the adius of the cicle has a measue of one adian.

More information

4/18/2005. Statistical Learning Theory

4/18/2005. Statistical Learning Theory Statistical Leaning Theoy Statistical Leaning Theoy A model of supevised leaning consists of: a Envionment - Supplying a vecto x with a fixed but unknown pdf F x (x b Teache. It povides a desied esponse

More information

Truncated Squarers with Constant and Variable Correction

Truncated Squarers with Constant and Variable Correction Please veify that ) all pages ae pesent, 2) all figues ae acceptable, 3) all fonts and special chaactes ae coect, and ) all text and figues fit within the Tuncated Squaes with Constant and Vaiable Coection

More information

3.1 Random variables

3.1 Random variables 3 Chapte III Random Vaiables 3 Random vaiables A sample space S may be difficult to descibe if the elements of S ae not numbes discuss how we can use a ule by which an element s of S may be associated

More information

Likelihood vs. Information in Aligning Biopolymer Sequences. UCSD Technical Report CS Timothy L. Bailey

Likelihood vs. Information in Aligning Biopolymer Sequences. UCSD Technical Report CS Timothy L. Bailey Likelihood vs. Infomation in Aligning Biopolyme Sequences UCSD Technical Repot CS93-318 Timothy L. Bailey Depatment of Compute Science and Engineeing Univesity of Califonia, San Diego 1 Febuay, 1993 ABSTRACT:

More information

Substances that are liquids or solids under ordinary conditions may also exist as gases. These are often referred to as vapors.

Substances that are liquids or solids under ordinary conditions may also exist as gases. These are often referred to as vapors. Chapte 0. Gases Chaacteistics of Gases All substances have thee phases: solid, liquid, and gas. Substances that ae liquids o solids unde odinay conditions may also exist as gases. These ae often efeed

More information

THE NUMBER OF TWO CONSECUTIVE SUCCESSES IN A HOPPE-PÓLYA URN

THE NUMBER OF TWO CONSECUTIVE SUCCESSES IN A HOPPE-PÓLYA URN TH NUMBR OF TWO CONSCUTIV SUCCSSS IN A HOPP-PÓLYA URN LARS HOLST Depatment of Mathematics, Royal Institute of Technology S 100 44 Stocholm, Sweden -mail: lholst@math.th.se Novembe 27, 2007 Abstact In a

More information

Consensus Determining with Dependencies of Attributes with Interval Values

Consensus Determining with Dependencies of Attributes with Interval Values Jounal of Univesal Compute Science, vol. 13, no. (007), 39-344 submitted: 31/7/06, accepted: 15/1/07, appeaed: 8//07 J.UCS Consensus Detemining with Dependencies of Attibutes with Inteval Values Michal

More information

Tableaux Based Decision Procedures for Modal. Logics of Conuence and Density

Tableaux Based Decision Procedures for Modal. Logics of Conuence and Density Tableaux Based Decision ocedues fo Modal Logics of Conuence and Density Luis Fai~nas del Ceo Olivie Gasquet 1 Intoduction and backgound In [Castilho et al. 1997], a geneal completeness poof based in tableaux

More information

B. Spherical Wave Propagation

B. Spherical Wave Propagation 11/8/007 Spheical Wave Popagation notes 1/1 B. Spheical Wave Popagation Evey antenna launches a spheical wave, thus its powe density educes as a function of 1, whee is the distance fom the antenna. We

More information

MULTILAYER PERCEPTRONS

MULTILAYER PERCEPTRONS Last updated: Nov 26, 2012 MULTILAYER PERCEPTRONS Outline 2 Combining Linea Classifies Leaning Paametes Outline 3 Combining Linea Classifies Leaning Paametes Implementing Logical Relations 4 AND and OR

More information

Topic/Objective: Essential Question: How do solve problems involving radian and/or degree measure?

Topic/Objective: Essential Question: How do solve problems involving radian and/or degree measure? Topic/Objective: 4- RADIAN AND DEGREE MEASURE Name: Class/Peiod: Date: Essential Question: How do solve poblems involving adian and/o degee measue? Questions: TRIGONOMETRY. Tigonomety, as deived fom the

More information

Compactly Supported Radial Basis Functions

Compactly Supported Radial Basis Functions Chapte 4 Compactly Suppoted Radial Basis Functions As we saw ealie, compactly suppoted functions Φ that ae tuly stictly conditionally positive definite of ode m > do not exist The compact suppot automatically

More information

ON THE INVERSE SIGNED TOTAL DOMINATION NUMBER IN GRAPHS. D.A. Mojdeh and B. Samadi

ON THE INVERSE SIGNED TOTAL DOMINATION NUMBER IN GRAPHS. D.A. Mojdeh and B. Samadi Opuscula Math. 37, no. 3 (017), 447 456 http://dx.doi.og/10.7494/opmath.017.37.3.447 Opuscula Mathematica ON THE INVERSE SIGNED TOTAL DOMINATION NUMBER IN GRAPHS D.A. Mojdeh and B. Samadi Communicated

More information

The Algorithm and a Case Study for CTL Model Update

The Algorithm and a Case Study for CTL Model Update The Algoithm and a Case Study fo CTL Model Update Laua Floentina Cacovean, Cistina Ioana Buma, Emil Main Popa Abstact In this pape is pesented an update of the CTL model checke. The minimal modifications

More information

Physics Tutorial V1 2D Vectors

Physics Tutorial V1 2D Vectors Physics Tutoial V1 2D Vectos 1 Resolving Vectos & Addition of Vectos A vecto quantity has both magnitude and diection. Thee ae two ways commonly used to mathematically descibe a vecto. y (a) The pola fom:,

More information

HQuad: Statistics of Hamiltonian Cycles in Wireless Rechargeable Sensor Networks

HQuad: Statistics of Hamiltonian Cycles in Wireless Rechargeable Sensor Networks HQuad: Statistics of Hamiltonian Cycles in Wieless Rechageable Senso Netwoks Yanmao Man Dept. of ECE Univesity of Aizona Tucson, AZ, U.S.A. yman@email.aizona.edu Jing Deng Dept. of CS UNC at Geensboo Geensboo,

More information

The Substring Search Problem

The Substring Search Problem The Substing Seach Poblem One algoithm which is used in a vaiety of applications is the family of substing seach algoithms. These algoithms allow a use to detemine if, given two chaacte stings, one is

More information

Fractional Zero Forcing via Three-color Forcing Games

Fractional Zero Forcing via Three-color Forcing Games Factional Zeo Focing via Thee-colo Focing Games Leslie Hogben Kevin F. Palmowski David E. Robeson Michael Young May 13, 2015 Abstact An -fold analogue of the positive semidefinite zeo focing pocess that

More information

Reduced Implicant Tries

Reduced Implicant Tries Reduced Implicant Ties Technical Repot SUNYA-CS-07-01 Novembe, 2007 Neil V. Muay Depatment of Compute Science Univesity at Albany Albany, NY 12222 email: nvm@cs.albany.edu Eik Rosenthal Depatment of Mathematics

More information

(n 1)n(n + 1)(n + 2) + 1 = (n 1)(n + 2)n(n + 1) + 1 = ( (n 2 + n 1) 1 )( (n 2 + n 1) + 1 ) + 1 = (n 2 + n 1) 2.

(n 1)n(n + 1)(n + 2) + 1 = (n 1)(n + 2)n(n + 1) + 1 = ( (n 2 + n 1) 1 )( (n 2 + n 1) + 1 ) + 1 = (n 2 + n 1) 2. Paabola Volume 5, Issue (017) Solutions 151 1540 Q151 Take any fou consecutive whole numbes, multiply them togethe and add 1. Make a conjectue and pove it! The esulting numbe can, fo instance, be expessed

More information

1 Explicit Explore or Exploit (E 3 ) Algorithm

1 Explicit Explore or Exploit (E 3 ) Algorithm 2.997 Decision-Making in Lage-Scale Systems Mach 3 MIT, Sping 2004 Handout #2 Lectue Note 9 Explicit Exploe o Exploit (E 3 ) Algoithm Last lectue, we studied the Q-leaning algoithm: [ ] Q t+ (x t, a t

More information

arxiv: v1 [cs.si] 4 Jul 2012

arxiv: v1 [cs.si] 4 Jul 2012 A Estimating Node Influenceability in Social Netwoks Rong-Hua Li, The Chinese Univesity of Hong Kong Jeffey Xu Yu, The Chinese Univesity of Hong Kong Zechao Shang, The Chinese Univesity of Hong Kong axiv:1207.0913v1

More information

On Polynomials Construction

On Polynomials Construction Intenational Jounal of Mathematical Analysis Vol., 08, no. 6, 5-57 HIKARI Ltd, www.m-hikai.com https://doi.og/0.988/ima.08.843 On Polynomials Constuction E. O. Adeyefa Depatment of Mathematics, Fedeal

More information

6 PROBABILITY GENERATING FUNCTIONS

6 PROBABILITY GENERATING FUNCTIONS 6 PROBABILITY GENERATING FUNCTIONS Cetain deivations pesented in this couse have been somewhat heavy on algeba. Fo example, detemining the expectation of the Binomial distibution (page 5.1 tuned out to

More information

Coordination and control of traffic at bottleneck areas

Coordination and control of traffic at bottleneck areas Coodination and contol of taffic at bottleneck aeas Bat van Gewen Oktobe 2017 Supevisos: Pof. d. Rob van de Mei (VU, CWI) Daphne van Leeuwen (CWI) Fank Ottenhof (TafficLink) D. Wieb Bosma (RU) 1 Contents

More information

KOEBE DOMAINS FOR THE CLASSES OF FUNCTIONS WITH RANGES INCLUDED IN GIVEN SETS

KOEBE DOMAINS FOR THE CLASSES OF FUNCTIONS WITH RANGES INCLUDED IN GIVEN SETS Jounal of Applied Analysis Vol. 14, No. 1 2008), pp. 43 52 KOEBE DOMAINS FOR THE CLASSES OF FUNCTIONS WITH RANGES INCLUDED IN GIVEN SETS L. KOCZAN and P. ZAPRAWA Received Mach 12, 2007 and, in evised fom,

More information

HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS?

HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS? 6th INTERNATIONAL MULTIDISCIPLINARY CONFERENCE HOW TO TEACH THE FUNDAMENTALS OF INFORMATION SCIENCE, CODING, DECODING AND NUMBER SYSTEMS? Cecília Sitkuné Göömbei College of Nyíegyháza Hungay Abstact: The

More information

Physics 121 Hour Exam #5 Solution

Physics 121 Hour Exam #5 Solution Physics 2 Hou xam # Solution This exam consists of a five poblems on five pages. Point values ae given with each poblem. They add up to 99 points; you will get fee point to make a total of. In any given

More information

Solving Problems of Advance of Mercury s Perihelion and Deflection of. Photon Around the Sun with New Newton s Formula of Gravity

Solving Problems of Advance of Mercury s Perihelion and Deflection of. Photon Around the Sun with New Newton s Formula of Gravity Solving Poblems of Advance of Mecuy s Peihelion and Deflection of Photon Aound the Sun with New Newton s Fomula of Gavity Fu Yuhua (CNOOC Reseach Institute, E-mail:fuyh945@sina.com) Abstact: Accoding to

More information

= e2. = 2e2. = 3e2. V = Ze2. where Z is the atomic numnber. Thus, we take as the Hamiltonian for a hydrogenic. H = p2 r. (19.4)

= e2. = 2e2. = 3e2. V = Ze2. where Z is the atomic numnber. Thus, we take as the Hamiltonian for a hydrogenic. H = p2 r. (19.4) Chapte 9 Hydogen Atom I What is H int? That depends on the physical system and the accuacy with which it is descibed. A natual stating point is the fom H int = p + V, (9.) µ which descibes a two-paticle

More information

of the contestants play as Falco, and 1 6

of the contestants play as Falco, and 1 6 JHMT 05 Algeba Test Solutions 4 Febuay 05. In a Supe Smash Bothes tounament, of the contestants play as Fox, 3 of the contestants play as Falco, and 6 of the contestants play as Peach. Given that thee

More information

Test 2, ECON , Summer 2013

Test 2, ECON , Summer 2013 Test, ECON 6090-9, Summe 0 Instuctions: Answe all questions as completely as possible. If you cannot solve the poblem, explaining how you would solve the poblem may ean you some points. Point totals ae

More information

Safety variations in steel designed using Eurocode 3

Safety variations in steel designed using Eurocode 3 JCSS Wokshop on eliability Based Code Calibation Safety vaiations in steel designed using Euocode 3 Mike Byfield Canfield Univesity Swindon, SN6 8LA, UK David Nethecot Impeial College London SW7 2BU, UK

More information

Hammerstein Model Identification Based On Instrumental Variable and Least Square Methods

Hammerstein Model Identification Based On Instrumental Variable and Least Square Methods Intenational Jounal of Emeging Tends & Technology in Compute Science (IJETTCS) Volume 2, Issue, Januay Febuay 23 ISSN 2278-6856 Hammestein Model Identification Based On Instumental Vaiable and Least Squae

More information

An Application of Fuzzy Linear System of Equations in Economic Sciences

An Application of Fuzzy Linear System of Equations in Economic Sciences Austalian Jounal of Basic and Applied Sciences, 5(7): 7-14, 2011 ISSN 1991-8178 An Application of Fuzzy Linea System of Equations in Economic Sciences 1 S.H. Nassei, 2 M. Abdi and 3 B. Khabii 1 Depatment

More information

Physics 2B Chapter 22 Notes - Magnetic Field Spring 2018

Physics 2B Chapter 22 Notes - Magnetic Field Spring 2018 Physics B Chapte Notes - Magnetic Field Sping 018 Magnetic Field fom a Long Staight Cuent-Caying Wie In Chapte 11 we looked at Isaac Newton s Law of Gavitation, which established that a gavitational field

More information