File: MSTDVNormalize.html

package info (click to toggle)
torch 2-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 5,488 kB
  • ctags: 3,217
  • sloc: cpp: 14,272; makefile: 201
file content (33 lines) | stat: -rw-r--r-- 1,227 bytes parent folder | download
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML>
<HEAD>
   <TITLE>void MSTDVNormalize</TITLE>
   <META NAME="GENERATOR" CONTENT="DOC++ 3.4.8">
</HEAD>
<BODY BGCOLOR="#ffffff">

<H2>void <A HREF="#DOC.DOCU">MSTDVNormalize</A></H2><H2>(real** tab,  real* mean_buff,  real* std_buff,<BR>&nbsp; int n_ex,  int n_dim)</H2><BLOCKQUOTE>Compute means and variances for normalizing a matrix.</BLOCKQUOTE>

<A NAME="DOC.DOCU"></A>
<HR>
<H2>Documentation</H2>
<BLOCKQUOTE>Compute means and variances for normalizing a matrix.
Returns in
<UL>
<LI> <TT>mean_buff</TT> means table of each columns of <TT>tab</TT>.
<LI> <TT>std_buff</TT> the standard deviations table.
</UL>

<P>Note: the memory allocation is not made by this function.

<P><TT>n_ex</TT> is the number of examples in <TT>tab</TT>, and <TT>n_dim</TT> is
the dimension of each example.

<P></BLOCKQUOTE>
<DL><DT><DT><B>Author:</B><DD>Ronan Collobert (collober@iro.umontreal.ca)
<DD></DL><P><P><I><A HREF="index.html">Alphabetic index</A></I> <I><A HREF="HIER.html">HTML hierarchy of classes</A> or <A HREF="HIERjava.html">Java</A></I></P><HR>
<BR>
This page was generated with the help of <A HREF="http://docpp.sourceforge.net">DOC++</A>.
</BODY>
</HTML>