alibi_detect.utils.pytorch.kernels
DeepKernel
DeepKernelConstructor
DeepKernel(self, proj: torch.nn.modules.module.Module, kernel_a: Union[torch.nn.modules.module.Module, str] = 'rbf', kernel_b: Union[torch.nn.modules.module.Module, str, NoneType] = 'rbf', eps: Union[float, str] = 'trainable') -> NoneName
Type
Default
Description
Properties
Property
Type
Description
Methods
forward
forwardforward(x: torch.Tensor, y: torch.Tensor) -> torch.TensorName
Type
Default
Description
from_config
from_configName
Type
Default
Description
get_config
get_configGaussianRBF
GaussianRBFConstructor
Name
Type
Default
Description
Properties
Property
Type
Description
Methods
forward
forwardName
Type
Default
Description
from_config
from_configName
Type
Default
Description
get_config
get_configFunctions
sigma_median
sigma_medianName
Type
Default
Description
Last updated
Was this helpful?

