This commit is contained in:
Gilles Sadowski 2022-01-06 00:16:40 +01:00
parent c6d5f4b65f
commit 382759b4cd
1 changed files with 1 additions and 0 deletions

View File

@ -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,