entry

Reset online benchmark entry point types.

class pysatl_cpd.benchmark.online.reset.entry.OnlineResetBenchmarkEntry(detector)[source]

Bases: object

A dataclass wrapping an OnlineResetDetector for benchmark use.

Variables:

detector – The reset online detector to benchmark.

Parameters:

detector (OnlineResetDetector)

detector: OnlineResetDetector
property description: ChangePointDetectorDescription

Description extracted from the wrapped detector.

Return type:

ChangePointDetectorDescription

__init__(detector)
Parameters:

detector (OnlineResetDetector)

Return type:

None