Both MAHOUT-334 and MAHOUT-228 will help you with your memory problems. Both are on-line algorithms which means that they use a constant amount of memory regardless of how many training examples you have.
On Sat, Jul 10, 2010 at 4:15 PM, Viva Friend <[email protected]> wrote: > Hi All, > > I have been using SVM LibLINEAR > http://wiki.pentaho.com/display/DATAMINING/LibLINEAR in WEKA. After > maxing out the physical memory size of machine, I am still facing > OutOfMemoryError > > Will Mahout implementations eliminate all memory limitation issues > because of its distributed processing nature? > > For example, will the following jira issue for implementing LibLinear > in Mahhout solve the OutOfMemoryError in WEKA LibLinear > implementation? > https://issues.apache.org/jira/browse/MAHOUT-334 > > Thanks in advance. > > vivafriend >
