MATLAB: Please tell me the meaning of this line

neural network

y = round(sim(net1,T))

Best Answer

Run the neural network "net1" on data "T". The outputs are class numbers, but they are not necessarily going to be exact integers. Round the class numbers to the closest exact integers.