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
Answers
Can you be more specific? What is MCC? Matthews Correlation Coefficient?
Varun
https://www.varunmandalapu.com/
Be Safe. Follow precautions and Maintain Social Distancing
If Varun is right, you can use :
- a Confusion Matrix to Exampleset operator,
- 4 Extract Macro operators (to extract the TP, TN, FP and FN)
- a Generate Macro operator to calculate the MCC according to the TP,TN,FP,FN
- a Create Exampleset to display the MCC as exampleset in the results panel
Here a process implementing this method (to adapt to your own data) :
Hope this helps,
Regards,
Lionel