Can i find the KernelScale that was found automatically in fitcsvm?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Eva
el 18 de Nov. de 2021
Respondida: Prince Kumar
el 24 de Nov. de 2021
I used the function fitcsvm as follows:
mdl = fitcsvm(data,'Type','KernelFunction','rbf','KernelScale','auto')
Thus, the software automatically selects an appropriate kernel scale.
I am interested to know what kernel scale was selected.
Can I find this somewhere?
0 comentarios
Respuesta aceptada
Prince Kumar
el 24 de Nov. de 2021
Hi Eva de Bock,
Yes you can find the kernel scale by using the executing the following code in MATALB terminal
>> mdl.KernelParameters.Scale
Alternatively you can go to worksapce and check for 'KernelParameters' property of mdl.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Classification Ensembles 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!