OnInitializationCompletedListener

fun interface OnInitializationCompletedListener<T : IntervalDetector<T, *, *, *, *, *, *>>

Interface to notify when detector completes its initialization.

Parameters

T

an implementation of IntervalDetector

Functions

Link copied to clipboard
abstract fun onInitializationCompleted(detector: T, baseNoiseLevel: Double)

Called when initial static period successfully completes and base noise level is estimated so that static and dynamic periods can be detected.