stealthy {heimdall}R Documentation

Stealthy

Description

Ancestor class for drift adaptive models

Usage

stealthy(model, drift_method, th = 0.5, verbose = FALSE)

Arguments

model

The algorithm object to be used for predictions

drift_method

The algorithm object to detect drifts

th

The threshold to be used with classification algorithms

verbose

if TRUE shows drift messages

Value

Stealthy object

Examples

# See ?dd_ddm for an example of DDM drift detector

[Package heimdall version 1.0.717 Index]