Package adams.data.cleaner
Interface CleanerDetails<T>
-
- Type Parameters:
T
- the type of output the cleaner provides as details
- All Known Implementing Classes:
IQRCleaner
public interface CleanerDetails<T>
Interface for cleaners that provide details about their internals after they have been built.- Version:
- $Revision: 1286 $
- 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
-
-