Macro light_curve_feature::transformer_eval[][src]

macro_rules! transformer_eval {
    () => { ... };
}
Expand description

Helper for FeatureEvaluator implementations using time-series transformation. You must implement:

  • method transform_ts(ts: &mut TimeSeries<T>) -> Result<impl OwnedArrays<T>, EvaluatorError>
  • attribute properties: Box<EvaluatorProperties>