You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2022/01/06 00:07:44 UTC

[commons-math] 02/04: Javadoc.

This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git

commit 382759b4cda1925fcdc42dfc25f2f681555719d4
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Thu Jan 6 00:16:40 2022 +0100

    Javadoc.
---
 .../src/main/java/org/apache/commons/math4/neuralnet/Network.java        | 1 +
 1 file changed, 1 insertion(+)

diff --git a/commons-math-neuralnet/src/main/java/org/apache/commons/math4/neuralnet/Network.java b/commons-math-neuralnet/src/main/java/org/apache/commons/math4/neuralnet/Network.java
index 946d85f..8a21bb4 100644
--- a/commons-math-neuralnet/src/main/java/org/apache/commons/math4/neuralnet/Network.java
+++ b/commons-math-neuralnet/src/main/java/org/apache/commons/math4/neuralnet/Network.java
@@ -92,6 +92,7 @@ public class Network
      * @param neighbourIdList Links associated to each of the neurons in
      * {@code idList}.
      * @throws IllegalArgumentException if an inconsistency is detected.
+     * @return a new instance.
      */
     public static Network from(int featureSize,
                                long[] idList,