www.gusucode.com > stats 源码程序 matlab案例代码 > stats/GrowAAClassificationTreeExample.m

    %% Grow a Classification Tree
%%
% Grow a classification tree using the |ionosphere| data set.

% Copyright 2015 The MathWorks, Inc.

load ionosphere
tc = fitctree(X,Y)