public class GlobalErrorStatisticsImpl extends Object implements GlobalErrorStatistics
| Modifier and Type | Field and Description |
|---|---|
protected double |
avgError |
protected double |
avgLocalError |
protected int |
countAvgErrors |
protected double |
maxError |
protected double |
minError |
protected int |
numCandidates |
protected int |
numCorrespondences |
protected int |
numDetections |
| Constructor and Description |
|---|
GlobalErrorStatisticsImpl() |
| Modifier and Type | Method and Description |
|---|---|
double |
getAbsoluteLocalAlignmentError() |
int |
getAlignmentErrorCount() |
double |
getAverageAlignmentError() |
double |
getAverageLocalAlignmentError() |
double |
getMaxAlignmentError() |
double |
getMinAlignmentError() |
int |
getNumCandidates() |
int |
getNumCorrespondences() |
int |
getNumDetections() |
void |
reset() |
void |
setAbsoluteLocalAlignmentError(double error) |
void |
setAlignmentErrorCount(int count) |
void |
setAverageAlignmentError(double avg) |
void |
setMaxAlignmentError(double max) |
void |
setMinAlignmentError(double min) |
void |
setNumCandidates(int numCandidates) |
void |
setNumCorrespondences(int numCorrespondences) |
void |
setNumDetections(int numDetection) |
protected double avgError
protected double minError
protected double maxError
protected int numDetections
protected int numCorrespondences
protected int numCandidates
protected int countAvgErrors
protected double avgLocalError
public void reset()
reset in interface GlobalErrorStatisticspublic double getAverageAlignmentError()
getAverageAlignmentError in interface GlobalErrorStatisticspublic double getMinAlignmentError()
getMinAlignmentError in interface GlobalErrorStatisticspublic double getMaxAlignmentError()
getMaxAlignmentError in interface GlobalErrorStatisticspublic void setAverageAlignmentError(double avg)
setAverageAlignmentError in interface GlobalErrorStatisticspublic void setMinAlignmentError(double min)
setMinAlignmentError in interface GlobalErrorStatisticspublic void setMaxAlignmentError(double max)
setMaxAlignmentError in interface GlobalErrorStatisticspublic int getNumDetections()
getNumDetections in interface GlobalErrorStatisticspublic int getNumCandidates()
getNumCandidates in interface GlobalErrorStatisticspublic int getNumCorrespondences()
getNumCorrespondences in interface GlobalErrorStatisticspublic void setNumDetections(int numDetection)
setNumDetections in interface GlobalErrorStatisticspublic void setNumCandidates(int numCandidates)
setNumCandidates in interface GlobalErrorStatisticspublic void setNumCorrespondences(int numCorrespondences)
setNumCorrespondences in interface GlobalErrorStatisticspublic double getAverageLocalAlignmentError()
getAverageLocalAlignmentError in interface GlobalErrorStatisticspublic void setAbsoluteLocalAlignmentError(double error)
setAbsoluteLocalAlignmentError in interface GlobalErrorStatisticspublic void setAlignmentErrorCount(int count)
setAlignmentErrorCount in interface GlobalErrorStatisticspublic double getAbsoluteLocalAlignmentError()
getAbsoluteLocalAlignmentError in interface GlobalErrorStatisticspublic int getAlignmentErrorCount()
getAlignmentErrorCount in interface GlobalErrorStatisticsCopyright © 2015–2021 Fiji. All rights reserved.