Getting Error, "kernel function is not a valid parameter name".
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hassan Ashraf
el 29 de Ag. de 2019
Respondida: Don Mathis
el 3 de Sept. de 2019
I am trying to train a SVM Classifier but getting qn error in this line.
svmStruct = fitcsvm(trSets,trGroup, 'HyperparameterOptimizationOptions',struct('showplot',true),'kernel_function', 'linear','KernelScale',1);
Can anyone point out, what is wrong with this line of code?
2 comentarios
Respuesta aceptada
Don Mathis
el 3 de Sept. de 2019
Type
help fitcsvm
and I think you will see that the argument is spelled
'KernelFunction'
not
'kernel_function'
.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!