Vincent-Vercruyssen / transfertools

Python toolbox for transfer learning.
Apache License 2.0
30 stars 6 forks source link

Update tca.py #5

Open Freakwill opened 2 years ago

Freakwill commented 2 years ago

replace np.hstack/np.vstack with np.block to make the code more readable.