dirichlet_clipped_exp_one_activation¶ probly.transformation.dirichlet_clipped_exp_one_activation(base: T) → T[source]¶ Append clipped exp plus one so logits become Dirichlet concentrations. Parameters: base – The base logit classifier to be wrapped. Returns: A predictor returning Dirichlet alpha with values bounded below by 1.