fosanalysis
A framework to evaluate distributed fiber optic sensor data
Loading...
Searching...
No Matches
repair.py File Reference

Go to the source code of this file.

Classes

class  fosanalysis.preprocessing.repair.NaNFilter
 A filter, that removes any columns from a given number of data sets (matrix), that contain not a number entries. More...
 
class  fosanalysis.preprocessing.repair.Repair
 Base class for algorithms to replace/remove missing data with plausible values. More...
 
class  fosanalysis.preprocessing.repair.ScipyInterpolation1D
 Replace dropouts (NaNs) with values interpolated by the given method. More...
 

Namespaces

namespace  fosanalysis
 Central package of fosanalysis.
 
namespace  fosanalysis.preprocessing
 Contains modules for data preprocessing, like:
 
namespace  fosanalysis.preprocessing.repair
 Contains class implementations, for strain function repair algorithms.