de.uni.leipzig.IR15.Benchmark.dex
Class Query3_Benchmark

java.lang.Object
  extended by de.uni.leipzig.IR15.Benchmark.Benchmark
      extended by de.uni.leipzig.IR15.Benchmark.dex.DEXBenchmark
          extended by de.uni.leipzig.IR15.Benchmark.dex.Query3_Benchmark

public class Query3_Benchmark
extends DEXBenchmark

Query 3 selects all sentence co-occurences (co_s) between two words which are sentence co-occurences of a given word.

Author:
Robert 'robbl' Schulze

Constructor Summary
Query3_Benchmark()
           
 
Method Summary
 java.lang.String getName()
          Returns the name of the benchmark.
 void run()
          Finds all nodes and gets the w1_id, w2_id, sig and freq attributes for nodes that are neighbors to each other and to a given start node.
 
Methods inherited from class de.uni.leipzig.IR15.Benchmark.dex.DEXBenchmark
afterRun, beforeRun, findMaxWordID, getRandomNode, setUp, tearDown, warmup
 
Methods inherited from class de.uni.leipzig.IR15.Benchmark.Benchmark
getCurrentRun, getResults, getRuns, setCurrentRun, setRuns
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Query3_Benchmark

public Query3_Benchmark()
Method Detail

run

public void run()
Finds all nodes and gets the w1_id, w2_id, sig and freq attributes for nodes that are neighbors to each other and to a given start node.

Specified by:
run in class Benchmark

getName

public java.lang.String getName()
Returns the name of the benchmark.

Specified by:
getName in class Benchmark
Returns:
name of the benchmark