Class AttributePenalty

java.lang.Object
adaa.analytics.rules.logic.induction.AttributePenalty
All Implemented Interfaces:
IFinderObserver, IQualityModifier

public class AttributePenalty extends Object implements IQualityModifier, IFinderObserver
  • Field Details

    • penaltyStrength

      protected double penaltyStrength
    • new2allSaturation

      protected double new2allSaturation
    • compensationFactor

      protected double compensationFactor
    • rulesetAttributes

      protected MultiSet<String> rulesetAttributes
    • currentRuleAttributes

      protected MultiSet<String> currentRuleAttributes
    • cumulativePenalty

      protected double cumulativePenalty
    • pruningMode

      protected boolean pruningMode
  • Constructor Details

    • AttributePenalty

      public AttributePenalty(double penaltyStrength, double penaltySaturation)
  • Method Details