public class BenchmarkResults extends Object
| Modifier and Type | Field and Description |
|---|---|
long |
executionTime |
int |
falsePositives |
BenchmarkInput |
input |
int |
mismatched |
int |
noHits |
int |
processedGoodQueries |
int |
processedQueries |
int |
scoreError |
KAligner2Statistics |
stat |
| Constructor and Description |
|---|
BenchmarkResults(BenchmarkInput input,
KAligner2Statistics stat,
long executionTime,
int processedQueries,
int processedGoodQueries,
int falsePositives,
int mismatched,
int noHits,
int scoreError) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAverageTiming() |
double |
getBadFraction() |
long |
getExecutionTime() |
double |
getFalsePositiveFraction() |
BenchmarkInput |
getInput() |
int |
getMismatched() |
double |
getMismatchedFraction() |
int |
getNoHits() |
double |
getNoHitsFraction() |
int |
getProcessedGoodQueries() |
int |
getProcessedQueries() |
double |
getScoreErrorFraction() |
KAligner2Statistics |
getStat() |
public final BenchmarkInput input
public final KAligner2Statistics stat
public final long executionTime
public final int processedQueries
public final int processedGoodQueries
public final int falsePositives
public final int mismatched
public final int noHits
public final int scoreError
public BenchmarkResults(BenchmarkInput input, KAligner2Statistics stat, long executionTime, int processedQueries, int processedGoodQueries, int falsePositives, int mismatched, int noHits, int scoreError)
public BenchmarkInput getInput()
public KAligner2Statistics getStat()
public long getExecutionTime()
public int getProcessedGoodQueries()
public int getProcessedQueries()
public int getMismatched()
public int getNoHits()
public double getNoHitsFraction()
public double getMismatchedFraction()
public double getBadFraction()
public double getFalsePositiveFraction()
public double getScoreErrorFraction()
public long getAverageTiming()
Copyright © 2018. All rights reserved.