Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1560956 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d42fcbdb2f
commit
fbd429f2d7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue