Bases: object
Decorator class that build a wrapper around any function.
Warning: | The decorator does not take recursive calls into account! |
---|
alias of _ProfileDecorator
Interpolates all missing values using linear interpolation.
Parameters: |
|
---|---|
Returns: | Returns a list of floats containing only the missing values. |
Return type: | list |
Todo: | Define a more general interface! |