Matlab 随机森林算法,训练大量样本时报错

【问题描述】

1、matlab 2016a 

2、训练样本量级,20万行*9列

3、以运行训练“Class_RFtrain”,则报错弹出,报错内容如下,只截取部分说明:

Register State (from fault):

  RAX = 0000000000000000  RBX = 0000000000000009

  RCX = 000000000003a71c  RDX = 000000000001d3c6

  RSP = 00000000043f81e0  RBP = 00000000253f7040

  RSI = 000000002a636040  RDI = 0000000000000000

  R8 = 00000000ff1c1378   R9 = 00000000254e0e90

  R10 = 000000000f14d010  R11 = 00000000000074d6

  R12 = 00000000ff14c450  R13 = ffffffffffffffee

  R14 = 0000000000000120  R15 = fffffffffffffff7

  RIP = 00007ffcfd5f8073  EFL = 00010206

  CS = 0033   FS = 0053   GS = 002b

This error was detected while a MEX-file was running. If the MEX-file is not an official MathWorks function, please examine its source code for errors. Please consult the External Interfaces Guide for information on debugging MEX-files.

不知道你这个问题是否已经解决, 如果还没有解决的话:

如果你已经解决了该问题, 非常希望你能够分享一下解决方案, 以帮助更多的人 ^-^