diff --git a/src/main/java/org/apache/commons/math3/ml/neuralnet/FeatureInitializerFactory.java b/src/main/java/org/apache/commons/math3/ml/neuralnet/FeatureInitializerFactory.java index fd1dd80b1..32fd235b9 100644 --- a/src/main/java/org/apache/commons/math3/ml/neuralnet/FeatureInitializerFactory.java +++ b/src/main/java/org/apache/commons/math3/ml/neuralnet/FeatureInitializerFactory.java @@ -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