Class MajorityPlaneBoundaryModel

    • Constructor Detail

      • MajorityPlaneBoundaryModel

        public MajorityPlaneBoundaryModel()
    • Method Detail

      • buildDefaultModelPlane

        public void buildDefaultModelPlane​(weka.core.Instances dataset)
                                    throws Exception
        Builds a default decision boundary if there are instances belonging to only one class.
        Parameters:
        dataset -
        Throws:
        Exception
      • isUseDefault

        public boolean isUseDefault()
        Returns:
        the useDefault
      • isDebug

        public boolean isDebug()
        Specified by:
        isDebug in interface weka.core.Debuggable
        Returns:
        the debug
      • setDebug

        public void setDebug​(boolean debug)
        Specified by:
        setDebug in interface weka.core.Debuggable
        Parameters:
        debug - the debug to set