alibi_detect.utils.keops.kernels
DeepKernel
DeepKernelConstructor
DeepKernel(self, proj: torch.nn.modules.module.Module, kernel_a: Union[torch.nn.modules.module.Module, typing_extensions.Literal['rbf']] = 'rbf', kernel_b: Union[torch.nn.modules.module.Module, typing_extensions.Literal['rbf'], NoneType] = 'rbf', eps: Union[float, typing_extensions.Literal['trainable']] = 'trainable') -> NoneName
Type
Default
Description
Properties
Property
Type
Description
Methods
forward
forwardforward(x_proj: pykeops.torch.lazytensor.LazyTensor.LazyTensor, y_proj: pykeops.torch.lazytensor.LazyTensor.LazyTensor, x: Optional[pykeops.torch.lazytensor.LazyTensor.LazyTensor] = None, y: Optional[pykeops.torch.lazytensor.LazyTensor.LazyTensor] = None) -> pykeops.torch.lazytensor.LazyTensor.LazyTensorName
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_mean
sigma_meanName
Type
Default
Description
Last updated
Was this helpful?

