⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 start.htm

📁 MOLMAP multiway toolbox是一个matlab集成工具箱
💻 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">

<style type="text/css">
<!--
.style1 {
	color: #FF0000;
	font-weight: bold;
}
-->
</style>
</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">How to start </span>		
		    <BR>
		    <BR>
    
		<div id="tab_duo_text">
		      <div id="tab_space_lateral"><a href="#sub_1" class="lnk_text">Data structure</a></div>
		      <div id="tab_space_lateral"><a href="#sub_1_bis" class="lnk_text">Data scaling</a></div>	   	
		      <div id="tab_space_lateral"><a href="#sub_2" class="lnk_text">How to prepeare the  MOLMAP settings</a></div>	   	</div>
    
		<BR><a name="sub_1"></a>
		    <BR>
		    
		<span class="title_paragraph">_ Data structure </span>
		    <BR>
		    <BR>
		    Three-way datasets are defined as samples x variables on the second mode x variables on the third mode (IxJxK). Type:<BR>
		    <BR>
			
			<div id="tab_duo_text" class="text_math">
		      load simulated_data </div>
			<BR>
		    on the MATLAB command window to see an example of data structure.			Class vectors are not required as input since you can not directly develop classification models with this toolbox. You can use the <strong>MOLMAP multiway toolbox</strong> to calculate MOLMAP scores and then apply what you prefer on the MOLMAP score matrix.<BR>
		    <BR>
			[<a href="#top" class="lnk_text">-> top</a>]

		<BR>
		<BR><a name="sub_1_bis"></a>
		    <BR>
		    
		<span class="title_paragraph">_ Data scaling </span>
		    <BR>
		    <BR>         
			<span class="style1">PAY ATTENTION</span>: multiway data are always range scaled inbetween 0 and 1, in order to make them comparable with the net weights.
			<BR>
			<BR>
			[<a href="#top" class="lnk_text">-> top</a>]

		    <BR>
		    <BR> <a name="sub_2"></a>
		    <BR>
		    
		<span class="title_paragraph">_ How to prepeare the MOLMAP settings</span>
		    <BR>
		    <BR>
		    Some settings must be defined in order to run  MOLMAP modeling; in order to create a default setting structure, type on the MATLAB command window:
		    <BR>
			<BR>
			<div id="tab_duo_text" class="text_math">
		      settings = som_settings('multiway')
			</div>
			<BR>
			A default structure with the following fields will be built:

			<BR><BR>
			<B>settings.nsize</B><BR>
			Kohonen map net size (default value is NaN). This is the number of neurons for each side of the map. Taking into consideration that the map is a square, if you enter:
			<BR><BR>
			<div id="tab_duo_text" class="text_math">
		      settings.nsize = 7;
			</div><BR>
			you'lle get a total number of neurons equal to 7*7 = 49.

			<BR><BR>
			<B>settings.epochs</B><BR>
			number of epochs (default value is NaN) for training the Kohonen map. This defines the number of times the objects will be introduced in the net. For example, in order to train a net with 100 epochs, type:
			<BR><BR>
			<div id="tab_duo_text" class="text_math">
		      settings.epochs = 100;
			</div>
			<BR>
			<span class="style1">PAY ATTENTION</span>: since both settings.nsize and settings.epochs have no default values, these settings must be always defined by the user before running a model. <BR>

			<BR>         
			<B>settings.bound</B><BR>
			boundary condition ('toroidal' or 'normal', defualt is 'toroidal') for Kohonen map. Toroidal means that each edge of the map has to be seen as connected with the opposite one.			<BR>
			<BR>         
			<B>settings.a_max</B> and <B>settings.a_min</B><BR>
			are the initial learning rate (defualt value equal to 0.5) and the final learning rate (defualt value equal to 0.01) for training a Kohonen map, as suggested by Zupan, Novic and Ruis醤chez in "Kohonen and counterpropagation artificial neural networks in analytical chemistry", Chemometrics and Intelligent Laboratory Systems (1997) 38 1-23.			<BR>
		    <BR>
			[<a href="#top" class="lnk_text">-> top</a>]		    
    		    <BR>
		    <BR>
			<BR>&nbsp;  	     
		 </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 + -