RuleViolation Constructor

Initializes a new RuleViolation instance with the specified violation details.

Definition

Namespace: Numerics.NET.Statistics.ProcessControl
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.4.0
C#
public RuleViolation(
	int triggerIndex,
	string ruleId,
	string ruleName,
	int windowStart,
	int windowLength
)

Parameters

triggerIndex  Int32
The zero-based index of the point where the rule violation is detected.
ruleId  String
The stable programmatic identifier for the rule that fired.
ruleName  String
The user-facing display name of the rule.
windowStart  Int32
The zero-based index of the first point in the supporting window.
windowLength  Int32
The count of consecutive observations in the supporting window. Must be at least 1.

See Also