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
[SOLVED] Access to IOObject
Hello,
I want to access to the entries of a ConfusionMatrix, so I can visualize the Matrix in my application,
I was trying to get access through the IOObject of the resulting IOContainer, but I didn't find a method.
Can I get access through the IOObject or is there another way to do that?
Thanks a lot for any response in advance!
Regards
I want to access to the entries of a ConfusionMatrix, so I can visualize the Matrix in my application,
I was trying to get access through the IOObject of the resulting IOContainer, but I didn't find a method.
Can I get access through the IOObject or is there another way to do that?
Thanks a lot for any response in advance!
Regards
Tagged:
0
Answers
the following code snippet might help. You can have a look inside the ConfusionMatrixViewer class and check the ConfusionMatrixViewerTable.
Obligatory legal advice:
Please note that if you are using RapidMiner 5 in your application, it must be released under the AGPL v3. If that is not an option, please contact us for an OEM license.
The usage of RapidMiner Studio 6 inside your own application always requires an OEM license.
Regards,
Marco
First of all thank you for your response.
However I get the following exception: How can I handle this problem?
Best Regards
Thanks for any response in advance.
can you please post your process xml?
Regards,
Marco
the process looks like this:
you can get the PerformanceVector by doing this: You can also have a look at the PerformanceVectorRenderer class in the createReportable() method which calls the performanceVector.getCriterion() methods.
Regards,
Marco