-
Notifications
You must be signed in to change notification settings - Fork 7
/
DESCRIPTION
25 lines (24 loc) · 892 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Package: penaltyLearning
Maintainer: Toby Dylan Hocking <toby.hocking@r-project.org>
Authors@R: person(
given = c("Toby", "Dylan"),
family = "Hocking",
role = c("aut", "cre"),
email = "toby.hocking@r-project.org")
Version: 2024.9.3
License: GPL-3
Title: Penalty Learning
Description: Implementations of algorithms from
Learning Sparse Penalties for Change-point Detection
using Max Margin Interval Regression, by
Hocking, Rigaill, Vert, Bach
<http://proceedings.mlr.press/v28/hocking13.html>
published in proceedings of ICML2013.
Suggests: neuroblastoma, jointseg,
testthat, future, future.apply,
PeakSegDP, PeakError, PeakSegOptimal,
directlabels (>= 2017.03.31)
Depends: R (>= 2.10)
URL: https://github.com/tdhock/penaltyLearning
BugReports: https://github.com/tdhock/penaltyLearning/issues
Imports: data.table (>= 1.9.8), ggplot2