I need to simulate randomly missing values from the datatable. How can I do this effectively? I've tried the following way, it works ok, but extremly slow.
Column Splitter, splits the class column from the attribute columns, Java Edit Variable returns a pseudorandom value from 0 to number of rows, and Row Filter removes row indicated by this variable, this is recrusively repeated for n times.