Class WeightedMajorityFeatureRanking.RuleInformation

    • Constructor Detail

      • RuleInformation

        public RuleInformation​(int numAttributes)
    • Method Detail

      • addLiteralAttribute

        public void addLiteralAttribute​(int attribIndex)
      • getAttributesImportance

        public double[] getAttributesImportance()
      • getAttributeImportance

        public double getAttributeImportance​(int attribIndex)
      • update

        public List<Integer> update​(double[] merits,
                                    boolean[] attributesMask,
                                    double threshold)