mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 10:09:26 +00:00
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 min Lower bound of the range.
|
||||||
* @param max Upper 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
|
* @return an initializer such that the features will be initialized with
|
||||||
* values within the given range.
|
* values within the given range.
|
||||||
* @throws org.apache.commons.math3.exception.NumberIsTooLargeException
|
* @throws org.apache.commons.math3.exception.NumberIsTooLargeException
|
||||||
@ -55,8 +57,6 @@ public class FeatureInitializerFactory {
|
|||||||
*
|
*
|
||||||
* @param min Lower bound of the range.
|
* @param min Lower bound of the range.
|
||||||
* @param max Upper 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
|
* @return an initializer such that the features will be initialized with
|
||||||
* values within the given range.
|
* values within the given range.
|
||||||
* @throws org.apache.commons.math3.exception.NumberIsTooLargeException
|
* @throws org.apache.commons.math3.exception.NumberIsTooLargeException
|
||||||
|
Loading…
x
Reference in New Issue
Block a user