prosi3d.meta package
Submodules
prosi3d.meta.analysis module
Abstract Base Class for every class analyzing the measured data
prosi3d.meta.classifier module
Abstract Base Class for data models that conduct classification upon the input data
prosi3d.meta.cluster module
Abstract Base Class for data models that conduct clustering upon the input data
prosi3d.meta.descriptor module
Abstract Base Class for preprocessors that outputs descriptive statistics of the raw data
- class prosi3d.meta.descriptor.Descriptor[source]
Bases:
PreprocessorKeep in mind that you have to define the abstract methods inherited from DataModel
prosi3d.meta.featureExtractor module
Abstract Base Class for preprocessors that outputs features of the raw data that are required for machine learning models
- class prosi3d.meta.featureExtractor.FeatureExtractor[source]
Bases:
PreprocessorKeep in mind that you have to define the abstract methods inherited from Preprocessor
prosi3d.meta.inferstatistics module
Abstract Base Class for data models that conducts inferential statistics on the input data
prosi3d.meta.postprocessor module
prosi3d.meta.preprocessor module
Abstract Base Class for every class manipulating or extracting information from the measured data
prosi3d.meta.regressor module
Abstract Base Class for data models that conduct regression upon the input data
prosi3d.meta.slicer module
Abstract Base Class for preprocessors that slice and group the raw data
- class prosi3d.meta.slicer.Slicer[source]
Bases:
PreprocessorKeep in mind that you have to define the abstract methods inherited from DataModel