Problem with fitceco can you help me please ?

1 view (last 30 days)
Hello guys, i have trouble with fitcecoc function, can you help me please ?

Accepted Answer

Srivardhan Gadila
Srivardhan Gadila on 23 Mar 2021
Change line 48 to:
classifier = fitcecoc(trainingFeatures,trainingLabels,'Coding','onevsall','ObservationsIn','columns')
Refer to the description of Name-Value Pair Arguments & Examples of the fitcecoc function for more information.
If the above line doesn't resolve the issue then can you provide the complete information about the error.
  1 Comment
Hind Haboubi
Hind Haboubi on 4 Apr 2021
Thank you so much for the response.
Actually i've download libsvm and the function worked

Sign in to comment.

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!