"Render Performance Vector as a image?"
rm_user2012
New Altair Community Member
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
-
Hi,
you might want to have a look at the ConfusionMatrixViewer class.
Regards,
Marco0