1 %>@brief Draws classification regions
for the Tree classifier
20 %> class 0 (54: 98.1818%)
23 %> @image html demo_clssr_tree_result.png
32 %
clssr.pruningtype = 1;
33 clssr.pruningtype = 3;
34 clssr.chi2threshold = 3;
35 clssr.no_levels_max = 10;
40 est =
clssr.use(dslila);
44 pars.x_range = [1, 6];
45 pars.y_range = [3, 8];
48 pars.ds_train = dslila;
50 pars.flag_last_point = 1;
51 pars.flag_link_points = 0;
52 pars.flag_regions = 1;
56 clssr.draw_domain(pars);
57 disp(clssr.get_treedescription());
Binary Decision Tree Classifier.
function colors_markers()
function load_data_userdata_nc2nf2()