probly.transformation.evidential.classification.common¶
Shared evidential classification implementation.
Functions
Create an evidential classification predictor from a base predictor based on [SKK18]. |
|
|
Register a base model that the activation function will be appended to. |
- probly.transformation.evidential.classification.common.evidential_classification(base)[source]¶
Create an evidential classification predictor from a base predictor based on [SKK18].
- Parameters:
base (T) – Predictor, The base model to be used for evidential classification.
- Returns:
Predictor, The evidential classification predictor.
- Return type:
T