Pass a java script into rapidminer

Papad
Papad New Altair Community Member
edited November 2024 in Community Q&A
Hi everyone,
I have a dataset and I want to make every columns as an array in java.
Then I want to produce some numbers after operating these arrays.
What should I include in my script? How to I pass my dataset into my script?
Thanks in advance.
Tagged:

Best Answer

  • SGolbert
    SGolbert New Altair Community Member
    Answer ✓
    Hi @Papad

    You can use the Execute Script operator. It uses a language called Groovy, that is compatible with Java. The operator's tutorial process will give you a good overview.

    Kind regards,
    Sebastian

Answers

  • SGolbert
    SGolbert New Altair Community Member
    Answer ✓
    Hi @Papad

    You can use the Execute Script operator. It uses a language called Groovy, that is compatible with Java. The operator's tutorial process will give you a good overview.

    Kind regards,
    Sebastian