Displaying 1 result from an estimated 1 matches for "dir2tl".
Did you mean:
dir2
2003 Apr 10
1
Classification problem - rpart
...slope, soil
moisture, radiation load, etc). I want to separate them from an equal number
of random points. Doing eda on the data shows that there is substantial
difference between the tree and random classes, e.g., box and whisker plots
for slope show separation.
The data frame is thus:
curvegrid,dir2tl,dist2tl,slope,tasp,tci10,class
-0.000244141,266,1852.701,2.382412,0.2124468,131,random
0.3005371,246,1146.342,10.45694,0.8045813,63,random
.
.
.
.
-0.3000488,90,10,20.25561,-0.1293357,62,tree
-0.5,90,10,18.68057,-0.05228489,61,tree
-0.6994629,0,0,18.30121,0.0320744,66,tree
I've run rpart on si...