trthatcher / MLKernels.jl

Machine learning kernels in Julia.
http://trthatcher.github.io/MLKernels.jl/dev/
MIT License
78 stars 37 forks source link

add constructor for RBFKernel #86

Closed Roger-luo closed 5 years ago

Roger-luo commented 5 years ago

Hi, folks

I'm just wondering if it make more sense to use the convention in wiki (here) instead of just define it as an alias

I found it a little bit confusing (not very intuitive) while searching wiki, if this name does refer to RBF kernel, since it is completely the same to SquaredExponentialKernel...

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.7%) to 93.506% when pulling d667ab405df245e36df91ea2f2b33a655976b57f on Roger-luo:roger-patch into 089f3c95fa8ad3824385c0523b775a33537a0a73 on trthatcher:master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.7%) to 93.506% when pulling d667ab405df245e36df91ea2f2b33a655976b57f on Roger-luo:roger-patch into 089f3c95fa8ad3824385c0523b775a33537a0a73 on trthatcher:master.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.7%) to 93.506% when pulling d667ab405df245e36df91ea2f2b33a655976b57f on Roger-luo:roger-patch into 089f3c95fa8ad3824385c0523b775a33537a0a73 on trthatcher:master.

trthatcher commented 5 years ago

Thanks @Roger-luo, that was definitely an oversight on my end.