Processing Time for Data

7 views (last 30 days)
john amoo otoo
john amoo otoo on 26 Jan 2023
If I have a data with a training sample of 1012 and testing sample of 50. My classification algorithm gave a training time of 2.1secs.
How can I find the processing time or time of arrival of the signal
  2 Comments
prasanth s
prasanth s on 27 Jan 2023
data size?. what classification algorithm?. "arrival of the signal" means?
john amoo otoo
john amoo otoo on 30 Jan 2023
Data size is 1012samples and classifivcation algorithm is KNN and Fine Decision Tree. Arrival of the signal is the processing time.

Sign in to comment.

Answers (1)

Sulaymon Eshkabilov
Sulaymon Eshkabilov on 30 Jan 2023
You can try: tic .. toc

Categories

Find more on Statistics and Machine 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!