0

Hello can someone explain what the @ symbol does in this case:

X_train@(population[i]).T

if we have this formula with population being an array, X_train being an array of data, and i being an integer. What is the use of @? what does it do? and what can I replace it with?

  • 1
    I think it’s the matrix multiplication operator. see : https://stackoverflow.com/a/28997112/229792 – VK0537 Nov 15 '21 at 10:22

0 Answers0