cpf
Protocol definition for Bayesian change-point score functions.
- class pysatl_cpd.algorithms.online.bayesian.protocol.cpf.IBayesianCPF(*args, **kwargs)[source]
Bases:
ProtocolInterface for scalar Bayesian change-point score functions.
- calculate(run_length_log_posterior)[source]
Convert the current run-length posterior into a scalar score.
- __init__(*args, **kwargs)