public static class OptimalAnchorSelectionAlgorithm.InternalBfOasaStatistic extends Object
Constructor and Description |
---|
OptimalAnchorSelectionAlgorithm.InternalBfOasaStatistic() |
Modifier and Type | Method and Description |
---|---|
Integer[] |
getAnchorCountFrequency() |
Point2d[] |
getAnchors() |
double |
getAverageRangingError() |
List<Point2d> |
getIntermediatePositions() |
double |
getMaximumRangingError() |
double[] |
getRanges() |
void |
process(Point2d[] anchors,
double[] ranges,
Point2d realPosition) |
void |
reset() |
public OptimalAnchorSelectionAlgorithm.InternalBfOasaStatistic()
public void reset()
public Point2d[] getAnchors()
public double[] getRanges()
public double getAverageRangingError()
public double getMaximumRangingError()
public Integer[] getAnchorCountFrequency()
Copyright © 2012 Thomas Hillebrandt. All Rights Reserved.