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 GlobalErrorStatistics
public double getAverageAlignmentError()
getAverageAlignmentError
in interface GlobalErrorStatistics
public double getMinAlignmentError()
getMinAlignmentError
in interface GlobalErrorStatistics
public double getMaxAlignmentError()
getMaxAlignmentError
in interface GlobalErrorStatistics
public void setAverageAlignmentError(double avg)
setAverageAlignmentError
in interface GlobalErrorStatistics
public void setMinAlignmentError(double min)
setMinAlignmentError
in interface GlobalErrorStatistics
public void setMaxAlignmentError(double max)
setMaxAlignmentError
in interface GlobalErrorStatistics
public int getNumDetections()
getNumDetections
in interface GlobalErrorStatistics
public int getNumCandidates()
getNumCandidates
in interface GlobalErrorStatistics
public int getNumCorrespondences()
getNumCorrespondences
in interface GlobalErrorStatistics
public void setNumDetections(int numDetection)
setNumDetections
in interface GlobalErrorStatistics
public void setNumCandidates(int numCandidates)
setNumCandidates
in interface GlobalErrorStatistics
public void setNumCorrespondences(int numCorrespondences)
setNumCorrespondences
in interface GlobalErrorStatistics
public double getAverageLocalAlignmentError()
getAverageLocalAlignmentError
in interface GlobalErrorStatistics
public void setAbsoluteLocalAlignmentError(double error)
setAbsoluteLocalAlignmentError
in interface GlobalErrorStatistics
public void setAlignmentErrorCount(int count)
setAlignmentErrorCount
in interface GlobalErrorStatistics
public double getAbsoluteLocalAlignmentError()
getAbsoluteLocalAlignmentError
in interface GlobalErrorStatistics
public int getAlignmentErrorCount()
getAlignmentErrorCount
in interface GlobalErrorStatistics
Copyright © 2015–2021 Fiji. All rights reserved.