Skip to content
Snippets Groups Projects
Brandon Rodriguez's avatar
Brandon Rodriguez authored
0e0741bb
Name Last commit Last update
documents
.editorconfig
.gitignore
a4.r
readme.md

R - Classifiers via Decision Trees

Description

Practice computing classifiers on a set of data, using various forms of Decision Trees.

Full pdf report is available at documents/a4_report.pdf.

Running the Program

The associated R program is located at a4.r. On Ubuntu systems, run via Rscript ./a4.r in console.

References

See the documents/references.md file.