Package weka.core

Interface Randomizable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getSeed()
      Gets the seed for the random number generations
      void setSeed​(int seed)
      Set the seed for random number generation.
    • Method Detail

      • setSeed

        void setSeed​(int seed)
        Set the seed for random number generation.
        Parameters:
        seed - the seed
      • getSeed

        int getSeed()
        Gets the seed for the random number generations
        Returns:
        the seed for the random number generation