Info

This question is closed. Reopen it to edit or answer.

Need help for classification

1 view (last 30 days)
Meddour Aissam riad
Meddour Aissam riad on 22 May 2019
Closed: MATLAB Answer Bot on 20 Aug 2021
Hi everyone, it's my first time here
So! i have used K-means algorithm to visualise the centroid of a data set
here is an exemple of the result that i could get
untitled.jpg
The little x is the centroid of the distrubution (speed/acceleration)
here the centroid is X=24 Y=2.3
I want to split the graph into small regions. and according to the position of my centroid, I can apply an action or display a text ,
PS: I do not want to use If statement , ​​because this algorithm is intended for a real-time application
  1 Comment
Adam
Adam on 22 May 2019
Edited: Adam on 22 May 2019
'split the graph into small regions' is a bit vague. I'm not sure what you are actually asking for help with here.
Also, you shouldn't be pre-deciding what elements of the language you want to use in an ad-hoc way because you are using a real-time application. There is no more reason why an if statement is unsuitable for real-time applications than any number of other things. Find solutions to problems, then if the code is too slow run a profiler to see what part of it is too slow and start trying to optimise it. Don't jump ahead pre-optimising things that may or may not be a problem.

Answers (0)

Community Treasure Hunt

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

Start Hunting!