Hi,
I have a data with 4615 observations and I am applying ' LOFOutlierDetection' on this data. But doing this, I get the error, "OutOfMemoryError Caught: Java heap space". Below i paste the code:
<operator name="Root" class="Process" expanded="yes">
<operator name="CSVExampleSource" class="CSVExampleSource">
<parameter key="filename" value="E:\Inputs\Datafile.csv"/>
</operator>
<operator name="LOFOutlierDetection" class="LOFOutlierDetection">
<parameter key="minimal_points_lower_bound" value="3"/>
<parameter key="minimal_points_upper_bound" value="3"/>
</operator>
</operator>
I tried to increase the allocated memory in 'RapidMinerGUI.bat' (MAX_JAVA_MEMORY), but this was not useful.
How can I tackle this memory issue?
Details of my system:
2.79 GHz, 0.99GB of RAM.... I can increase my RAM size to 2GB too, but again the problem persists.
Thanks in advance,
Shubha.