Last minutes' change.
git-svn-id: file:///home/svnrepos/software/liblbfgs/trunk@16 ecf4c44f-38d1-4fa4-9757-a0b4dd0349fc
This commit is contained in:
@@ -263,7 +263,7 @@ typedef struct {
|
||||
* (i.e., \ref orthantwise_c != 0). This parameter b (0 <= b < N)
|
||||
* specifies the index number from which the library computes the
|
||||
* L1 norm of the variables x,
|
||||
* |x| := |x_{b} + x_{b+1} + ... + x_{N}|
|
||||
* |x| := |x_{b}| + |x_{b+1}| + ... + |x_{N}| .
|
||||
* In other words, variables x_1, ..., x_{b-1} are not used for
|
||||
* computing the L1 norm. Setting b (0 < b < N), one can protect
|
||||
* variables, x_1, ..., x_{b-1} (e.g., a bias term of logistic
|
||||
|
||||
Reference in New Issue
Block a user