git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1560956 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2014-01-24 11:58:00 +00:00
parent d42fcbdb2f
commit fbd429f2d7
1 changed files with 2 additions and 2 deletions

View File

@ -38,6 +38,8 @@ public class FeatureInitializerFactory {
*
* @param min Lower bound of the range.
* @param max Upper bound of the range.
* @param rng Random number generator used to draw samples from a
* uniform distribution.
* @return an initializer such that the features will be initialized with
* values within the given range.
* @throws org.apache.commons.math3.exception.NumberIsTooLargeException
@ -55,8 +57,6 @@ public class FeatureInitializerFactory {
*
* @param min Lower bound of the range.
* @param max Upper bound of the range.
* @param rng Random number generator used to draw samples from a
* uniform distribution.
* @return an initializer such that the features will be initialized with
* values within the given range.
* @throws org.apache.commons.math3.exception.NumberIsTooLargeException