Interface StatisticalRule

  • All Superinterfaces:
    PropertySource, Rule

    @Deprecated
    public interface StatisticalRule
    extends Rule
    Deprecated.
    Statistical rules can be implemented much more easily with plain rules, and this framework is confusing and under-documented. All interfaces and classes related to this rule will be removed by 7.0.0. See also #483.
    This interface tags a Rule as being a Statistical rule, producing various metrics from data points.
    See Also:
    DataPoint, Metric, StatisticalRuleHelper
    • Method Detail

      • addDataPoint

        void addDataPoint​(DataPoint point)
        Deprecated.
      • getViolationParameters

        Object[] getViolationParameters​(DataPoint point)
        Deprecated.