Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AlignPolicy

Package version

Hierarchy

  • AlignPolicy

Index

Properties

Optional alignMode

alignMode: AlignMode

An optional field, indicates how we align different variables into the same time-range which is required by the model.{Inner, Outer}

Optional fillNAMethod

fillNAMethod: FillNAMethod

An optional field, indicates how missed values will be filled with. Can not be set to NotFill, when alignMode is Outer.{Previous, Subsequent, Linear, Zero, Fix, NotFill}

Optional paddingValue

paddingValue: undefined | number

optional field, only be useful if FillNAMethod is set to Pad.

Generated using TypeDoc