ertk.transform.SequenceTransform
- class ertk.transform.SequenceTransform
Bases:
TransformerMixin,BaseEstimatorTransform designed to process sequences of vectors.
- __init__(*args, **kwargs)
Methods
Inherited Methods
__init__(*args, **kwargs)fit_transform(X[, y])Fit to data, then transform it.
get_params([deep])Get parameters for this estimator.
set_output(*[, transform])Set output container.
set_params(**params)Set the parameters of this estimator.