RuleSetEvaluation.ViolationIndexes Property

Gets the set of point indexes that are included in at least one violation.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public IEnumerable<int> ViolationIndexes { get; }

Property Value

IEnumerable<Int32>

Remarks

This property provides a convenient way to iterate over all point indexes that are involved in at least one rule violation. It is computed lazily and relies on the ViolationsByIndex dictionary.

See Also