Initialize an IQSeqFeature object
initialize-IQSeqFeature-method.Rd
Initialize an IQSeqFeature object
Usage
# S4 method for class 'IQSeqFeature'
initialize(
.Object,
name,
coefs,
compute_func,
min_value,
max_value,
quantile = 0.99,
size
)
Arguments
- .Object
The IQSeqFeature object to initialize.
- name
The name of the feature.
- coefs
The coefficients of the feature.
- compute_func
The function to compute the feature.
- min_value
The minimum value for normalization.
- max_value
The maximum value for normalization.
- quantile
The quantile to use for normalization.
- size
The size of the sequences to use for feature computation.