Verified Commit 1e92e308 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Pruning is not available for order > 3

Ref #217
parent 9554065d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -187,5 +187,7 @@ else
            yhat2 = yhat2(ipred);
            yhat3 = yhat3(ipred);
        end
      otherwise
          error(['pruning not available for order = ' int2str(options_.order)])
    end
end