r1900.html
来自「一个功能强大的神经网络分析程序」· HTML 代码 · 共 244 行
HTML
244 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><HTML><HEAD><TITLE>struct fann_error</TITLE><link href="../style.css" rel="stylesheet" type="text/css"><METANAME="GENERATOR"CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINKREL="HOME"TITLE="Fast Artificial Neural Network Library"HREF="index.html"><LINKREL="UP"TITLE="Data Structures"HREF="x1595.html"><LINKREL="PREVIOUS"TITLE="struct fann_train_data"HREF="r1837.html"><LINKREL="NEXT"TITLE="struct fann_neuron"HREF="r1936.html"></HEAD><BODYCLASS="refentry"BGCOLOR="#FFFFFF"TEXT="#000000"LINK="#0000FF"VLINK="#840084"ALINK="#0000FF"><DIVCLASS="NAVHEADER"><TABLESUMMARY="Header navigation table"WIDTH="100%"BORDER="0"CELLPADDING="0"CELLSPACING="0"><TR><THCOLSPAN="3"ALIGN="center">Fast Artificial Neural Network Library</TH></TR><TR><TDWIDTH="10%"ALIGN="left"VALIGN="bottom"><AHREF="r1837.html"ACCESSKEY="P">Prev</A></TD><TDWIDTH="80%"ALIGN="center"VALIGN="bottom"></TD><TDWIDTH="10%"ALIGN="right"VALIGN="bottom"><AHREF="r1936.html"ACCESSKEY="N">Next</A></TD></TR></TABLE><HRALIGN="LEFT"WIDTH="100%"></DIV><H1><ANAME="api.struct.fann_error"></A>struct fann_error</H1><DIVCLASS="refnamediv"><ANAME="AEN1901"></A><H2>Name</H2>struct fann_error -- Describes an error.</DIV><DIVCLASS="refsect1"><ANAME="AEN1904"></A><H2>Description</H2><P> This structure is subject to change at any time. If you need to use the values contained herein, please see the <AHREF="x1499.html">Error Handling</A> functions. If these functions do not fulfill your needs, please open a feature request on our SourceForge <AHREF="http://www.sourceforge.net/projects/fann"TARGET="_top">project page</A>. </P><P> You may notice that this structure is identical to the first three properties of the <AHREF="r1597.html"><SPANCLASS="type">fann</SPAN></A> and <AHREF="r1837.html"><SPANCLASS="type">fann_train_data</SPAN></A> structures. This is so you can cast each of those structures to <SPANCLASS="type">struct fann_error *</SPAN> when calling the <AHREF="x1499.html">Error Handling</A> functions. </P><P></P><DIVCLASS="variablelist"><P><B>Properties</B></P><DL><DT><SPANCLASS="type">unsigned int</SPAN> <CODECLASS="varname">errno_f</CODE></DT><DD><P>The type of error that last occurred.</P></DD><DT><SPANCLASS="type">FILE *</SPAN> <CODECLASS="varname">error_log</CODE></DT><DD><P>Where to log error messages.</P></DD><DT><SPANCLASS="type">char *</SPAN> <CODECLASS="varname">errstr</CODE></DT><DD><P>A string representation of the last error.</P></DD></DL></DIV></DIV><DIVCLASS="NAVFOOTER"><HRALIGN="LEFT"WIDTH="100%"><TABLESUMMARY="Footer navigation table"WIDTH="100%"BORDER="0"CELLPADDING="0"CELLSPACING="0"><TR><TDWIDTH="33%"ALIGN="left"VALIGN="top"><AHREF="r1837.html"ACCESSKEY="P">Prev</A></TD><TDWIDTH="34%"ALIGN="center"VALIGN="top"><AHREF="index.html"ACCESSKEY="H">Home</A></TD><TDWIDTH="33%"ALIGN="right"VALIGN="top"><AHREF="r1936.html"ACCESSKEY="N">Next</A></TD></TR><TR><TDWIDTH="33%"ALIGN="left"VALIGN="top">struct fann_train_data</TD><TDWIDTH="34%"ALIGN="center"VALIGN="top"><AHREF="x1595.html"ACCESSKEY="U">Up</A></TD><TDWIDTH="33%"ALIGN="right"VALIGN="top">struct fann_neuron</TD></TR></TABLE></DIV></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?