Pruning is not available for order > 3

Ref #217
time-shift
Sébastien Villemot 2019-04-15 18:50:16 +02:00
parent 9554065db7
commit 1e92e308b9
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 2 additions and 0 deletions

View File

@ -187,5 +187,7 @@ else
yhat2 = yhat2(ipred);
yhat3 = yhat3(ipred);
end
otherwise
error(['pruning not available for order = ' int2str(options_.order)])
end
end