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
"SVM Weighting"
Alright,
I able to process text so that it is classified via SVM; however, I receive a message in the model that states that classification could only be done on two classifiers and I need to apply SVMWeighting for additional classifiers.
What operator is this referring to?
Do I add this before or after the model creation?
Thanks,
Bob
I able to process text so that it is classified via SVM; however, I receive a message in the model that states that classification could only be done on two classifiers and I need to apply SVMWeighting for additional classifiers.
What operator is this referring to?
Do I add this before or after the model creation?
Thanks,
Bob
0
Answers
you can ignore this message unless you want to get a weighting of the attributes used for classification. These weights give you an impression how important attributes (that probably represent words in your case) are for the outcome of the classification.
But the SVM learner isn't able to perform a classification with more than two classes and calculate these weights at the same time. If you need the weights in such a multiclass problem, you should refer to the weight by SVM operator.
Greetings,
 Sebastian