Feeds
提问
cross-validation for decision tree with matlab
data_label={'Revenu','Propriete','Credit ','Classe'}; my_data={'Eleve','Superieur','Non','C1'; 'Eleve','Superieu...
9 years 前 | 1 个回答 | 0
1
个回答提问
I want to display the quinlan decision tree C4.5 but the program shows me a binary tree !!! What is the problem ?
function node=buildtree(rows,scoref) if( size(rows,1)==1 || size(rows(:,end),1)==1 || size(unique(rows(:,end)),1)==1 ) ...
9 years 前 | 0 个回答 | 0