Class AssociationRuleGeneration.Par

    • Field Detail

      • FREQUENTITEMALGO_ID

        public static final OptionID FREQUENTITEMALGO_ID
        Parameter to specify the frequentItemsetAlgorithm to be used.
      • INTERESTMEASURE_ID

        public static final OptionID INTERESTMEASURE_ID
        Parameter to specify the interestingness measure to be used.
      • MINMEASURE_ID

        public static final OptionID MINMEASURE_ID
        Parameter to specify the minimum threshold for the interestingness measure.
      • MAXMEASURE_ID

        public static final OptionID MAXMEASURE_ID
        Parameter to specify the maximum threshold for the interestingness measure.
      • minmeasure

        protected double minmeasure
        Parameter for minimum interestingness measure.
      • maxmeasure

        protected double maxmeasure
        Parameter for maximum interestingness measure.
    • Constructor Detail

      • Par

        public Par()
    • Method Detail

      • configure

        public void configure​(Parameterization config)
        Description copied from interface: Parameterizer
        Configure the class.

        Note: the status is collected by the parameterization object, so that multiple errors may arise and be reported in one run.

        Specified by:
        configure in interface Parameterizer
        Parameters:
        config - Parameterization
      • make

        public AssociationRuleGeneration make()
        Description copied from interface: Parameterizer
        Make an instance after successful configuration.

        Note: your class should return the exact type, only this very broad interface should use Object as return type.

        Specified by:
        make in interface Parameterizer
        Returns:
        a new instance