# File lib/ai4r/data/data_set.rb, line 189
      def check_not_empty
        if @data_items.empty?
          raise ArgumentError, "Examples data set must not be empty."
        end
      end