Click or drag to resize

BaseSequenceManagerReconstructionWindowHalfSize Property

Defines how many reconstructions must be processed around the selected index. If GetReconstruction(ReconstructionResults, Int32, Boolean) is called for index i, outputs in range [i - ReconstructionWindowHalfSize, i + ReconstructionWindowHalfSize] are reconstructed to optimize the process and anticipate the call to future indices.

Namespace: LynceeTec.API.Sequence
Assembly: LynceeTec.API.Sequence (in LynceeTec.API.Sequence.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:36 UTC
Syntax
public int ReconstructionWindowHalfSize { get; set; }

Property Value

Int32
See Also