R API
This is the class and function reference of Rcatch22. Please refer to the user guide for further details as the class and function specifications may not be sufficient to give full context on their
Last updated
This is the class and function reference of Rcatch22. Please refer to the user guide for further details as the class and function specifications may not be sufficient to give full context on their
Last updated
The Rcatch22
package provides functionality for extracting the catch22 feature set from time series data.
Automatically run every time-series feature calculation included in the catch22 set.
Parameter | Type | Description |
---|---|---|
A data frame containing the calculated feature values. The data frame has two columns: names
(feature names) and values
(corresponding feature values):
Key | Type | Description |
---|---|---|
The Rcatch22
package provides direct access to the individual feature extraction methods implemented in C. These methods can be called directly using their respective function names (as given by the long name in the table of features):
Parameter | Type | Description |
---|---|---|
Value | Type | Description |
---|---|---|
data
numeric vector
A numerical vector representing the input time series.
catch24
logical
A logical value indicating whether to include the mean and standard deviation features (catch24). Default is FALSE
.
names
list
A list of catch22/catch24 feature names.
values
list
Corresponding list of feature values.
data
numeric vector
A numerical vector representing the input time series.
value
double
Corresponding feature output.