amber0309 / HSIC

Python code of Hilbert-Schmidt Independence Criterion
MIT License
77 stars 18 forks source link

about aug #1

Closed ms-cs closed 5 years ago

ms-cs commented 5 years ago

a = np.array([2,3,4]) b = np.array([1,1,2]) hsic_gam(a,b)

what' wrong about a/b? please give a simple! thanks!