We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 067b65b commit 2517957Copy full SHA for 2517957
test/runtests.jl
@@ -67,6 +67,7 @@ using KernelFunctions: metric
67
include(joinpath("kernels", "exponential.jl"))
68
include(joinpath("kernels", "exponentiated.jl"))
69
include(joinpath("kernels", "fbm.jl"))
70
+ include(joinpath("kernels", "gabor.jl"))
71
include(joinpath("kernels", "kernelproduct.jl"))
72
include(joinpath("kernels", "kernelsum.jl"))
73
include(joinpath("kernels", "matern.jl"))
0 commit comments