Class | Description |
---|---|
ADWIN<V> |
Adaptive Windowing (ADWIN) is an algorithm for detecting
changes in an input stream.
|
BaseDriftDetector<V> |
Base class for providing common functionality to drift detection algorithms
|
DDM<V> |
DDM (Drift Detection Method) is a drift detector for binary events, and is
meant to detect decreases in the success rate over time.
|
Exception | Description |
---|---|
UnhandledDriftException |
This exception is thrown when a drift detector receives new data even through
the drift was not handled.
|
Copyright © 2017. All rights reserved.