Uses of Class
de.uni.leipzig.IR15.Benchmark.neo4j.CypherBenchmark

Packages that use CypherBenchmark
de.uni.leipzig.IR15.Benchmark.neo4j   
 

Uses of CypherBenchmark in de.uni.leipzig.IR15.Benchmark.neo4j
 

Subclasses of CypherBenchmark in de.uni.leipzig.IR15.Benchmark.neo4j
 class Query1_Cypher_Benchmark
          Query 1 selects the wordID of all the sentence co-occurrences of a given word.
 class Query2_Cypher_Benchmark
          Query 2 selects the wordID of all sentence co-occurrences of co-occurrences of a given word.
 class Query3_Cypher_Benchmark
          Query 3 selects all sentence co-occurrences of a given word which are co-occurences of themselves.