JuliaGaussianProcesses / KernelFunctions.jl

Julia package for kernel functions for machine learning
https://juliagaussianprocesses.github.io/KernelFunctions.jl/stable/
MIT License
267 stars 32 forks source link

Rename `kernelmatrix` to `kernel_matrix` #503

Open theogf opened 1 year ago

theogf commented 1 year ago

To agree with our style guide, we should have underscores separating words (snake_case), and kernelmatrix (as well as other functions) should follow this rule