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 MSTDVSparseNormalize</TITLE>
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.8">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H2>void <A HREF="#DOC.DOCU">MSTDVSparseNormalize</A></H2><H2>(<!1><A HREF="sreal.html">sreal</A>** tab, real* mean_buff,<BR> real* std_buff, int n_ex, int n_dim)</H2><BLOCKQUOTE>Compute means and variances for normalizing a <EM>sparse</EM> matrix.</BLOCKQUOTE>
<A NAME="DOC.DOCU"></A>
<HR>
<H2>Documentation</H2>
<BLOCKQUOTE>Compute means and variances for normalizing a <EM>sparse</EM> 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>
|