Interface ISTLocationProbCal

  • All Known Implementing Classes:
    LocationProbCalc

    public interface ISTLocationProbCal
    Interface for classes that calculate the probability of seeing an IEvent at the location of the passed in IEvent. From Kempton et. al 2015 and 2018.
    Author:
    Dustin Kempton, Data Mining Lab, Georgia State University
    • Method Detail

      • calcProb

        double calcProb​(ISpatialTemporalObj ev)
        Returns the probability of seeing an IEvent at the given location.
        Parameters:
        ev - The IEvent to calculate the probability for.
        Returns:
        A probability value 0-1 that indicates the liklihood of seeing an event at the passed in location.