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
Answers
I don't think that the LibSVM will normalize the values internally. As far as I know, there are no reasons to do that. But if you want to go for sure: Run the LibSVM one time without previous normalization and one time with it. By comparing the model you should be able to find differences if there are one.
If you try, I would appreciate if you could report the results here, since I'm a little bit curious, too
Greetings,
Sebastian
So, I will use normalization before applying the LibSVM learner.
Is there something like a "NormalizationModel" to get the same normalized values for trainig and test examples?
Regards,
Tobias