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
What to use for Boolean input output?
I am writing an extension and I want to use an input Port and an output Port to deliver and get boolean data.
However, when I tried to use Boolean Nodeyes=yesInput.getData(Boolean.class); , I got an error saying it should be Class <T> instead of Class <Boolean>.
However, when I tried to use Boolean Nodeyes=yesInput.getData(Boolean.class); , I got an error saying it should be Class <T> instead of Class <Boolean>.
0
Answers
I saw you posting multiple questions around creating your own extensions. Unfortunately, I don't know the answers myself, but wanted to make sure you are aware of the documentation that can be found here: For Developers - RapidMiner Documentation
Have a nice weekend