dfr_multi_criteria | R Documentation |
Implements Multi Criteria drift detectors
dfr_multi_criteria(drifter_list, combination = "or", fuzzy_window = 10)
drifter_list |
List of drifters to combine. |
combination |
How the drifters will be combined. Possible values: 'fuzzy', 'or', 'and'. |
fuzzy_window |
Sets the fuzzy window size. Only if combination = 'fuzzy'. |
Drifter object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.