Skip to contents

This class represents a sequence feature for IQ models, inheriting from IQFeature.

Slots

name

The name of the IQ sequence feature (character).

coefs

The coefficients of the IQ sequence feature (numeric).

compute_func

The function to compute the feature (function).

min_value

The minimum value for normalization (numeric).

max_value

The maximum value for normalization (numeric).

quantile

The quantile to use for normalization (numeric).

size

The size of the sequences to use for feature computation (numeric).