Package adams.data.postprocessor
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getDetails()
Returns details for the cleaner.
-
-
-
Method Detail
-
getDetails
T getDetails()
Returns details for the cleaner.- Returns:
- the details
-
-