The Scatter 3D Color plot used to be my favourite plot in RM, but I just discovered to my shock that it seems to be limited to 2000 rows with the new 9.2.1 visualizations version now called "Scatter 3D":
I tried "Packed Bubble" as an alternative way of displaying four dimensions at a time, butI got exactly the same error message, this time, for "Plot packedbubble".
Considering that most, if not all, of my datasets for which I need 4D visualization have more than 2000 rows, could someone please help me get around this 2000-row limitation? And might someone know why RapidMiner would actually take away functionality (that is, restricting data to 2000 rows where there was previously no such restriction) in an upgrade to its data visualizations?
I face this error with multiple datasets, but here's the XML process that produced the error above using a built-in sample dataset (you can see that there's nothing special about my "configuration" as the "the current configuration" might suggest, other than I have more than 2000 rows):
<div><br></div><?xml version="1.0" encoding="UTF-8"?><process version="9.2.001"><br> <context><br> <input/><br> <output/><br> <macros/><br> </context><br> <operator activated="true" class="process" compatibility="9.2.001" expanded="true" name="Process"><br> <parameter key="logverbosity" value="init"/><br> <parameter key="random_seed" value="1234"/><br> <parameter key="send_mail" value="never"/><br> <parameter key="notification_email" value=""/><br> <parameter key="process_duration_for_mail" value="30"/><br> <parameter key="encoding" value="SYSTEM"/><br> <process expanded="true"><br> <operator activated="true" class="retrieve" compatibility="9.2.001" expanded="true" height="68" name="Retrieve Transactions" width="90" x="581" y="34"><br> <parameter key="repository_entry" value="//Samples/data/Transactions"/><br> </operator><br> <operator activated="true" class="generate_attributes" compatibility="9.2.001" expanded="true" height="82" name="Generate Attributes" width="90" x="715" y="34"><br> <list key="function_descriptions"><br> <parameter key="pairs" value="if(mod(Amount,2) == 0, true, false)"/><br> </list><br> <parameter key="keep_all" value="true"/><br> </operator><br> <connect from_op="Retrieve Transactions" from_port="output" to_op="Generate Attributes" to_port="example set input"/><br> <connect from_op="Generate Attributes" from_port="example set output" to_port="result 1"/><br> <portSpacing port="source_input 1" spacing="0"/><br> <portSpacing port="sink_result 1" spacing="0"/><br> <portSpacing port="sink_result 2" spacing="0"/><br> </process><br> </operator><br></process><br>