Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed sparse covariance estimation doc
  • Loading branch information
lisitsyn committed Jul 22, 2012
1 parent b99b671 commit b5c0c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shogun/mathematics/SparseInverseCovariance.h
Expand Up @@ -32,7 +32,7 @@ class CSparseInverseCovariance : public CSGObject
/** estimate inverse covariance matrix
*
* @param S empirical covariance matrix
* @param lambda_C regularization constant
* @param lambda_c regularization constant
*/
SGMatrix<float64_t> estimate(SGMatrix<float64_t> S, float64_t lambda_c);

Expand Down

0 comments on commit b5c0c62

Please sign in to comment.