diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-08-14 13:31:53 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-08-14 13:31:53 +0100 |
| commit | f3d81f3a386c694abca7a1e475760b5629e34492 (patch) | |
| tree | 3201b00757722365c0ee2e59bd5f6e28d9c9950d | |
| parent | Bump labella.py version and update rankplots (diff) | |
| download | TCPDBench-f3d81f3a386c694abca7a1e475760b5629e34492.tar.gz TCPDBench-f3d81f3a386c694abca7a1e475760b5629e34492.zip | |
Minor readme updates
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,7 @@ Dataset](https://github.com/alan-turing-institute/TCPD) (TCPD). - [An Evaluation of Change Point Detection Algorithms](https://arxiv.org/abs/2003.06222) by [Gertjan van den Burg](https://gertjan.dev) and [Chris Williams](https://homepages.inf.ed.ac.uk/ckiw/). +- [Annotation Tool](https://github.com/alan-turing-institute/annotatechange) ## Introduction @@ -322,6 +323,7 @@ main <- function() # convert result$locations to 0-based if needed exit.success(data$original, args, params, locations, runtime) +} ``` Remember to add the following to the bottom of the script so it can be run |
