Interface ISTObsModel

  • All Known Implementing Classes:
    PoissonObsModel

    public interface ISTObsModel
    The public interface for models of observation that return the probability of an event being a true detection of an object, based on some model of observation. From Kempton et. al 2015 and 2018.
    Author:
    Dustin Kempton, Data Mining Lab, Georgia State University
    • Method Detail

      • getObsProb

        double getObsProb​(IBaseTemporalObject event)
        Returns the probability of an event being a true observation based on some model of observation.
        Parameters:
        event - The event to calculate the observation probability on.
        Returns:
        The probability of the event being a true detection with range [0,1].