📄 routines.htm
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>MOLMAP multiway toolbox</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta name="generator" content="HAPedit 3.0">
<link href = "style_structure.css" rel="stylesheet" type="text/css">
<link href = "style_text.css" rel="stylesheet" type="text/css">
<link href = "style_tables.css" rel="stylesheet" type="text/css">
</head>
<body>
<div id="container">
<a name="top"></a>
<div id="header">
<iframe src="header.htm" width="740" height="60" scrolling="no" frameborder="0">
no i_frames allowed :: change browser
</iframe>
</div>
<div id="content">
<table width="740" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="150" valign="top">
<iframe src="menu_lateral.htm" width="135" height="268" scrolling="no" frameborder="0">
no i_frames allowed :: change browser
</iframe>
</td>
<td valign="top">
<div align="justify">
<div id="tab_duo_contenitor" class="text">
<span class="title_page">Matlab routines</span>
<BR>
<BR>
<div id="tab_duo_text">
<div id="tab_space_lateral"><a href="#sub_1" class="lnk_text">som_settings</a></div>
<div id="tab_space_lateral"><a href="#sub_3" class="lnk_text">model_multiway</a></div>
<div id="tab_space_lateral"><a href="#sub_5" class="lnk_text">pred_multiway</a></div>
<div id="tab_space_lateral"><a href="#sub_7" class="lnk_text">visualize_model</a></div>
</div>
<BR><a name="sub_1"></a>
<BR>
This is a list of the main MATLAB routines you can use to develop MOLMAP models<BR>
<BR>
<span class="title_paragraph">_ som_settings</span>
<BR>
<BR>
default <a href="start.htm" class="lnk_text">setting structure</a>; som_settings build a default structure with all the parameter needed to
perform MOLMAP models<BR>
<BR>
<strong>settings = som_settings(type);</strong><BR>
<BR>type "help som_settings" on the MATLAB command window for further informations
<BR>
<BR>
[<a href="#top" class="lnk_text">-> top</a>] <BR>
<BR> <a name="sub_3"></a>
<BR>
<span class="title_paragraph">_ model_multiway</span>
<BR>
<BR>
model_multiway builds a <a href="molmap_modeling.htm" class="lnk_text">MOLMAP model</a> and calculates MOLMAP scores<br>
<strong><br>
model = model_multiway(X,settings);</strong><br>
<br>
type "help model_multiway" on the MATLAB command window for further informations <BR>
<BR>
[<a href="#top" class="lnk_text">-> top</a>] <BR>
<BR> <a name="sub_5"></a>
<BR>
<span class="title_paragraph">_ pred_multiway</span>
<BR>
<BR>
prediction of MOLMAP scores of unknown samples by means of <a href="molmap_modeling.htm" class="lnk_text">MOLMAP modeling</a>;
pred_multiway predicts scores of unknown samples by using a previuos model (model_multiway)<br>
<br>
<strong>pred = pred_multiway(X,model);</strong><br>
<br>
type "help pred_multiway" on the MATLAB command window for further informations<BR>
<BR>
[<a href="#top" class="lnk_text">-> top</a>]
<BR>
<BR> <a name="sub_7"></a>
<BR>
<span class="title_paragraph">_ visualize_model</span>
<BR>
<BR>
visualisation of the <a href="molmap_modeling.htm" class="lnk_text">MOLMAP modeling </a><a href="cpann.htm" class="lnk_text"></a> results;
visualize_model opens a GUI figure for exploring the results<br>
<br>
<strong>visualize_model(model,label);</strong><br>
<br>
type "help visualize_model" on the MATLAB command window for further informations<BR>
<BR>
[<a href="#top" class="lnk_text">-> top</a>] <BR>
<BR>
<BR>
</div>
</div></td>
</tr>
</table>
</div>
<div id="footer">
<iframe src="footer.htm" width="700" height="13" scrolling="no" frameborder="0">
no i_frames allowed :: change browser
</iframe>
</div>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -