Class StatisticalRuleHelper


  • @Deprecated
    public class StatisticalRuleHelper
    extends Object
    Deprecated.
    This class is used to implement the core logic of a StatisticalRule. Concrete Rule implementations should delegate to an instance of this class.
    Author:
    David Dixon-Peugh Aug 8, 2002 StatisticalRule.java
    • Constructor Detail

      • StatisticalRuleHelper

        public StatisticalRuleHelper​(AbstractRule rule)
        Deprecated.
    • Method Detail

      • addDataPoint

        public void addDataPoint​(DataPoint point)
        Deprecated.
      • apply

        public void apply​(RuleContext ctx)
        Deprecated.