Documentation of 'org.neuroph.util.random.WeightsRandomizer' Java class
WeightsRandomizer
org.neuroph.util.random

Class WeightsRandomizer

    • Constructor Summary

      Constructors 
      Constructor and Description
      WeightsRandomizer()
      Create a new instance of WeightsRandomizer
      WeightsRandomizer(java.util.Random randomGen)
      Create a new instance of WeightsRandomizer with specified random generator If you use the same random generators, you'll get the same random sequences
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.util.Random getRandomGen() 
      void randomize(NeuralNetwork<?> neuralNetwork)
      Iterates and randomizes all layers in specified network
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WeightsRandomizer

        public WeightsRandomizer()
        Create a new instance of WeightsRandomizer
      • WeightsRandomizer

        public WeightsRandomizer(java.util.Random randomGen)
        Create a new instance of WeightsRandomizer with specified random generator If you use the same random generators, you'll get the same random sequences
        Parameters:
        randomGen - random geneartor to use for randomizing weights
    • Method Detail

      • getRandomGen

        public java.util.Random getRandomGen()
      • randomize

        public void randomize(NeuralNetwork<?> neuralNetwork)
        Iterates and randomizes all layers in specified network
        Parameters:
        neuralNetwork - neural network to randomize

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.