Uses of Package
org.neuroph.util.random

Packages that use org.neuroph.util.random
org.neuroph.core Provides base classes and basic building components for neural networks. 
org.neuroph.util.random Provides weights randomization techniques 
 

Classes in org.neuroph.util.random used by org.neuroph.core
WeightsRandomizer
          Basic weights randomizer, iterates and randomizes all connection weights in network.
 

Classes in org.neuroph.util.random used by org.neuroph.util.random
RangeRandomizer
          This class provides ranged weights randomizer, which randomize weights in specified [min, max] range.
WeightsRandomizer
          Basic weights randomizer, iterates and randomizes all connection weights in network.
 



Copyright © 2012. All Rights Reserved.