Getting Error, "kernel function is not a valid parameter name".
Mostrar comentarios más antiguos
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
Walter Roberson
el 29 de Ag. de 2019
Which MATLAB version are you using?
Hassan Ashraf
el 29 de Ag. de 2019
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Statistics and Machine Learning Toolbox en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!