could anyone help me how to solve the error in matlab 2015a

1 visualización (últimos 30 días)
jaah navi
jaah navi el 19 de Dic. de 2019
Comentada: Adam Danz el 19 de Dic. de 2019
when i run the command line
Md1=fitcsvm(X_train_w_best_features,y_train,'kernelFunction','rbf',...
'OptimizeHyperparameters','auto',...
'HyperparameterOptimizationOptions',struct('AcquisitionFunctionName',...
'expected-improvement-plus','ShowPlots',true))
I am getting error stating OptimizeHyperparameters is not a valid parameter name.I think it is of version 2015a.But the command line gets executed in 2018a.
Could anyone help me how to execute in 2015a.
  1 comentario
Adam Danz
Adam Danz el 19 de Dic. de 2019
In the current documentation, if you look at the name-value pair options for fitcsvm() you'll notice a OptimizeHyperparameters option.
Now check the documentation for the same function for r2015a. Here is a list of archived documentation links.
  1. Select the Matlab release
  2. search for fitcsvm
  3. Within the fitcsvm page, search for "OptimizeHyperparameters"
If that option is no where on the page, that means it wasn't available in that relase. If that option is on the page, compare that section of documentation to the current documentation.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Programming en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by