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
"Render Performance Vector as a image?"
rm_user2012
Member Posts: 4 Contributor I
Hi,
Is it possible to render a performance vector (i.e. confusion matrix) as an image in a java application?
I know that it is possible to render a decision tree model as a image but i can't figure it out for the performance vector.
I see that the performance vector can be passed as Tableable . Is there a way to render the Tableable object?
Can anyone help?
Thanks in advance!
Cheers,
Marc
Is it possible to render a performance vector (i.e. confusion matrix) as an image in a java application?
I know that it is possible to render a decision tree model as a image but i can't figure it out for the performance vector.
I see that the performance vector can be passed as Tableable . Is there a way to render the Tableable object?
Can anyone help?
Thanks in advance!
Cheers,
Marc
Tagged:
0
Answers
you might want to have a look at the ConfusionMatrixViewer class.
Regards,
Marco