Uses of Class
de.uni.leipzig.IR15.Benchmark.mysql.MySQLBenchmark

Packages that use MySQLBenchmark
de.uni.leipzig.IR15.Benchmark.mysql   
 

Uses of MySQLBenchmark in de.uni.leipzig.IR15.Benchmark.mysql
 

Subclasses of MySQLBenchmark in de.uni.leipzig.IR15.Benchmark.mysql
 class Query1_Benchmark
          Query 1 selects all sentence co-occurrences (co_s) of a given word.
 class Query2_Benchmark
          Query 2 selects all sentence co-occurrences of sentence co-occurrences (co_s) of a given word.
 class Query3_Benchmark
          Query 3 selects all sentence co-occurences (co_s) between two words which are sentence co-occurences of a given word.