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
"Calculation of confidence values"
Hello,
for my bachelor thesis i want to compare how accurate the calculation of the confidence values for different classification algorithms is. However in the documentation I couldn't find how the confidence actually is calculated. Is there a documentation where the calculation methods for each classifier is listed? Or could someone tell me where i can find the calculation in the source code?
Thanks a lot in advance
for my bachelor thesis i want to compare how accurate the calculation of the confidence values for different classification algorithms is. However in the documentation I couldn't find how the confidence actually is calculated. Is there a documentation where the calculation methods for each classifier is listed? Or could someone tell me where i can find the calculation in the source code?
Thanks a lot in advance
Tagged:
0
Answers
Once you got that, you can find the class corresponding to a certain operator by first looking up the key of the operator in a file called OperatorsCoreDoc.xml, and then look up the class name for that key in OperatorsCore.xml.
Modelling operators usually create a model, which then should implement the calculation of confidence values.
It is probably a good idea to first look for papers describing the "standard way" of calculating confidences for the different methods, and then validate versus the code (or by trying out the models on an easy dataset).
Best regards,
Marius