alibi_detect.models.tensorflow.gmm
Functions
gmm_energy
gmm_energygmm_energy(z: tensorflow.python.framework.tensor.Tensor, phi: tensorflow.python.framework.tensor.Tensor, mu: tensorflow.python.framework.tensor.Tensor, cov: tensorflow.python.framework.tensor.Tensor, L: tensorflow.python.framework.tensor.Tensor, log_det_cov: tensorflow.python.framework.tensor.Tensor, return_mean: bool = True) -> Tuple[tensorflow.python.framework.tensor.Tensor, tensorflow.python.framework.tensor.Tensor]Name
Type
Default
Description
gmm_params
gmm_paramsgmm_params(z: tensorflow.python.framework.tensor.Tensor, gamma: tensorflow.python.framework.tensor.Tensor) -> Tuple[tensorflow.python.framework.tensor.Tensor, tensorflow.python.framework.tensor.Tensor, tensorflow.python.framework.tensor.Tensor, tensorflow.python.framework.tensor.Tensor, tensorflow.python.framework.tensor.Tensor]Name
Type
Default
Description
Last updated
Was this helpful?

