File: extractMeasurers.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 (38 lines) | stat: -rw-r--r-- 1,825 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
34
35
36
37
38
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

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

<H2>void <A HREF="#DOC.DOCU">extractMeasurers</A></H2><H2>(<!1><A HREF="List.html">List</A>* measurers,  <!1><A HREF="DataSet.html">DataSet</A>* <!1><A HREF="Trainer.html#DOC.60.2">train</A>,<BR>&nbsp; <!1><A HREF="DataSet.html">DataSet</A>*** datas,  <!1><A HREF="Measurer.html">Measurer</A>**** mes,<BR>&nbsp; int** n_mes,  int* n_datas)</H2><BLOCKQUOTE>Make a table of measurers from a <TT>List</TT>.</BLOCKQUOTE>

<A NAME="DOC.DOCU"></A>
<HR>
<H2>Documentation</H2>
<BLOCKQUOTE>Make a table of measurers from a <TT>List</TT>.

<P>Given a <TT>List</TT> of <TT>measurers</TT>,
and, if you want, a <TT>train</TT> <TT>DataSet</TT> (else NULL)
<UL>
<LI> Returns all datasets associated to the measurers in <TT>datas</TT>.
For i != j, (*datas)[i] != (*datas)[j].
Moreover, if <TT>train</TT> != NULL, (*datas)[0] = <TT>train</TT>.
<LI> Returns the list of measurers associated to (*datas)[i] in (*mes)[i].
<LI> Returns the number of measureurs associated to (*datas)[i] in (*n_mes)[i].
<LI> Returns in *n_datas the number of datasets in *datas.
</UL>

<P>(Memory allocations are made by the fonction: use
<TT>deleteExtractedMeasurers()</TT> to free memory)

<P></BLOCKQUOTE>
<DL><DT><DT><B>Author:</B><DD>Ronan Collobert (collober@iro.umontreal.ca)
<DT><B>See Also:</B><DD><!1><A HREF="deleteExtractedMeasurers.html">deleteExtractedMeasurers</A>
<BR><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>