You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,10 @@ Package: ccdrAlgorithm
2
2
Title: CCDr Algorithm for Learning Sparse Gaussian Bayesian Networks
3
3
Version: 0.0.1
4
4
Date: 2016-08-08
5
-
Authors@R: person("Bryon", "Aragam", email = "sparsebn@gmail.com", role = c("aut", "cre"))
5
+
Authors@R: c(
6
+
person("Bryon", "Aragam", email = "sparsebn@gmail.com", role = c("aut", "cre")),
7
+
person("Dacheng", "Zhang", role = c("aut"))
8
+
)
6
9
Maintainer: Bryon Aragam <sparsebn@gmail.com>
7
10
Description: Implementation of the CCDr (Concave penalized Coordinate Descent with reparametrization) structure learning algorithm as described in Aragam and Zhou (2015) <http://www.jmlr.org/papers/v16/aragam15a.html>. This is a fast, score-based method for learning Bayesian networks that uses sparse regularization and block-cyclic coordinate descent.
0 commit comments