alibi_detect.od.vaegmm
Constants
logger
loggerlogger: logging.Logger = <Logger alibi_detect.od.vaegmm (WARNING)>OutlierVAEGMM
OutlierVAEGMMConstructor
OutlierVAEGMM(self, threshold: float = None, vaegmm: keras.src.models.model.Model = None, encoder_net: keras.src.models.model.Model = None, decoder_net: keras.src.models.model.Model = None, gmm_density_net: keras.src.models.model.Model = None, n_gmm: int = None, latent_dim: int = None, samples: int = 10, beta: float = 1.0, recon_features: Callable = <function eucl_cosim_features at 0x280c66430>, data_type: str = None) -> NoneName
Type
Default
Description
Methods
fit
fitName
Type
Default
Description
infer_threshold
infer_thresholdName
Type
Default
Description
predict
predictName
Type
Default
Description
score
scoreName
Type
Default
Description
Last updated
Was this helpful?

