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?