f_new
FNew
Bases: MultiClassMetric
Metric F_new, which represents the percentage of known classes misclassified as novel.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
known_classes |
list of int
|
List of known labels, the labels the algorithm knows prior to the online phase |
required |
cm |
ConfusionMatrixNovelty
|
Optional, can specify an already existing confusion matrix instead of creating a new one for the metric |
None
|
Attributes:
Name | Type | Description |
---|---|---|
cm |
ConfusionMatrixNovelty
|
Confusion matrix |