From 056f396ad495b581ae3f9a90e95814d69ddef606 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Wed, 21 Oct 2020 15:37:13 +0800 Subject: [PATCH] update docs --- src/lib/sgd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/sgd.h b/src/lib/sgd.h index 06dcc46..a3b64a9 100644 --- a/src/lib/sgd.h +++ b/src/lib/sgd.h @@ -140,7 +140,7 @@ typedef struct * @param x Pointer of the solution. * @param g Pointer of the model gradient. * @param n_size Length of the solution. - * @param m Length of the observation. + * @param m Index of the observation. * * @return Value of objective function. */