please tell me the meaning of this line

32 views (last 30 days)
y = round(sim(net1,T))

Accepted Answer

Walter Roberson
Walter Roberson on 16 Mar 2014
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.

More Answers (0)

Categories

Find more on Deep Learning Toolbox in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!