The goal of this submodule is to provide a flexible interface to compute arbitrary features on each channel and epoch (temporal slices) of a multivariate time series (Polygraph). Features are grouped in families of several features (e.g. Power Features may contain mean power, variance of power, ...). Feature factory computes features for arbitrary feature families and group them in a data.frame
Bases: pyrem.feature_families.SignalFeatureBase
Bases: pyrem.feature_families.SignalFeatureBase
Bases: object
A feature family object is a process returning a vector of features upon analysis of some data. Features are returned as a pandas DataFrame object, with column names for features. Each feature name is prefixed by the name of the feature family. This is an abstract class designed to be derived by:
Compute one vector of features from polygraph.
Parameters: | data (Polygraph) – A signal |
---|---|
Returns: | a one-row dataframe |
Return type: | DataFrame |
Bases: pyrem.feature_families.SignalFeatureBase
Bases: pyrem.feature_families.SignalFeatureBase
Bases: pyrem.feature_families.SignalFeatureBase
Bases: pyrem.feature_families.SignalFeatureBase
Bases: pyrem.feature_families.SignalFeatureBase
Bases: pyrem.feature_families.AnnotationFeatureBase