29.12.2013 Views

Decision Trees from large Databases: SLIQ

Decision Trees from large Databases: SLIQ

Decision Trees from large Databases: SLIQ

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Model <strong>Trees</strong>: Creation of new Test Nodes<br />

• Fit a linear regression of all samples that are filtered<br />

to the current node.<br />

• Compute the regression‘s SSE.<br />

• Iterate over all possible tests (like C4.5):<br />

Fit a linear regression for the subset of samples on<br />

the left branch, & compute SSE left .<br />

Fit a linear regression for the subset of samples on<br />

the right branch, & compute SSE right .<br />

• Choose the test with the <strong>large</strong>st reduction<br />

SSE − SSE left − SSE right .<br />

• Stop-Criterion: If the SSE is not reduced by at least<br />

a minimum threshold, don‘t create a new test.<br />

Sawade/Landwehr/Prasse/Scheffer, Maschinelles Lernen<br />

67

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!