org.placelab.client.tracker
Class BestGuessCompoundTracker

java.lang.Object
  extended byorg.placelab.client.tracker.Tracker
      extended byorg.placelab.client.tracker.CompoundTracker
          extended byorg.placelab.client.tracker.BestGuessCompoundTracker
All Implemented Interfaces:
SpotterListener

public class BestGuessCompoundTracker
extends CompoundTracker

A CompoundTracker that simply returns whichever estimate has the lowest standard deviation.


Constructor Summary
BestGuessCompoundTracker()
           
 
Method Summary
 Estimate getEstimate()
           
 
Methods inherited from class org.placelab.client.tracker.CompoundTracker
acceptableMeasurement, addTracker, clearTrackers, getTrackers, resetImpl, updateEstimateImpl, updateWithoutMeasurement
 
Methods inherited from class org.placelab.client.tracker.Tracker
addEstimateListener, fireEstimateUpdate, getLastUpdatedTime, gotMeasurement, numberOfMeasurements, removeEstimateListener, reset, spotterExceptionThrown, updateEstimate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BestGuessCompoundTracker

public BestGuessCompoundTracker()
Method Detail

getEstimate

public Estimate getEstimate()
Overrides:
getEstimate in class CompoundTracker