Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rezazadeh committed Sep 14, 2014
1 parent 25e9d0d commit 251bb9c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -124,7 +124,7 @@ class MultivariateOnlineSummarizer extends MultivariateStatisticalSummary with S
if (nnz(i) + other.nnz(i) != 0.0) {
currM2(i) += other.currM2(i)
}
// merge l2 together
// merge l1 together
if (nnz(i) + other.nnz(i) != 0.0) {
currL1(i) += other.currL1(i)
}
Expand Down

0 comments on commit 251bb9c

Please sign in to comment.