Feeds
질문
cross-validation for decision tree with matlab
data_label={'Revenu','Propriete','Credit ','Classe'}; my_data={'Eleve','Superieur','Non','C1'; 'Eleve','Superieu...
거의 9년 전 | 답변 수: 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년 전 | 답변 수: 0 | 0