Interface IStatProducer

  • All Known Implementing Classes:
    FStatProducer

    public interface IStatProducer
    Interface for classes that produce a value representing the fitness of a parameter for representing an event type.
    Author:
    Dustin Kempton, Data Mining Lab, Georgia State University
    • Method Detail

      • computeStat

        float computeStat​(ImageDBWaveParamPair[] dims)
        Method for computing the fitness statistic for the image descriptor constructed with the passed in image wavelength filter and parameter calculation pairs.
        Parameters:
        dims - The dimensions or image filter wavelength and parameter calculation pairs used to create a descriptor of an event detection.
        Returns:
        The fitness score for descriptors based on the passed in list.