Is there a way to get rid of an ExampleTable?

Pascal_WelkePascal_Welke Member Posts: 10 Contributor II
edited November 2018 in Help
Hey there,

I am writing an operator for preprocessing which gets an ExampleSet as input and creates a new MemoryExampleTable wich will deliver data for output.
Is there a way to delete the no longer needed ExampleTable which provided the input?

Greetings.
Pascal
Tagged:

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi Pascal,
    the memory example table will be deleted by the garbage collection as soon as no objects holds a reference on it. So if you don't remember it in your operator or resulting IOObjects, it will be deleted automatically.

    Greetings,
      Sebastian
  • Pascal_WelkePascal_Welke Member Posts: 10 Contributor II
    Thank you for your fast reply. I know now what to do.
    Regards
    Pascal
Sign In or Register to comment.