comparison src/pagerank/TPReadWikiLink.java @ 10:c7a7c53702dd draft

add gremlin.jar
author one
date Wed, 05 Sep 2012 18:52:37 +0900
parents 9787663edb54
children 8e3bb1843beb
comparison
equal deleted inserted replaced
9:9787663edb54 10:c7a7c53702dd
43 /* 43 /*
44 String nodeIds[] = {"80", "290", "21", "164"}; 44 String nodeIds[] = {"80", "290", "21", "164"};
45 writeComputeTransition(ltv, nodeIds, 50); 45 writeComputeTransition(ltv, nodeIds, 50);
46 46
47 */ 47 */
48
48 FileOutputStream fos = new FileOutputStream(new File("./resources/wikiPageRank.log")); 49 FileOutputStream fos = new FileOutputStream(new File("./resources/wikiPageRank.log"));
49 descendingOrder(wikiHash, fos); 50 descendingOrder(wikiHash, fos);
50 51
51 52
52 FileOutputStream out = new FileOutputStream(new File(fileDB)); 53 FileOutputStream out = new FileOutputStream(new File(fileDB));