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

Weights from LibSVM

ChrisirgensChrisirgens Member Posts: 14 Contributor II
edited April 2019 in Help
Hi again,

Having had exellent support from Marius I thought I should share some conclusions.

LibSVM does not provide the weights as output, but only as part of the model. In case we would like to use the weights (quite common) then WeightBySVM does not give us the LibSVM weights but the JMySVMLearner version. The solution is to use WriteasText on the LibSVM model outputs and then Filter and GuessTypes to 'clean' and  recast the SVM model data into and ExampleSet of weights which can then be used.

ChrisI
Tagged:
Sign In or Register to comment.