OnInitializationStartedListener

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

Interface to notify when detector starts initialization.

Parameters

T

an implementation of IntervalDetector

Functions

Link copied to clipboard
abstract fun onInitializationStarted(detector: T)

Called when initial static period starts so that base noise level starts being estimated.