From 46220b34337e2ea65dc97eae383f6ca5113c0d60 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 26 Nov 2020 14:43:26 +0100 Subject: some comments --- lib/pelt.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/pelt.py') 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) -- cgit v1.2.3