-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTrees_with_Base_Functions.fff
182 lines (160 loc) · 5.92 KB
/
Trees_with_Base_Functions.fff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
\begin{figure}[htbp]
\centering
\includegraphics{fig1-example.pdf}
\caption{\label{fig:fig1-example}Prototypical Decision Tree}
\end{figure}
\efloatseparator
\begin{figure}[htbp]
\centering
\includegraphics{Trees_with_Base_Functions_files/figure-latex/chessboard-1.pdf}
\caption{\label{fig:fig2-chessboard}Chessboard example}
\end{figure}
\efloatseparator
\begin{figure}[htbp]
\centering
\includegraphics{Trees_with_Base_Functions_files/figure-latex/fig3-simple-basis-1.pdf}
\caption{\label{fig:fig3-simple-basis}Example of a basis function used
as a feature to train a Decision Tree}
\end{figure}
\efloatseparator
\begin{figure}[htbp]
\centering
\includegraphics{Trees_with_Base_Functions_files/figure-latex/fig4-additive-basis-1.pdf}
\caption{\label{fig:fig4-additive-basis}Oblique basis function and
projections with different splitting points (s)}
\end{figure}
\efloatseparator
\begin{figure}[htbp]
\centering
\includegraphics{Trees_with_Base_Functions_files/figure-latex/fig5-hyperbolic-basis-1.pdf}
\caption{\label{fig:fig5-hyperbolic-basis}Hyperbolic basis function and
projections with different splitting points (s)}
\end{figure}
\efloatseparator
\begin{figure}[htbp]
\centering
\includegraphics{Trees_with_Base_Functions_files/figure-latex/fig6-radial-basis-1.pdf}
\caption{\label{fig:fig6-radial-basis}Radial IBF and projections with
different splitting points (s)}
\end{figure}
\efloatseparator
\begin{figure}[htbp]
\centering
\includegraphics{Trees_with_Base_Functions_files/figure-latex/fig7-curvature-1.pdf}
\caption{\label{fig:fig7-curvature}Behavior of radial IBF with
non-centered/non-scaled variables (top panel) and centered/scaled
variables (bottom panel)}
\end{figure}
\efloatseparator
\begin{figure}[htbp]
\centering
\includegraphics{Trees_with_Base_Functions_files/figure-latex/fig8-performance-benchmark-train-results-1.pdf}
\caption{\label{fig:fig8-performance-benchmark-results-train}Benchmarking
results: Classification accuracy}
\end{figure}
\efloatseparator
\begin{figure}[htbp]
\centering
\includegraphics{Trees_with_Base_Functions_files/figure-latex/fig9-performance-benchmark-size-results-1.pdf}
\caption{\label{fig:fig9-performance-benchmark-size-results}Benchmarking
results: Tree size}
\end{figure}
\efloatseparator
\begin{figure}[htbp]
\centering
\includegraphics{Trees_with_Base_Functions_files/figure-latex/fig10-time-benchmark-results-1.pdf}
\caption{\label{fig:fig10-time-benchmark-results}Benchmarking results:
Computing time}
\end{figure}
\efloatseparator
\begin{figure}[htbp]
\centering
\includegraphics{Trees_with_Base_Functions_files/figure-latex/fig11-map-newark-1.pdf}
\caption{\label{fig:fig11-map-newark}Three ethnic groups in Newark (1880
US Census)}
\end{figure}
\efloatseparator
\begin{figure}[htbp]
\centering
\includegraphics{Trees_with_Base_Functions_files/figure-latex/fig12-tree-orthogonal-newark-1.pdf}
\caption{\label{fig12-tree-orthogonal-newark}Decisiton tree with
orthogonal partitions for spatial classification, Newark ethnic groups}
\end{figure}
\efloatseparator
\begin{figure}[htbp]
\centering
\includegraphics{Trees_with_Base_Functions_files/figure-latex/fig13-map-orthogonal-newark-1.pdf}
\caption{\label{fig13-map-orthogonal-newark}Ethnic neighborhoods in
Newark, 1880, using orthogonal partitions}
\end{figure}
\efloatseparator
\begin{figure}[htbp]
\centering
\includegraphics{Trees_with_Base_Functions_files/figure-latex/fig14-tree-basis-newark-1.pdf}
\caption{\label{fig14-tree-basis-newark}Decision tree with
non-orthogonal/non-linear partitions for spatial classification, Newark
ethnic groups}
\end{figure}
\efloatseparator
\begin{figure}[htbp]
\centering
\includegraphics{Trees_with_Base_Functions_files/figure-latex/fig15-map-basis-newark-1.pdf}
\caption{\label{fig15-map-basis-newark}Ethnic neighborhoods in Newark,
1880, using non-orthogonal partitions}
\end{figure}
\efloatseparator
\begin{figure}[htbp]
\centering
\includegraphics{Trees_with_Base_Functions_files/figure-latex/fig16-map-sapporo-1.pdf}
\caption{\label{fig:fig16-map-sapporo}Land prices in Sapporo (log)}
\end{figure}
\efloatseparator
\begin{figure}[htbp]
\centering
\includegraphics{Trees_with_Base_Functions_files/figure-latex/fig17-tree-orthogonal-sapporo-1.pdf}
\caption{\label{fig:fig17-tree-orthogonal-sapporo}Decision tree with
orthogonal partitions for submarket identification, Sapporo land prices}
\end{figure}
\efloatseparator
\begin{figure}[htbp]
\centering
\includegraphics{Trees_with_Base_Functions_files/figure-latex/fig18-map-orthogonal-sapporo-1.pdf}
\caption{\label{fig:fig18-map-orthogonal-sapporo}Spatial land price
submarkets in Sapporo using orthogonal partitions}
\end{figure}
\efloatseparator
\begin{figure}[htbp]
\centering
\includegraphics{Trees_with_Base_Functions_files/figure-latex/fig19-tree-basis-sapporo-1.pdf}
\caption{\label{fig:fig19-tree-basis-sapporo}Decision tree with
non-orthogonal/non-linear partitions for submarket identification,
Sapporo land prices}
\end{figure}
\efloatseparator
\begin{figure}[htbp]
\centering
\includegraphics{Trees_with_Base_Functions_files/figure-latex/fig20-map-basis-sapporo-1.pdf}
\caption{\label{fig:fig20-map-basis-sapporo}IBF-based non-orthogonal
land price regions (log) in Sapporo}
\end{figure}
\efloatseparator
\begin{figure}[htbp]
\centering
\includegraphics{Trees_with_Base_Functions_files/figure-latex/fig21-tree-orthogonal-election-1.pdf}
\caption{\label{fig:fig21-tree-orthogonal-election}Decision tree with
orthogonal partitions, Ontario voter turnout}
\end{figure}
\efloatseparator
\begin{figure}[htbp]
\centering
\includegraphics{Trees_with_Base_Functions_files/figure-latex/fig22-tree-basis-election-1.pdf}
\caption{\label{fig:fig22-tree-basis-election}Decision tree with
non-orthogonal/non-linear partitions, Ontario voter turnout}
\end{figure}
\efloatseparator
\begin{figure}[htbp]
\centering
\includegraphics{Trees_with_Base_Functions_files/figure-latex/fig23-election-decision-charts-1.pdf}
\caption{\label{fig23-election-decision-charts}Decision charts for voter
turnout}
\end{figure}