Interface PostProcessorDetails<T>

  • Type Parameters:
    T - the type of output the post-processor provides as details
    All Known Implementing Classes:
    PredictionErrorIQR

    public interface PostProcessorDetails<T>
    Interface for post-processors that provide details about their internals after they have been built.
    Author:
    fracpete (fracpete at waikato dot ac dot nz)
    • Method Detail

      • getDetails

        T getDetails()
        Returns details for the cleaner.
        Returns:
        the details