File: models.html

package info (click to toggle)
ball 1.4.3~beta1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 318,984 kB
  • sloc: cpp: 346,579; ansic: 4,097; python: 2,664; yacc: 1,778; lex: 1,099; xml: 964; sh: 688; sql: 316; awk: 118; makefile: 108
file content (102 lines) | stat: -rwxr-xr-x 4,402 bytes parent folder | download | duplicates (4)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>QuEasyViz Documentation: Models</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>

<table width="700" border="0" align="center" cellpadding="0"> <tr> <td>
	
<h2 align="center">
<a href="inputData.html"><img src="images/left.png" width="58" height="28" border=0 align="MIDDLE"></a>
&nbsp;&nbsp;&nbsp;&nbsp;<a href="index.html">Index</a> &nbsp;&nbsp;&nbsp;&nbsp;
<a href="featureSelection.html"><img src="images/right.png" width="58" height="28" border=0 align="MIDDLE"></a>
</h2><hr width=700>

<!-- end of header -->	


	
<H2><div align="center">Models</div></H2>
	You can choose between a number of different linear and non-linear regression models and some classification approaches.<br>
	<p>Currently there are the following linear regression models:
	<ul>
		<li>Muliple Linear Regression (MLR)</li>
		<li>Ridge Regression (RR)</li>
		<li>Principle Component Regression (PCR)</li>
		<li>Partial Least Squares (PLS)</li>
		<li>Orthogonal Partial Least Squares (OPLS)</li>
	</ul></p>
	<p>Weighted linear regressions:
	<ul>
		<li>Automated Lazy Learning (ALL)</li>
		<li>K-Nearest Neighor Regression (KNN)</li>
	</ul> </p>
	<p>Non-linear, kernel-based, regression models:
	<ul>
		<li>Gaussian Process (GP)</li>
		<li>Kernel Principle Component Regression (KPCR)</li>
		<li>Kernel Partial Least Squares (KPLS)</li>
		<li>Support Vector Regression (SVR)</li>
	</ul> </p>
	<p>Classification models:
	<ul>
		<li>Linear Discriminant Analysis (LDA)</li>
		<li>Simple Naive Bayes (snB)</li>
		<li>Naive Bayes (nB)</li>
	</ul> </p>

<H2><div align="center" id="create_model">Creating a model</div></H2>
	<H3><div align="center">Linear regression models</div></H3>
		In order to create a new model, just drag its item from the model panel onto an existing input item within the pipeline area (a).<br>
		You will then be shown a dialog that helps you set the necessary parameters.</p>
		<p><center>
		<img src="images/models1_scaled.png" border=0>
		</center></p>
		<p>The model's parameter can be set in dialog-page (b), whereas (c) allows to enable automatic optimization of model parameters by use of cross validation (where available).

	<H3><div align="center" id="kernel_models">Kernel-based regression models</div></H3>
		<p>In case of kernel-based non-linear regression models, you also need to choose the desired type of kernel function (a).</p>
		<p><center>
		<TABLE width=700 align="center">
			<tr>
			<TD width="330" colspan="1"><img src="images/models3_scaled.png" border=0></TD>
			<TD width="330" colspan="1"><img src="images/models5_scaled.png" border=0></TD>
			</tr>
		</TABLE>
		</center></p>
		<p>Currently you can select one of the following:
		<ul>
			<li>Polynomial kernel function</li>
			<li>Radial basis kernel function</li>
			<li>Sigmoid kernel function</li>
		</ul>
		</p>
		<p>
		A value for the parameter(s) of the chosen kernel function can be set in (b). These values can be optimized by grid search, so that the value entered here will serve only as a start-value if this is done. <br>
		For clearness the selected kernel-function will be displayed below (c).
		</p>
		<p>
		If optimization of model and kernel-parameters is desired, it can be activated in dialog-page shown on the right. <br>
		The number of cross validation folds to be used for model and kernel-parameter optimization can be set in (d), while (e) lists the names of the model-parameters that will be optimized.<br>
		The number of grid search steps (f), the step-width (g) and the number of recursions for kernel-parameter optimization can be altered below. If the latter one if larger than 0, grid search is repeated as often as stated here. In each iteration the step-width is automatically reduced by a factor of two and the search is done locally around the best parameter(s) found in the previous iteration.
		</p>


<!-- begin of footer -->
  
</TABLE>
<hr width=700>
<h2 align="center">
<a href="inputData.html"><img src="images/left.png" width="58" height="28" border=0 align="MIDDLE"></a>
&nbsp;&nbsp;&nbsp;&nbsp;<a href="index.html">Index</a> &nbsp;&nbsp;&nbsp;&nbsp;
<a href="featureSelection.html"><img src="images/right.png" width="58" height="28" border=0 align="MIDDLE"></a>
</h2>

</td></tr></table>
  
</body>
</html>