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
JMySVMLearner - bias calculation
ilaria_gori
Member Posts: 15 Maven
in Help
Please could you help me to understand how the bias (offset) is calculated in the case of classification of 2D vectors with JMySVMLearner?
The vector w is clearly calculated as linear combination of the training vectors (coefficients equal to the Lagrange multipliers times the target), but bias =?
thanks!!
ilaria
The vector w is clearly calculated as linear combination of the training vectors (coefficients equal to the Lagrange multipliers times the target), but bias =?
thanks!!
ilaria
0
Answers
I suggest, you should take a look in the literature about the JMySVM. Probably it is mentioned somewhere. You could start searching here:
T. Joachims, Making large-scale support vector machine learning
practical, Advances in Kernel Methods: Support Vector Machines,
MIT Press, Cambridge, MA, 1998.
Greetings,
 Sebastian
ilaria