| Package | Description |
|---|---|
| com.milaboratory.core.alignment.benchmark |
| Modifier and Type | Field and Description |
|---|---|
BenchmarkInput |
BenchmarkResults.input |
BenchmarkInput |
Benchmark.ExceptionData.input |
| Modifier and Type | Method and Description |
|---|---|
BenchmarkInput |
BenchmarkResults.getInput() |
| Modifier and Type | Method and Description |
|---|---|
BenchmarkResults |
Benchmark.process(BenchmarkInput input) |
| Constructor and Description |
|---|
Benchmark.ExceptionData(long seed,
Throwable exception,
NucleotideSequence[] db,
NucleotideSequence query,
BenchmarkInput input) |
BenchmarkResults(BenchmarkInput input,
KAligner2Statistics stat,
long executionTime,
int processedQueries,
int processedGoodQueries,
int falsePositives,
int mismatched,
int noHits,
int scoreError) |
Copyright © 2018. All rights reserved.