From b5bf736c5530748bfe0488845889b34e5caaa88e Mon Sep 17 00:00:00 2001 From: Haritha Date: Thu, 21 Jun 2018 14:22:49 +0530 Subject: [PATCH] description edit --- src/mlpack/methods/ann/layer/subview.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mlpack/methods/ann/layer/subview.hpp b/src/mlpack/methods/ann/layer/subview.hpp index 3986386d7f..cbbee132c7 100644 --- a/src/mlpack/methods/ann/layer/subview.hpp +++ b/src/mlpack/methods/ann/layer/subview.hpp @@ -38,6 +38,7 @@ class Subview * Create the Subview layer object using the specified range of input to * accept. * + * @param inSize Width of sample. * @param beginRow Starting row index. * @param endRow Ending row index. * @param beginCol Starting column index.