Interface DecisionBoundaryCombiner

    • Method Detail

      • getDecision

        int getDecision​(weka.core.Instance inst)
                 throws Exception
        Get combined decision of the boundaries (class index)
        Parameters:
        inst -
        Returns:
        Throws:
        Exception
      • getClass

        double getClass​(weka.core.Instance inst)
                 throws Exception
        Get combined decision of the boundaries (class value)
        Parameters:
        inst -
        Returns:
        Throws:
        Exception