Interface StratifiableSplitGenerator<I,​O>

    • Method Detail

      • setStratify

        void setStratify​(boolean value)
        Sets whether to stratify the data (nominal class).
        Parameters:
        value - whether to stratify the data (nominal class)
      • getStratify

        boolean getStratify()
        Returns whether to stratify the data (in case of nominal class).
        Returns:
        true if to stratify