noveltydetectionclassifier
NoveltyDetectionClassifier
Bases: MiniBatchClassifier
Source code in streamndr/model/noveltydetectionclassifier.py
get_class_unknown_rate()
Returns the unknown rate per class. Represents the percentage of unknown samples on the total number of samples of that class seen during the stream.
Returns:
| Type | Description |
|---|---|
dict
|
Dictionary containing the unknown rate of each class |
Source code in streamndr/model/noveltydetectionclassifier.py
get_unknown_rate()
Returns the unknown rate, represents the percentage of unknown samples on the total number of samples classified in the online phase.
Returns:
| Type | Description |
|---|---|
float
|
Unknown rate |