v 1 v 2 e g ˆ Š Œ Ž p š ~ m n u { i 1, i 2, i 3, i 4 } { i 1, i 5 } v 1 v 2 v 3 v 4 v 5 v 6 { i 1, i 2, i 4 } { i 1, i 2, i 3, i 5 } { i 1, i 3, i 4 }

Size: px
Start display at page:

Download "v 1 v 2 e g ˆ Š Œ Ž p š ~ m n u { i 1, i 2, i 3, i 4 } { i 1, i 5 } v 1 v 2 v 3 v 4 v 5 v 6 { i 1, i 2, i 4 } { i 1, i 2, i 3, i 5 } { i 1, i 3, i 4 }"

Transcription

1 DEIM Forum 2009 D2-1 COPINE: {seki,sesejun}@sel.is.ocha.ac.jp COPINE COPINE: Mining Networks Sharing Common Patterns Mio SEKI and Jun SESE Graduate School of Humanities and Sciences, Ochanomizu University Otsuka 2 1 1, Bunkyo-ku, Tokyo, Japan {seki,sesejun}@sel.is.ocha.ac.jp Abstract We specifically examine an undirected network where nodes have a set of items, such as a social network in which the nodes are associated with each person s bought products or a gene network in which the nodes are related to each gene s activated conditions. For a given network, the subnetworks whose vertices contain common patterns have various applications. In order to extract such subnetworks, we introduce an algorithm called COPINE. COPINE can extract subnetworks from network having ten thousand nodes and two hundred thousand edges. COPINE can also discover useful biological networks from protein-protein interaction network in yeast. Key words Graph mining, common patterns 1. [1] 2 COmmon Pattern Itemset NEtwork mining (COPINE)

2 v 1 v 2 e g ˆ Š Œ Ž p š ~ m n u { i 1, i 2, i 3, i 4 } { i 1, i 5 } v 1 v 2 v 3 v 4 v 5 v 6 { i 1, i 2, i 4 } { i 1, i 2, i 3, i 5 } { i 1, i 3, i 4 } { i 1, i 3, i 5 } e f g h i j k l m n v 1 v 2 e o g h i j k l m n { i 1, i 2 } p q r s t u v w x y z { } ~ m n u v 1 v 2 e œ g h i j k l m n { i 1, i 3 } p q r s t u v w x y z { } ~ m n u 1(A) 1(B) 1(C)(D) 1(A)(B) 1(C) {i 1, i 2 } 1(D) {i 1, i 3 } G G G 1(C)(D) N n 1 v 1 : { i 1, i 2, i 3, i 4 } v 2 : { i 1, i 5 } v 3 : { i 1, i 2, i 4 } n 2 v 2 : { i 1 } v 3 : { i 1, i 2, i 4 } v 4 : { i 1, i 2, i 3 } v 6 : { i 1, i 3 } v 3 : { i 1 } n 4 v 2 : { i 1 } v 4 : { i 1, i 2 } v 3 : { i 1, i 2 } v 5 : { i 1, i 3 } v 6 : { i 1, i 3 } n 3 v 5 : { i 1 } v 6 : { i 1 } v 6 : { i 1, i 3 } 2 DFS N N COPINE COPINE COPINE (A)(B) COPINE 2 1 v 1 v 1 {i 1, i 2, i 3, i 4 } n 1 v 2 n 1 v 2 v 1 v 2 {i 1 } n 2 n 2 {i 1 } 2 n (A) v 6 < v 1, v 4, v 5, v 6 > < v 1, v 4, v 6 > < v 1, v 6 >

3 v P(v) v 1 {i 1, i 2, i 3, i 4 } v 3 {i 1, i 2, i 4 } v 4 {i 1, i 2 }, {i 1, i 2, i 3 } v 5 {i 1, i 3 } v 6 {i 1, i 3 } 1 ( 2 n 3 ) 2 V 1,000 E 5,000 N 0 T 20 I L 20 θ I n 1 n 2 n 1 n 2 n 1 n 2 n 2 n 1 n n 3 1 P(v 3) v 3 {i 1, i 2, i 4} v P(v) 2 n n 4 v 6 {i 1, i 3} P(v 6) = {i 1, i 3} COPINE COPINE Java Java CPU AMD Opteron 2.2GHz OS Linux2.6 COPINE 1GB COPINE 2 COPINE 1 V 2 2 E 3 I 4 (3) (1) 1 v 5 v 1 v (3) v v (3) L 6 T COPINE COPINE 3 COPINE w/o Crossed Patterns Table, COPINE 3(A) COPINE 3(B) 1 COPINE COPINE 4(A) COPINE COPINE (B) 1 COPINE COPINE

4 0 w/o Crossed Patterns Table COPINE 0 w/o Crossed Patterns Table COPINE E / V : Average degree L : Answer network size (A) 3 (B) V =,000 V = 5,000 V = 2,000 V = 1, E = 20,000 E = 15,000 E =,000 E = 5,000 E = 2, E / V :Average degree L : Answer network size (A) 4 COPINE (B) 4(B) , 2.3 overlap(g 1, G 2 ) E(G 1 ) E(G 2 ) min { E(G 1 ), E(G 2 ) } I(G 1 ) I(G 2 ) min { I(G 1 ), I(G 2 ) }, G 1 G 2 E(G 1 ) I(G 1 ) G 1 overlap(g 1, G 2 ) 0 1 G 1 G 2 1 γ overlap(g 1, G 2 ) > γ 7,564 [2 4] 173 6,152 [5] 1.0 θ = 3 COPINE γ = COPINE [6, 7] p COPINE 4. [8,9] [] [11] 1 2

5 5 1 Apriori [12] FP-tree [13] 5. COPINE COPINE COPINE COPINE COPINE COPINE [1] M. E. J. Newman. The structure and function of complex networks. SIAM Review, 45:167, [2] T. Ito, et al. A comprehensive two-hybrid analysis to explore the yeast protein interactome. Proc. Natl.Acad. Sci. vol. 98, , [3] P. Uetz, et al. A comprehensive analysis of protein-protein interactions in Saccharomyces cervisiae. Nature, vol. 403, no. 6770, , [4] N. J. Krogan, et al. Global landscape of protein complexes in the yeast Saccharomyces cerevisiae. Nature, vol. 440, , [5] A. P. Gasch, et al. Genomic expression programs in the response of yeast cells to environmental changes. Mol. Biol. Cell, vol. 11, no. 12, , [6] M. Ashburner, et al. Gene ontology: tool for the unification of biology. the gene ontology consortium. Nat Genet, vol. 25, no. 1, 25-29, May [7] M. Kanehisa, and S. Goto. KEGG: Kyoto Encyclopedia of Genes and Genomes. Nucleic Acids Res, 28: 27-30, [8] A. Inokuchi, T. Washio, and H. Motoda. An apriori-based algorithm for mining frequent substructures from graph data. PKDD 00, [9] X. Yan and J. Han. gspan: Graph-Based Substructure Pattern Mining. ICDM 02, 721, [] M. J. Rattigan, M. Maier, and D. Jensen. Graph clustering with network structure indices. ICML 07, , [11] M. Shiga, I. Takigawa, and H. Mamitsuka. A spectral clustering approach to optimally combining numerical vectors with a modular network. KDD 07, , [12] R. Agrawal and R. Srikant. First algorithms for mining association rules. Proc. VLDB 94, , [13] J. Han, J. Pei, and Y. Yin. Mining frequent patterns without candidate generation. Proc. SIGMOD 00, 1-12, 2000.

DEIM Forum 2009 C8-4 QA NTT QA QA QA 2 QA Abstract Questions Recomme

DEIM Forum 2009 C8-4 QA NTT QA QA QA 2 QA Abstract Questions Recomme DEIM Forum 2009 C8-4 QA NTT 239 0847 1 1 E-mail: {kabutoya.yutaka,kawashima.harumi,fujimura.ko}@lab.ntt.co.jp QA QA QA 2 QA Abstract Questions Recommendation Based on Evolution Patterns of a QA Community

More information

DEIM Forum 2009 B4-6, Str

DEIM Forum 2009 B4-6, Str DEIM Forum 2009 B4-6, 305 8573 1 1 1 152 8550 2 12 1 E-mail: tttakuro@kde.cs.tsukuba.ac.jp, watanabe@de.cs.titech.ac.jp, kitagawa@cs.tsukuba.ac.jp StreamSpinner PC PC StreamSpinner Development of Data

More information

SERPWatcher SERPWatcher SERP Watcher SERP Watcher,

SERPWatcher SERPWatcher SERP Watcher SERP Watcher, SERPWatcher 112-8610 2-1-1 112-8610 2-1-1 229-8558 5-10-1 E-mail: nakabe@db.is.ocha.ac.jp, chiemi@is.ocha.ac.jp SERPWatcher SERP Watcher SERP Watcher, SERP Analysis of transition of ranking in SERP Watcher

More information

Fig. 3 3 Types considered when detecting pattern violations 9)12) 8)9) 2 5 methodx close C Java C Java 3 Java 1 JDT Core 7) ) S P S

Fig. 3 3 Types considered when detecting pattern violations 9)12) 8)9) 2 5 methodx close C Java C Java 3 Java 1 JDT Core 7) ) S P S 1 1 1 Fig. 1 1 Example of a sequential pattern that is exracted from a set of method definitions. A Defect Detection Method for Object-Oriented Programs using Sequential Pattern Mining Goro YAMADA, 1 Norihiro

More information

1: 2: 3: 4: 2. 1 Exploratory Search [4] Exploratory Search 2. 1 [7] [8] [9] [10] Exploratory Search

1: 2: 3: 4: 2. 1 Exploratory Search [4] Exploratory Search 2. 1 [7] [8] [9] [10] Exploratory Search DEIM Forum 2013 D2-1 112 8610 2-1-1 E-mail: {aco,itot}@itolab.is.ocha.ac.jp, chiemi@is.ocha.ac.jp Exploratory Search A product Search System for women adjusting amount of browsed items Abstract Eriko KOIKE,

More information

表1.eps

表1.eps Vol.1 C ontents 1 2 cell-free EMBO J Proc. Natl. Acad. Sci. USA NatureEMBO J 3 RNA NatureEMBO J Nature EMBO J 4 5 HCV HCV HCV HCV RNA HCV in situ 6 7 8 Nat Struct Mol Biol J Biol Chem Nat Commun J Virol

More information

Japanese Journal of Family Sociology, 29(1): (2017)

Japanese Journal of Family Sociology, 29(1): (2017) 29 1 2017.4 要 約 47 1 2 3 4 2017291: 19 33 Relation of Social Stratum to Parental Education Strategies in Small Cities in Modern China: A Case Study of Shadow Education in Cixi City, Zhejiang Province,

More information

Web [1] [2] [3] [4] [5] SupportVectorMachine SVM [6] [7] Google [11] Web

Web [1] [2] [3] [4] [5] SupportVectorMachine SVM [6] [7] Google [11] Web DEIM Forum 2009 E5-6 112-8610 2-1-1 112-8610 2-1-1 E-mail: {asami y,koba}@koba.is.ocha.ac.jp Web AJINOMOTO Easy Cooking Recipe Recommendation Considering User s Conditions Asami YAJIMA and Ichiro KOBAYASHI

More information

1 [1, 2, 3, 4, 5, 8, 9, 10, 12, 15] The Boston Public Schools system, BPS (Deferred Acceptance system, DA) (Top Trading Cycles system, TTC) cf. [13] [

1 [1, 2, 3, 4, 5, 8, 9, 10, 12, 15] The Boston Public Schools system, BPS (Deferred Acceptance system, DA) (Top Trading Cycles system, TTC) cf. [13] [ Vol.2, No.x, April 2015, pp.xx-xx ISSN xxxx-xxxx 2015 4 30 2015 5 25 253-8550 1100 Tel 0467-53-2111( ) Fax 0467-54-3734 http://www.bunkyo.ac.jp/faculty/business/ 1 [1, 2, 3, 4, 5, 8, 9, 10, 12, 15] The

More information

Microsoft Word - ??? ????????? ????? 2013.docx

Microsoft Word - ??? ????????? ????? 2013.docx @ィーィェィケィャi@@ @@pbィ 050605a05@07ィ 050605a@070200 pbィ 050605a05@07ィ 050605a@070200@ィーィィu05@0208 1215181418 12 1216121419 171210 1918181811 19181719101411 1513 191815181611 19181319101411 18121819191418 1919151811

More information

第62巻 第1号 平成24年4月/石こうを用いた木材ペレット

第62巻 第1号 平成24年4月/石こうを用いた木材ペレット Bulletin of Japan Association for Fire Science and Engineering Vol. 62. No. 1 (2012) Development of Two-Dimensional Simple Simulation Model and Evaluation of Discharge Ability for Water Discharge of Firefighting

More information

16_.....E...._.I.v2006

16_.....E...._.I.v2006 55 1 18 Bull. Nara Univ. Educ., Vol. 55, No.1 (Cult. & Soc.), 2006 165 2002 * 18 Collaboration Between a School Athletic Club and a Community Sports Club A Case Study of SOLESTRELLA NARA 2002 Rie TAKAMURA

More information

202

202 201 Presenteeism 202 203 204 Table 1. Name Elements of Work Productivity Targeted Populations Measurement items of Presenteeism (Number of Items) Reliability Validity α α 205 α ä 206 Table 2. Factors of

More information

Vol. 48 No. 4 Apr LAN TCP/IP LAN TCP/IP 1 PC TCP/IP 1 PC User-mode Linux 12 Development of a System to Visualize Computer Network Behavior for L

Vol. 48 No. 4 Apr LAN TCP/IP LAN TCP/IP 1 PC TCP/IP 1 PC User-mode Linux 12 Development of a System to Visualize Computer Network Behavior for L Vol. 48 No. 4 Apr. 2007 LAN TCP/IP LAN TCP/IP 1 PC TCP/IP 1 PC User-mode Linux 12 Development of a System to Visualize Computer Network Behavior for Learning to Associate LAN Construction Skills with TCP/IP

More information

DEIM Forum 2010 A3-3 Web Web Web Web Web. Web Abstract Web-page R

DEIM Forum 2010 A3-3 Web Web Web Web Web. Web Abstract Web-page R DEIM Forum 2010 A3-3 Web Web 305 8550 1 2 305 8550 1 2 E-mail: s0813167@u.tsukuba.ac.jp, satoh@slis.tsukuba.ac.jp Web Web Web. Web Abstract Web-page Recommendation System based on the Keyword transitions

More information

Various function and toxicity of iron Key words 1) Hentze, M. W. et al: Cell, 117, 285-297 (2004) 2) Ganz, T.: Blood, 102, 783-788 (2003) 3) Nemeth, E. et al.: Science, 306, 2090-2093 (2004) 4) Hentze,

More information

THE INSTITUTE OF ELECTRONICS, INFORMATION AND COMMUNICATION ENGINEERS TECHNICAL REPORT OF IEICE.

THE INSTITUTE OF ELECTRONICS, INFORMATION AND COMMUNICATION ENGINEERS TECHNICAL REPORT OF IEICE. THE INSTITUTE OF ELECTRONICS, INFORMATION AND COMMUNICATION ENGINEERS TECHNICAL REPORT OF IEICE. E-mail: {ytamura,takai,tkato,tm}@vision.kuee.kyoto-u.ac.jp Abstract Current Wave Pattern Analysis for Anomaly

More information

”Лï−wŁfl‰IŠv‚æ89“ƒ/‚qfic“NŸH

”Лï−wŁfl‰IŠv‚æ89“ƒ/‚qfic“NŸH March Servio P KURATA YASUMICHI, A Consideration on Change of Welfare Institutions for the Aged through the History of Japan JAPAN JOURNAL OF SOCIAL SERVICES, MAY, NUMBERJAPANESE SOCIETY FOR THE STUDY

More information

Web Stamps 96 KJ Stamps Web Vol 8, No 1, 2004

Web Stamps 96 KJ Stamps Web Vol 8, No 1, 2004 The Journal of the Japan Academy of Nursing Administration and Policies Vol 8, No 1, pp 43 _ 57, 2004 The Literature Review of the Japanese Nurses Job Satisfaction Research Which the Stamps-Ozaki Scale

More information

DEIM Forum 2009 E

DEIM Forum 2009 E DEIM Forum 2009 E5-3 464-8601 1 606-8501 464 8601 1 E-mail: lifushi@arch.itc.nagoya-u.ac.jp, mayumi@mm.media.kyoto-u.ac.jp, {hirano,kajita,mase}@itc.nagoya-u.ac.jp Abstract Study on a Recipe Recommendation

More information

Microsoft Word - toyoshima-deim2011.doc

Microsoft Word - toyoshima-deim2011.doc DEIM Forum 2011 E9-4 252-0882 5322 252-0882 5322 E-mail: t09651yt, sashiori, kiyoki @sfc.keio.ac.jp CBIR A Meaning Recognition System for Sign-Logo by Color-Shape-Based Similarity Computations for Images

More information

yakugaku-kot.ppt

yakugaku-kot.ppt 2009 Masaaki Kotera kot@kuicr.kyoto-u.ac.jp 2 I II / A () B1 () B2 B12 C () D A D () () () () DNA 5- http://www.genome.jp/kegg/pathway.html KEGG PATHWAY Database Xenobiotics biodegradation http://www.genome.jp/kegg/pathway.html

More information

IPSJ SIG Technical Report Vol.2011-DBS-153 No /11/3 Wikipedia Wikipedia Wikipedia Extracting Difference Information from Multilingual Wiki

IPSJ SIG Technical Report Vol.2011-DBS-153 No /11/3 Wikipedia Wikipedia Wikipedia Extracting Difference Information from Multilingual Wiki Wikipedia 1 2 3 Wikipedia Wikipedia Extracting Difference Information from Multilingual Wikipedia Yuya Fujiwara, 1 Yu Suzuki 2 and Akiyo Nadamoto 3 There are multilingual articles on the Wikipedia. The

More information

untitled

untitled - - GRIPS 1 traceroute IP Autonomous System Level http://opte.org/ GRIPS 2 Network Science http://opte.org http://research.lumeta.com/ches/map http://www.caida.org/home http://www.imdb.com http://citeseer.ist.psu.edu

More information

johnny-paper2nd.dvi

johnny-paper2nd.dvi 13 The Rational Trading by Using Economic Fundamentals AOSHIMA Kentaro 14 2 26 ( ) : : : The Rational Trading by Using Economic Fundamentals AOSHIMA Kentaro abstract: Recently Artificial Markets on which

More information

2 ( ) i

2 ( ) i 25 Study on Rating System in Multi-player Games with Imperfect Information 1165069 2014 2 28 2 ( ) i ii Abstract Study on Rating System in Multi-player Games with Imperfect Information Shigehiko MORITA

More information

IPSJ SIG Technical Report Vol.2012-MPS-88 No /5/17 1,a) 1 Network Immunization via Community Structure based Node Representation Tetsuya Yoshida

IPSJ SIG Technical Report Vol.2012-MPS-88 No /5/17 1,a) 1 Network Immunization via Community Structure based Node Representation Tetsuya Yoshida 1,a) 1 Network Immunization via Community tructure based Node Reresentation Tetsuya Yoshida 1,a) Yuu Yamada 1 Abstract: We roose an aroach for immunization of networks via modularity based node reresentation.

More information

The Journal of the Japan Academy of Nursing Administration and Policies Vol 7, No 2, pp 19 _ 30, 2004 Survey on Counseling Services Performed by Nursi

The Journal of the Japan Academy of Nursing Administration and Policies Vol 7, No 2, pp 19 _ 30, 2004 Survey on Counseling Services Performed by Nursi The Journal of the Japan Academy of Nursing Administration and Policies Vol 7, No 2, pp 19 _ 30, 2004 Survey on Counseling Services Performed by Nursing Professionals for Diabetic Outpatients Not Using

More information

Page 1 of 6 B (The World of Mathematics) November 20, 2006 Final Exam 2006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (10pts) (a

Page 1 of 6 B (The World of Mathematics) November 20, 2006 Final Exam 2006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (10pts) (a Page 1 of 6 B (The World of Mathematics) November 0, 006 Final Exam 006 Division: ID#: Name: 1. p, q, r (Let p, q, r are propositions. ) (a) (Decide whether the following holds by completing the truth

More information

100 SDAM SDAM Windows2000/XP 4) SDAM TIN ESDA K G G GWR SDAM GUI

100 SDAM SDAM Windows2000/XP 4) SDAM TIN ESDA K G G GWR SDAM GUI 30 99 112 2006 SDAM SDAM SDAM SDAM 1950 1960 1970 SPSS SAS Microsoft Excel ArcView GIS 2002 ArcExplorer 1) MANDARA 2) GIS 2000 TNTLite 3) GIS 100 SDAM SDAM Windows2000/XP 4) SDAM TIN ESDA K G G GWR SDAM

More information

浜松医科大学紀要

浜松医科大学紀要 On the Statistical Bias Found in the Horse Racing Data (1) Akio NODA Mathematics Abstract: The purpose of the present paper is to report what type of statistical bias the author has found in the horse

More information

1 1 CodeDrummer CodeMusician CodeDrummer Fig. 1 Overview of proposal system c

1 1 CodeDrummer CodeMusician CodeDrummer Fig. 1 Overview of proposal system c CodeDrummer: 1 2 3 1 CodeDrummer: Sonification Methods of Function Calls in Program Execution Kazuya Sato, 1 Shigeyuki Hirai, 2 Kazutaka Maruyama 3 and Minoru Terada 1 We propose a program sonification

More information

DEIM Forum 2010 A Web Abstract Classification Method for Revie

DEIM Forum 2010 A Web Abstract Classification Method for Revie DEIM Forum 2010 A2-2 305 8550 1 2 305 8550 1 2 E-mail: s0813158@u.tsukuba.ac.jp, satoh@slis.tsukuba.ac.jp Web Abstract Classification Method for Reviews using Degree of Mentioning each Viewpoint Tomoya

More information

Kyushu Communication Studies 第2号

Kyushu Communication Studies 第2号 Kyushu Communication Studies. 2004. 2:1-11 2004 How College Students Use and Perceive Pictographs in Cell Phone E-mail Messages IGARASHI Noriko (Niigata University of Health and Welfare) ITOI Emi (Bunkyo

More information

研究紀要52号(よこ)人間科学☆/1.垂沢

研究紀要52号(よこ)人間科学☆/1.垂沢 Comparative study of images related to plump and fat in Japan TARESAWA Yumiko, TAKEUCHI Misaki and TSUJIMOTO Yui Abstract : Ever since a fashion magazine for plump women was first published in March 2013,

More information

TF-IDF TDF-IDF TDF-IDF Extracting Impression of Sightseeing Spots from Blogs for Supporting Selection of Spots to Visit in Travel Sat

TF-IDF TDF-IDF TDF-IDF Extracting Impression of Sightseeing Spots from Blogs for Supporting Selection of Spots to Visit in Travel Sat 1 1 2 1. TF-IDF TDF-IDF TDF-IDF. 3 18 6 Extracting Impression of Sightseeing Spots from Blogs for Supporting Selection of Spots to Visit in Travel Satoshi Date, 1 Teruaki Kitasuka, 1 Tsuyoshi Itokawa 2

More information

平成○○年度知能システム科学専攻修士論文

平成○○年度知能システム科学専攻修士論文 A Realization of Robust Agents in an Agent-based Virtual Market Makio Yamashige 3 7 A Realization of Robust Agents in an Agent-based Virtual Market Makio Yamashige Abstract There are many people who try

More information

06_学術.indd

06_学術.indd Arts and Sciences Development and usefulness evaluation of a remote control pressured pillow for prone position 1 36057 2 45258 2 29275 3 3 4 1 2 3 4 Key words: pressured pillow prone position, stomach

More information

.i...j...[.X8-2

.i...j...[.X8-2 Vol. 8 No.2 Nov. 2007 1 2 4 12 20 37 45 54 56 62 1 2 3 4 5 7 6 8 9 10 11 13 12 15 14 17 16 19 18 21 20 Hatena 23 22 Oidiodendron Oidiodendron 25 24 Monosiga ovata Monosiga 27 26 Toxoplasma gondii 29 28

More information

<303288C991BD946797C797592E696E6464>

<303288C991BD946797C797592E696E6464> 175 71 5 19 / 100 20 20 309 133 72 176 62 3 8 2009 2002 1 2 3 1 8 1 20 1 2 + 0.4952 1 2 http://www.mtwa.or.jp/ h19mokuji.html 20 100 146 0 6,365 359 111 0 38,997 11,689 133,960 36,830 76,177 155,684 18,068

More information

3 * *

3 * * 3 * 199090 1999122000 18927.5 2000 *739 85291 5 1 E-mail: kinbara@hiroshima-u.ac.jp 4 19801990 1960 R. Vernon, 1971 1985 62 1985 5 1989 19851221986 22319873361988470 19896751990 360560 1992 1990 1990 198661

More information

Studies of Foot Form for Footwear Design (Part 9) : Characteristics of the Foot Form of Young and Elder Women Based on their Sizes of Ball Joint Girth

Studies of Foot Form for Footwear Design (Part 9) : Characteristics of the Foot Form of Young and Elder Women Based on their Sizes of Ball Joint Girth Studies of Foot Form for Footwear Design (Part 9) : Characteristics of the Foot Form of Young and Elder Women Based on their Sizes of Ball Joint Girth and Foot Breadth Akiko Yamamoto Fukuoka Women's University,

More information

840 Geographical Review of Japan 73A-12 835-854 2000 The Mechanism of Household Reproduction in the Fishing Community on Oro Island Masakazu YAMAUCHI (Graduate Student, Tokyo University) This

More information

Mining Social Network of Conference Participants from the Web

Mining Social Network of  Conference Participants from the Web Social Network Mining Social network Semantic Web, KM, Our lives are enormously influenced by relations to others. SNS Mixi, myspace, LiveJournal, Yahoo!360 FOAF WebBlog Web mining Social network mining

More information

JFE.dvi

JFE.dvi ,, Department of Civil Engineering, Chuo University Kasuga 1-13-27, Bunkyo-ku, Tokyo 112 8551, JAPAN E-mail : atsu1005@kc.chuo-u.ac.jp E-mail : kawa@civil.chuo-u.ac.jp SATO KOGYO CO., LTD. 12-20, Nihonbashi-Honcho

More information

1 Fig. 1 Extraction of motion,.,,, 4,,, 3., 1, 2. 2.,. CHLAC,. 2.1,. (256 ).,., CHLAC. CHLAC, HLAC. 2.3 (HLAC ) r,.,. HLAC. N. 2 HLAC Fig. 2

1 Fig. 1 Extraction of motion,.,,, 4,,, 3., 1, 2. 2.,. CHLAC,. 2.1,. (256 ).,., CHLAC. CHLAC, HLAC. 2.3 (HLAC ) r,.,. HLAC. N. 2 HLAC Fig. 2 CHLAC 1 2 3 3,. (CHLAC), 1).,.,, CHLAC,.,. Suspicious Behavior Detection based on CHLAC Method Hideaki Imanishi, 1 Toyohiro Hayashi, 2 Shuichi Enokida 3 and Toshiaki Ejima 3 We have proposed a method for

More information

23 Study on Generation of Sudoku Problems with Fewer Clues

23 Study on Generation of Sudoku Problems with Fewer Clues 23 Study on Generation of Sudoku Problems with Fewer Clues 1120254 2012 3 1 9 9 21 18 i Abstract Study on Generation of Sudoku Problems with Fewer Clues Norimasa NASU Sudoku is puzzle a kind of pencil

More information

1 Department of Legal Medicine, Toyama University School of Medicine 2 3 4 5 6 7 8 Department of Ophthalmology, Graduate School of Medicine and Pharmaceutical Sciences, University of Toyama VEGF Key words

More information

Attendance Demand for J-League õ Shinsuke KAWAI* and Takeo HIRATA* Abstract The purpose of this study was to clarify the variables determining the attendance in J-league matches, using the 2,699 J-league

More information

遺伝子ネットワーク解析

遺伝子ネットワーク解析 1.3 atsushi_doi@cell-innovator.com 6-10-1 I 2 http://www.cell-innovator.com 1 2 23andMe, GeneQuest, MYCODE DNA RNA DNA RNA DNA A, T, G, C RNA or = BioCyc (EcoCyc) KEGG Reactome WikiPathways TRANSPATH

More information

untitled

untitled 2010 58 1 39 59 c 2010 20 2009 11 30 2010 6 24 6 25 1 1953 12 2008 III 1. 5, 1961, 1970, 1975, 1982, 1992 12 2008 2008 226 0015 32 40 58 1 2010 III 2., 2009 3 #3.xx #3.1 #3.2 1 1953 2 1958 12 2008 1 2

More information

149 (Newell [5]) Newell [5], [1], [1], [11] Li,Ryu, and Song [2], [11] Li,Ryu, and Song [2], [1] 1) 2) ( ) ( ) 3) T : 2 a : 3 a 1 :

149 (Newell [5]) Newell [5], [1], [1], [11] Li,Ryu, and Song [2], [11] Li,Ryu, and Song [2], [1] 1) 2) ( ) ( ) 3) T : 2 a : 3 a 1 : Transactions of the Operations Research Society of Japan Vol. 58, 215, pp. 148 165 c ( 215 1 2 ; 215 9 3 ) 1) 2) :,,,,, 1. [9] 3 12 Darroch,Newell, and Morris [1] Mcneil [3] Miller [4] Newell [5, 6], [1]

More information

The Key Questions about Today's "Experience Loss": Focusing on Provision Issues Gerald ARGENTON These last years, the educational discourse has been focusing on the "experience loss" problem and its consequences.

More information

IPSJ SIG Technical Report Vol.2009-DPS-141 No.23 Vol.2009-GN-73 No.23 Vol.2009-EIP-46 No /11/27 t-room t-room 2 Development of

IPSJ SIG Technical Report Vol.2009-DPS-141 No.23 Vol.2009-GN-73 No.23 Vol.2009-EIP-46 No /11/27 t-room t-room 2 Development of t-room 1 2 2 2 2 1 1 2 t-room 2 Development of Assistant System for Ensemble in t-room Yosuke Irie, 1 Shigemi Aoyagi, 2 Toshihiro Takada, 2 Keiji Hirata, 2 Katsuhiko Kaji, 2 Shigeru Katagiri 1 and Miho

More information

Juntendo Medical Journal

Juntendo Medical Journal * Department of Health Science Health Sociology Section, Juntendo University School of Health and Sports Science, Chiba, Japan (WHO: Ottawa Charter for Health promotion, 1986.) (WHO: Bangkok Charter

More information

Mullen IFDOInternational Federation of Data Organizations http : / / www. ifdo. org / org _ archives/arc_bfr.htm CESSDA CESSDA CESSDA http://www.nsd.uib.no/ Cessda/ CESSDAArchives in Europe Elder et al.

More information

Minamiooya, Machida, Tokyo 194, Japan] RNA World, A Key Step in the Origin of Life : Inspection from the View Point of Biological Evolution 1) Crick, F. H. C.: Sym. Soc. Exp. Biol., 12, 548-555

More information

IPSJ SIG Technical Report Vol.2016-CE-137 No /12/ e β /α α β β / α A judgment method of difficulty of task for a learner using simple

IPSJ SIG Technical Report Vol.2016-CE-137 No /12/ e β /α α β β / α A judgment method of difficulty of task for a learner using simple 1 2 3 4 5 e β /α α β β / α A judgment method of difficulty of task for a learner using simple electroencephalograph Katsuyuki Umezawa 1 Takashi Ishida 2 Tomohiko Saito 3 Makoto Nakazawa 4 Shigeichi Hirasawa

More information

橡自動車~1.PDF

橡自動車~1.PDF CIRJE-J-34 2000 10 Abstract In this paper, we examine the diversity of transaction patterns observed between a single pair of one automaker and one auto parts supplier in Japan. Assumed reasonably that

More information

社会問題の解決に資する

社会問題の解決に資する STUY O ESTLISHING TEHNIQUE O SOIL PROLEM VISULIZTION OR EVISING SOLUTIONS 1 2 3 4 1 ( ) (E-mail:yamaken@mri.co.jp) 2 ( ) (E-mail: yui@funatoku.com) 3 ( ) (E-mail: fuji@is.ocha.ac.jp) 4 Ph.. ( ) (E-mail:

More information

soturon.dvi

soturon.dvi 12 Exploration Method of Various Routes with Genetic Algorithm 1010369 2001 2 5 ( Genetic Algorithm: GA ) GA 2 3 Dijkstra Dijkstra i Abstract Exploration Method of Various Routes with Genetic Algorithm

More information

Vol.2.indb

Vol.2.indb 74 Migration Policy Review 2010 Vol.2 75 76 Migration Policy Review 2010 Vol.2 77 78 Migration Policy Review 2010 Vol.2 79 80 Migration Policy Review 2010 Vol.2 81 82 Migration Policy Review 2010 Vol.2

More information

DVIOUT

DVIOUT 2003 02673006 1,.,,.,.,,. 2 SQL,.,,.,.,, SQL., Apriori[1]., [2].,.,.,. 3... ( 1)..,. SQL [3], [4]. 1: 4 ( ). 0.4%, 2.5%, MRSA, 17, 98. 2. 2: 5,. [1] R.Srikant, R.Agrawal, Mining Generalized Association

More information

IPSJ SIG Technical Report An Evaluation Method for the Degree of Strain of an Action Scene Mao Kuroda, 1 Takeshi Takai 1 and Takashi Matsuyama 1

IPSJ SIG Technical Report An Evaluation Method for the Degree of Strain of an Action Scene Mao Kuroda, 1 Takeshi Takai 1 and Takashi Matsuyama 1 1 1 1 An Evaluation Method for the Degree of of an Action Scene Mao Kuroda, 1 Takeshi Takai 1 and Takashi Matsuyama 1 The purpose of our research is to investigate structure of an action scene scientifically.

More information

e.g., Mahoney, Vandell, Simpkins, & Zarrett, Bohnert, Fredricks, & Randall2010 breadth intensitydurationengagement e.g., Mahone

e.g., Mahoney, Vandell, Simpkins, & Zarrett, Bohnert, Fredricks, & Randall2010 breadth intensitydurationengagement e.g., Mahone 2014 25 4 453465 1 670 6 1 2 2008, 2009 2002 e.g., 2002; 1999 100 1 2 2013; 2002; 1999 1 2007 2009 2006; 20082006 2013 454 254 e.g., Mahoney, Vandell, Simpkins, & Zarrett, 2009 1 23 2013 Bohnert, Fredricks,

More information

Fig. 1 Distribution of department stores in the Tokyo Metropolitan Area (1998) Fig. 2 Cluster structure Table 2 Average factor scores for cluster analysis Table 3 Average attributes for store clusters

More information

Fig. 1 Trends of TB incidence rates for all forms and smear-positive pulmonary TB in Kawasaki City and Japan. Incidence=newly notified cases of all fo

Fig. 1 Trends of TB incidence rates for all forms and smear-positive pulmonary TB in Kawasaki City and Japan. Incidence=newly notified cases of all fo Kekkaku Vol. 79, No. 1: 17-24, 2004 17 (Received 21 Aug. 2003/Accepted 18 Nov. 2003) Fig. 1 Trends of TB incidence rates for all forms and smear-positive pulmonary TB in Kawasaki City and Japan. Incidence=newly

More information

先端社会研究 ★5★号/4.山崎

先端社会研究 ★5★号/4.山崎 71 72 5 1 2005 7 8 47 14 2,379 2,440 1 2 3 2 73 4 3 1 4 1 5 1 5 8 3 2002 79 232 2 1999 249 265 74 5 3 5. 1 1 3. 1 1 2004 4. 1 23 2 75 52 5,000 2 500 250 250 125 3 1995 1998 76 5 1 2 1 100 2004 4 100 200

More information

IPSJ SIG Technical Report Vol.2014-DBS-159 No.6 Vol.2014-IFAT-115 No /8/1 1,a) 1 1 1,, 1. ([1]) ([2], [3]) A B 1 ([4]) 1 Graduate School of Info

IPSJ SIG Technical Report Vol.2014-DBS-159 No.6 Vol.2014-IFAT-115 No /8/1 1,a) 1 1 1,, 1. ([1]) ([2], [3]) A B 1 ([4]) 1 Graduate School of Info 1,a) 1 1 1,, 1. ([1]) ([2], [3]) A B 1 ([4]) 1 Graduate School of Information Science and Technology, Osaka University a) kawasumi.ryo@ist.osaka-u.ac.jp 1 1 Bucket R*-tree[5] [4] 2 3 4 5 6 2. 2.1 2.2 2.3

More information

dews2004-final.dvi

dews2004-final.dvi DEWS2004 I-10-04 606 8501 E-mail: {akahoshi,hirotanaka,tanaka}@dl.kuis.kyoto-u.ac.jp A Basic Study on Ubiquitous Hypermedia Model Yuhei AKAHOSHI, Hiroya TANAKA, and Katsumi TANAKA Graduate School of Informatics,

More information

Vol.54 No (July 2013) [9] [10] [11] [12], [13] 1 Fig. 1 Flowchart of the proposed system. c 2013 Information

Vol.54 No (July 2013) [9] [10] [11] [12], [13] 1 Fig. 1 Flowchart of the proposed system. c 2013 Information Vol.54 No.7 1937 1950 (July 2013) 1,a) 2012 11 1, 2013 4 5 1 Similar Sounds Sentences Generator Based on Morphological Analysis Manner and Low Class Words Masaaki Kanakubo 1,a) Received: November 1, 2012,

More information

JJRM5005/04.短報.責了.indd

JJRM5005/04.短報.責了.indd Jpn J Rehabil Med 2013 ; : 319.327 1 2 3 4 5 6 Survey of the Electronic Medical Recoding System Used in Kaifukuki Rehabilitation Wards Hidekazu SUGAWARA, 1 Tetsutaro YAHATA, 2 Hideto OKAZAKI, 3 Mitsuhiro

More information

DI DI

DI DI 7 UCHIDA, Suguru OKADA, Akira EGUCHI, Hiroshi 1 17 1827 4 6 37 8 12 1 7 2 3 8, 3 1 1,42 3 36.1 18 4 29.6 13 12 28 16 6 18 46 6 4 Vol.11 No.1 8 Spring 2 2.1 6 14 6 18 7 9 16.4 12.4 17 8 11.3 7.6 16 41 7

More information

FA

FA 29 28 15 1985 1993 The process of the labor negotiations of the Japan Professional Baseball Players Association, 1985 1993 ABE Takeru Graduate School of Social Science, Hitotsubashi University Abstract

More information

29 28 39 1936 Acquiring technique and forming character in physical education after 1936 Analysis of articles of Kenji Shinozaki FUJIKAWA Kazutoshi The United Graduate School of Education Tokyo Gakugei

More information

Duplicate Near Duplicate Intact Partial Copy Original Image Near Partial Copy Near Partial Copy with a background (a) (b) 2 1 [6] SIFT SIFT SIF

Duplicate Near Duplicate Intact Partial Copy Original Image Near Partial Copy Near Partial Copy with a background (a) (b) 2 1 [6] SIFT SIFT SIF Partial Copy Detection of Line Drawings from a Large-Scale Database Weihan Sun, Koichi Kise Graduate School of Engineering, Osaka Prefecture University E-mail: sunweihan@m.cs.osakafu-u.ac.jp, kise@cs.osakafu-u.ac.jp

More information

6 1Bulletin of Tokyo University and Graduate School of Social Welfarepp73-86 2015, 10 372-0831 2020-1 2015 5 29 2015 7 9 : : : 1 A B C D E 4 A B A B A B A ] AB C D E 4 8 73 17 2 22 750 1 2 26 2 16 17 32

More information

計算機生命科学の基礎II_

計算機生命科学の基礎II_ Ⅱ 1.4 atsushi_doi@cell-innovator.com 812-8582 3-1-1 8 806 http://www.cell-innovator.com BioGPS Connectivity Map The Cancer Genome Atlas (TCGA); cbioportal GO DAVID, GSEA WCGNA BioGPS http://biogps.org/

More information

untitled

untitled Studies in Human Geography 32 Geoenvironmental Sciences, Graduate School of Life and Environmental Sciences, University of Tsukuba, Japan ArcGIS Geography Network ArcGIS ArcGIS ArcGIS Geography Network

More information

昭和恐慌期における長野県下農業・農村と産業組合の展開過程

昭和恐慌期における長野県下農業・農村と産業組合の展開過程 No. 3, 169-180 (2002) The Family in Modern Japan: its Past, Present and Future An Essay at Restoring Love as the Basis of Family Ties YAMANE Naoko Nihon University, Graduate School of Social and Cultural

More information

IPSJ SIG Technical Report Vol.2014-EIP-63 No /2/21 1,a) Wi-Fi Probe Request MAC MAC Probe Request MAC A dynamic ads control based on tra

IPSJ SIG Technical Report Vol.2014-EIP-63 No /2/21 1,a) Wi-Fi Probe Request MAC MAC Probe Request MAC A dynamic ads control based on tra 1,a) 1 1 2 1 Wi-Fi Probe Request MAC MAC Probe Request MAC A dynamic ads control based on traffic Abstract: The equipment with Wi-Fi communication function such as a smart phone which are send on a regular

More information

wki_shuronn.pdf

wki_shuronn.pdf No. 161 Sentiment Extraction from Live Tweets 2014 3 Twitter Twitter Summary Recently, microblogs such as Twitter become popular, and we can tweet about our own daily life easily. The user who tweets during

More information

58 10

58 10 57 Multi-channel MAC Protocol with Multi-busytone in Ad-hoc Networks Masatoshi Fukushima*, Ushio Yamamoto* and Yoshikuni Onozato* Abstract Multi-channel MAC protocols for wireless ad hoc networks have

More information

Bull. of Nippon Sport Sci. Univ. 47 (1) Devising musical expression in teaching methods for elementary music An attempt at shared teaching

Bull. of Nippon Sport Sci. Univ. 47 (1) Devising musical expression in teaching methods for elementary music An attempt at shared teaching Bull. of Nippon Sport Sci. Univ. 47 (1) 45 70 2017 Devising musical expression in teaching methods for elementary music An attempt at shared teaching materials for singing and arrangements for piano accompaniment

More information

fiš„v8.dvi

fiš„v8.dvi (2001) 49 2 333 343 Java Jasp 1 2 3 4 2001 4 13 2001 9 17 Java Jasp (JAva based Statistical Processor) Jasp Jasp. Java. 1. Jasp CPU 1 106 8569 4 6 7; fuji@ism.ac.jp 2 106 8569 4 6 7; nakanoj@ism.ac.jp

More information

161 J 1 J 1997 FC 1998 J J J J J2 J1 J2 J1 J2 J1 J J1 J1 J J 2011 FIFA 2012 J 40 56

161 J 1 J 1997 FC 1998 J J J J J2 J1 J2 J1 J2 J1 J J1 J1 J J 2011 FIFA 2012 J 40 56 J1 J1 リーグチーム組織に関する考察 松原悟 Abstract J League began in 1993 by 10 teams. J League increased them by 40 teams in 2012. The numerical increase of such a team is a result of the activity of Football Association

More information

[1] [3]. SQL SELECT GENERATE< media >< T F E > GENERATE. < media > HTML PDF < T F E > Target Form Expression ( ), 3.. (,). : Name, Tel name tel

[1] [3]. SQL SELECT GENERATE< media >< T F E > GENERATE. < media > HTML PDF < T F E > Target Form Expression ( ), 3.. (,). : Name, Tel name tel DEIM Forum 2011 C7-5 SuperSQL 223 8522 3 14 1 E-mail: tomonari@db.ics.keio.ac.jp, toyama@ics.keio.ac.jp SuperSQL, SQL SELECT GENERATE SQL., SuperSQL HTML,.,. SuperSQL, HTML, Equivalent Transformation on

More information

Vol. 28 No. 2 Apr. 2011 173 1. 1 Web Twitter/Facebook UI 4 1. 2. 3. 4. Twitter Web Twitter/Facebook e.g., Web Web UI 1 2 SNS 1, 2 2

Vol. 28 No. 2 Apr. 2011 173 1. 1 Web Twitter/Facebook UI 4 1. 2. 3. 4. Twitter Web Twitter/Facebook e.g., Web Web UI 1 2 SNS 1, 2 2 172 SNS Web Web As social web sites such as blog and SNS(Social Network System) became popular, many people have communicated with their friends on the Web. Meanwhile, several problems of social web sites

More information

(MIRU2008) HOG Histograms of Oriented Gradients (HOG)

(MIRU2008) HOG Histograms of Oriented Gradients (HOG) (MIRU2008) 2008 7 HOG - - E-mail: katsu0920@me.cs.scitec.kobe-u.ac.jp, {takigu,ariki}@kobe-u.ac.jp Histograms of Oriented Gradients (HOG) HOG Shape Contexts HOG 5.5 Histograms of Oriented Gradients D Human

More information

知能と情報, Vol.30, No.5, pp

知能と情報, Vol.30, No.5, pp 1, Adobe Illustrator Photoshop [1] [2] [3] Initital Values Assignment of Parameters Using Onomatopoieas for Interactive Design Tool Tsuyoshi NAKAMURA, Yuki SAWAMURA, Masayoshi KANOH, and Koji YAMADA Graduate

More information

0801391,繊維学会ファイバ12月号/報文-01-西川

0801391,繊維学会ファイバ12月号/報文-01-西川 Pattern Making Method and Evaluation by Dots of Monochrome Shigekazu Nishikawa 1,MarikoYoshizumi 1,andHajime Miyake 2 1 Miyagi University of Education, 149, Aramaki-aza-Aoba, Aoba-ku, Sendai-shi, Miyagi

More information

A Feasibility Study of Direct-Mapping-Type Parallel Processing Method to Solve Linear Equations in Load Flow Calculations Hiroaki Inayoshi, Non-member

A Feasibility Study of Direct-Mapping-Type Parallel Processing Method to Solve Linear Equations in Load Flow Calculations Hiroaki Inayoshi, Non-member A Feasibility Study of Direct-Mapping-Type Parallel Processing Method to Solve Linear Equations in Load Flow Calculations Hiroaki Inayoshi, Non-member (University of Tsukuba), Yasuharu Ohsawa, Member (Kobe

More information

Tsuken Technical Information 1

Tsuken Technical Information 1 March 2004 Vol.6 Tsuken Technical Information 1 Since microprocessors (MPUs) first appeared in the 1970s, they have developed at a remarkable pace, and now found in a huge range of devices that we use

More information

FA FA FA FA FA 5 FA FA 9

FA FA FA FA FA 5 FA FA 9 30 29 31 1993 2004 The process of the labor negotiations of Japan Professional Baseball Players Association, 1993 2004 ABE Takeru Graduate School of Social Science, Hitotsubashi University Abstract The

More information

Tf dvi

Tf dvi /Opinion Kawaii as an Affective Value Michiko OHKURA Abstract In the 21 st century, the affective/kansei values of industrial products are considered very important. However, since not many studies have

More information

<32322D8EA D89CD8D8797B294C E8A968388DF814589C193A1899B E5290EC8F438EA12D966B8A4393B98F5C8F9F926E95FB82CC8BC7926E F5

<32322D8EA D89CD8D8797B294C E8A968388DF814589C193A1899B E5290EC8F438EA12D966B8A4393B98F5C8F9F926E95FB82CC8BC7926E F5 No.432008pp.287 302 Climatological Characteristics of Local Wind in the Tokachi District, Hokkaido, JAPAN Takashige KAWAI, Mai NAKAJYO, Hisashi KATO and Shuji YAMAKAWA Received September 30, 2007 Climatological

More information

情意要因が英語の読解力と会話力に及ぼす影響-JGSS-2008 のデータから-

情意要因が英語の読解力と会話力に及ぼす影響-JGSS-2008 のデータから- JGSS-2008 The Influence of Affective Factors on English Reading and Conversation Proficiency among Japanese from the Data of JGSS-2008 Kaoru KOISO Faculty of Business Administration Osaka University of

More information

Database Center for Life Science Online Service Vol.48 No.16 (2003)

Database Center for Life Science Online Service Vol.48 No.16 (2003) Database Center for Life Science Online Service Key words Kikuya Kato, E-mail : kkato@bs.aist-nara. ac.jp http://love2.aist-nara.ac.jp Shin Ishii, E-mail : ishii@is.aist-nara.ac.jp http://hawaii.aist-nara.

More information