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.1.23514.0 , built 2023-11-07 12:21:53 UTC
Syntax
public int ReconstructionWindowHalfSize { get; set; }

Property Value

Type: Int32
See Also