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
    • Field Detail

      • SIGMA_DESCRIPTOR

        @Deprecated
        static final DoubleProperty SIGMA_DESCRIPTOR
        Deprecated.
        Not useful, will not be replaced.
      • MINIMUM_DESCRIPTOR

        static final DoubleProperty MINIMUM_DESCRIPTOR
        Deprecated.
      • TOP_SCORE_DESCRIPTOR

        @Deprecated
        static final IntegerProperty TOP_SCORE_DESCRIPTOR
        Deprecated.
        Not useful, will not be replaced.
    • Method Detail

      • addDataPoint

        void addDataPoint​(DataPoint point)
        Deprecated.
      • getViolationParameters

        java.lang.Object[] getViolationParameters​(DataPoint point)
        Deprecated.