MATLAB: Not enough computer memory to train the data…

computer memoryldatraining data

If my LDA is to train the data but I have not enough computer memory to train the data, what should I do? I tried splitting the data and used one of it to train. However, how should I input the rest of the training data?

Best Answer

  • Putting the training data in a memmapfile might help.
  • standard answer: memory is cheap
Related Question