probly.transformation.evidential.classification.common

Shared evidential classification implementation.

Functions

evidential_classification(base)

Create an evidential classification predictor from a base predictor based on [SKK18].

register(cls, appender)

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

probly.transformation.evidential.classification.common.register(cls, appender)[source]

Register a base model that the activation function will be appended to.

Parameters:
  • cls (LazyType)

  • appender (Callable)

Return type:

None