diff options
Diffstat (limited to 'lib/pelt.py')
-rw-r--r-- | lib/pelt.py | 3 |
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) |