Skip to content

Shiny app for illustrating function approximation using decision trees

Notifications You must be signed in to change notification settings

schoonees/trees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shiny App for Illustrating Decision Trees

This is a simple Shiny app for illustrating function approximation using decision trees. You will need to have the following packages installed:

install.packages(c("shiny", "plotly", "mvtnorm"))

After installing these, you can run the app from the R console using:

library("plotly")
library("shiny")  
runGitHub("schoonees/trees")  

About

Shiny app for illustrating function approximation using decision trees

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages