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
Metacost operator
danjeharry
Member Posts: 20 Contributor II
Hey all, quick question on the Metacost operator. Is it possible to use with an inner SVM operator? And also, when assigning class costs, how does one know which class of the label is class 1 v class 2 v class 3 (I have a polynomial label).
Thanks
Thanks
0
Answers
You can use an SVM inside the Metacost operator but if you have a polynominal label you have to use the LibSVM operator since the "normal" SVM can only handle binominal labels.
When you check the operator info for a learner you can see which attributes and labels it can handle.
Regarding the class costs class 1 would be the first occuring value within your label, class 2 would be the second one and so on. You can check that by taking a look on the confusion matrix which is created by a performance operator.
Best,
Edin