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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE>class IOTorch</TITLE>
<META NAME="GENERATOR" CONTENT="DOC++ 3.4.8">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H2>class <A HREF="#DOC.DOCU">IOTorch</A></H2></H2><BLOCKQUOTE>Load and save file in the Torch format.</BLOCKQUOTE>
<HR>
<H2>Inheritance:</H2>
<APPLET CODE="ClassGraph.class" WIDTH=600 HEIGHT=65>
<param name=classes value="CObject,MObject.html,CIOTorch,MIOTorch.html">
<param name=before value="M,M">
<param name=after value="Md_,M">
<param name=indent value="0,1">
<param name=arrowdir value="down">
</APPLET>
<HR>
<DL>
<P><DL>
<DT><H3>Public Methods</H3><DD><DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif> <B><A HREF="#DOC.17.1">IOTorch</A></B>()
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>int <B><A HREF="#DOC.17.2">loadData</A></B>(const char* <!1><A HREF="Measurer.html#DOC.30.2">file</A>, real*** data_, real*** y_, int <!1><A HREF="Machine.html#DOC.29.1">n_inputs</A>, int <!1><A HREF="DataSet.html#DOC.10.3">n_targets</A>, int* <!1><A HREF="DataSet.html#DOC.10.7">n_examples</A>, bool bin=false, int max_load=-1)
<DD><I>Load the file <TT>file</TT>.</I>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>int <B><A HREF="#DOC.17.3">loadData</A></B>(const char* <!1><A HREF="Measurer.html#DOC.30.2">file</A>, <!1><A HREF="sreal.html">sreal</A>*** data_, real*** y_, int <!1><A HREF="Machine.html#DOC.29.1">n_inputs</A>, int <!1><A HREF="DataSet.html#DOC.10.3">n_targets</A>, int* <!1><A HREF="DataSet.html#DOC.10.7">n_examples</A>, bool bin=false, int max_load=-1)
<DD><I>Sparse version of the previous function</I>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.17.4">saveData</A></B>(const char* <!1><A HREF="Measurer.html#DOC.30.2">file</A>, real** <!1><A HREF="SVM.html#DOC.42.1">data</A>, real** <!1><A HREF="QCMachine.html#DOC.40.7">y</A>, int <!1><A HREF="QCMachine.html#DOC.40.4">l</A>, int <!1><A HREF="Machine.html#DOC.29.1">n_inputs</A>, int <!1><A HREF="DataSet.html#DOC.10.3">n_targets</A>, bool bin=false, int max_save=-1)
<DD><I>Similar function, but to save data</I>
<DT>
<IMG ALT="[more]" BORDER=0 SRC=icon1.gif>void <B><A HREF="#DOC.17.5">saveData</A></B>(const char* <!1><A HREF="Measurer.html#DOC.30.2">file</A>, <!1><A HREF="sreal.html">sreal</A>** <!1><A HREF="SVM.html#DOC.42.1">data</A>, real** <!1><A HREF="QCMachine.html#DOC.40.7">y</A>, int <!1><A HREF="QCMachine.html#DOC.40.4">l</A>, int <!1><A HREF="Machine.html#DOC.29.1">n_inputs</A>, int <!1><A HREF="DataSet.html#DOC.10.3">n_targets</A>, bool bin=false, int max_save=-1)
<DD><I>Similar function, but to save sparse data</I>
</DL></P>
</DL>
<HR><H3>Inherited from <A HREF="Object.html">Object</A>:</H3>
<DL>
<P><DL>
<DT><H3>Public Methods</H3><DD><DT>
<IMG ALT="o" SRC=icon2.gif>virtual void <B>init</B>()
<DT>
<IMG ALT="o" SRC=icon2.gif>void <B>addOption</B>(const char* <!1><A HREF="SeqExample.html#DOC.107.9">name</A>, int size, void* <!1><A HREF="Vec.html#DOC.81.3">ptr</A>, const char* <!1><A HREF="CmdLine.html#DOC.7.3">help</A>="", bool is_allowed_after_init=false)
<DT>
<IMG ALT="o" SRC=icon2.gif>void <B>addIOption</B>(const char* <!1><A HREF="SeqExample.html#DOC.107.9">name</A>, int* <!1><A HREF="Vec.html#DOC.81.3">ptr</A>, int init_value, const char* <!1><A HREF="CmdLine.html#DOC.7.3">help</A>="", bool is_allowed_after_init=false)
<DT>
<IMG ALT="o" SRC=icon2.gif>void <B>addROption</B>(const char* <!1><A HREF="SeqExample.html#DOC.107.9">name</A>, real* <!1><A HREF="Vec.html#DOC.81.3">ptr</A>, real init_value, const char* <!1><A HREF="CmdLine.html#DOC.7.3">help</A>="", bool is_allowed_after_init=false)
<DT>
<IMG ALT="o" SRC=icon2.gif>void <B>addBOption</B>(const char* <!1><A HREF="SeqExample.html#DOC.107.9">name</A>, bool* <!1><A HREF="Vec.html#DOC.81.3">ptr</A>, bool init_value, const char* <!1><A HREF="CmdLine.html#DOC.7.3">help</A>="", bool is_allowed_after_init=false)
<DT>
<IMG ALT="o" SRC=icon2.gif>void <B>setOption</B>(const char* <!1><A HREF="SeqExample.html#DOC.107.9">name</A>, void* <!1><A HREF="Vec.html#DOC.81.3">ptr</A>)
<DT>
<IMG ALT="o" SRC=icon2.gif>void <B>setIOption</B>(const char* <!1><A HREF="SeqExample.html#DOC.107.9">name</A>, int option)
<DT>
<IMG ALT="o" SRC=icon2.gif>void <B>setROption</B>(const char* <!1><A HREF="SeqExample.html#DOC.107.9">name</A>, real option)
<DT>
<IMG ALT="o" SRC=icon2.gif>void <B>setBOption</B>(const char* <!1><A HREF="SeqExample.html#DOC.107.9">name</A>, bool option)
<DT>
<IMG ALT="o" SRC=icon2.gif>virtual void <B>loadFILE</B>(FILE* <!1><A HREF="Measurer.html#DOC.30.2">file</A>)
<DT>
<IMG ALT="o" SRC=icon2.gif>virtual void <B>saveFILE</B>(FILE* <!1><A HREF="Measurer.html#DOC.30.2">file</A>)
<DT>
<IMG ALT="o" SRC=icon2.gif>void <B>load</B>(const char* filename)
<DT>
<IMG ALT="o" SRC=icon2.gif>void <B>save</B>(const char* filename)
</DL></P>
</DL>
<A NAME="DOC.DOCU"></A>
<HR>
<H2>Documentation</H2>
<BLOCKQUOTE>Load and save file in the Torch format.
</BLOCKQUOTE>
<DL>
<A NAME="IOTorch"></A>
<A NAME="DOC.17.1"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B> IOTorch()</B></TT>
<DL><DT><DD></DL><P>
<A NAME="loadData"></A>
<A NAME="DOC.17.2"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>int loadData(const char* <!1><A HREF="Measurer.html#DOC.30.2">file</A>, real*** data_, real*** y_, int <!1><A HREF="Machine.html#DOC.29.1">n_inputs</A>, int <!1><A HREF="DataSet.html#DOC.10.3">n_targets</A>, int* <!1><A HREF="DataSet.html#DOC.10.7">n_examples</A>, bool bin=false, int max_load=-1)</B></TT>
<DD>Load the file <TT>file</TT>.
Each example must have <TT>n_inputs</TT> inputs and <TT>n_targets</TT> targets.
<TT>bin</TT> is <TT>true</TT> if the file is in binary format.
If <TT>max_load</TT> > 0, load only the first <TT>max_load</TT> examples.
Returns: <UL>
<LI> <TT>data_</TT> which contains all inputs (the memory allocation is done by this function)
<LI> <TT>y_</TT> which contains all targets (the memory allocation is done by this function)
<LI> <TT>n_examples</TT> which contains the real number of loaded examples.
</UL>
<DL><DT><DD></DL><P>
<A NAME="loadData"></A>
<A NAME="DOC.17.3"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>int loadData(const char* <!1><A HREF="Measurer.html#DOC.30.2">file</A>, <!1><A HREF="sreal.html">sreal</A>*** data_, real*** y_, int <!1><A HREF="Machine.html#DOC.29.1">n_inputs</A>, int <!1><A HREF="DataSet.html#DOC.10.3">n_targets</A>, int* <!1><A HREF="DataSet.html#DOC.10.7">n_examples</A>, bool bin=false, int max_load=-1)</B></TT>
<DD>Sparse version of the previous function
<DL><DT><DD></DL><P>
<A NAME="saveData"></A>
<A NAME="DOC.17.4"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void saveData(const char* <!1><A HREF="Measurer.html#DOC.30.2">file</A>, real** <!1><A HREF="SVM.html#DOC.42.1">data</A>, real** <!1><A HREF="QCMachine.html#DOC.40.7">y</A>, int <!1><A HREF="QCMachine.html#DOC.40.4">l</A>, int <!1><A HREF="Machine.html#DOC.29.1">n_inputs</A>, int <!1><A HREF="DataSet.html#DOC.10.3">n_targets</A>, bool bin=false, int max_save=-1)</B></TT>
<DD>Similar function, but to save data
<DL><DT><DD></DL><P>
<A NAME="saveData"></A>
<A NAME="DOC.17.5"></A>
<DT><IMG ALT="o" BORDER=0 SRC=icon2.gif><TT><B>void saveData(const char* <!1><A HREF="Measurer.html#DOC.30.2">file</A>, <!1><A HREF="sreal.html">sreal</A>** <!1><A HREF="SVM.html#DOC.42.1">data</A>, real** <!1><A HREF="QCMachine.html#DOC.40.7">y</A>, int <!1><A HREF="QCMachine.html#DOC.40.4">l</A>, int <!1><A HREF="Machine.html#DOC.29.1">n_inputs</A>, int <!1><A HREF="DataSet.html#DOC.10.3">n_targets</A>, bool bin=false, int max_save=-1)</B></TT>
<DD>Similar function, but to save sparse data
<DL><DT><DD></DL><P></DL>
<HR><DL><DT><B>This class has no child classes.</B></DL>
<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>
|