summaryrefslogtreecommitdiff
path: root/lib/pelt.py
diff options
context:
space:
mode:
authorDaniel Friesel <daniel.friesel@uos.de>2020-11-26 14:43:26 +0100
committerDaniel Friesel <daniel.friesel@uos.de>2020-11-26 14:43:26 +0100
commit46220b34337e2ea65dc97eae383f6ca5113c0d60 (patch)
tree64b48b5a91014c6dfe8db471ac2489c44a6cdf15 /lib/pelt.py
parentbbef876335d0603a86393ef8dcceaca24094e599 (diff)
some comments
Diffstat (limited to 'lib/pelt.py')
-rw-r--r--lib/pelt.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/pelt.py b/lib/pelt.py
index 518bef7..8858533 100644
--- a/lib/pelt.py
+++ b/lib/pelt.py
@@ -10,8 +10,7 @@ def PELT_get_changepoints(algo, penalty):
return res
-# calculates the raw_states for measurement measurement. num_measurement is used to identify the
-# return value
+# calculates the raw_states for a measurement. num_measurement is used to identify the return value
# penalty, model and jump are directly passed to pelt
def PELT_get_raw_states(num_measurement, algo, penalty):
changepoints = algo.predict(pen=penalty)