The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
SVMWeighting
Hi everyone!
My question is about how SVMWeighting works exactly.
I went to see the java code but i didn't quite understand it all.
Does anyone know how it really works, could anyone write here a brief description but more descriptive than the rapidminer manual??
Or maybe the pseudocode for this algorithm?
Thanks in advance!!
Ana Luísa
My question is about how SVMWeighting works exactly.
I went to see the java code but i didn't quite understand it all.
Does anyone know how it really works, could anyone write here a brief description but more descriptive than the rapidminer manual??
Or maybe the pseudocode for this algorithm?
Thanks in advance!!
Ana Luísa
0
Answers
SVMWeighting is very simple. As the description states, it uses the coefficients of a linear SVM hyperplane as weights for the attributes. If more than one class is given, a one versus all approch is used to gain all coefficients which are then averaged.
The more complex aspect of this algorithm hides behind the linear SVM...
Greetings,
Sebastian