mirror of
https://github.com/BlackLight/neuralpp.git
synced 2024-11-16 14:57:14 +01:00
38 lines
1.2 KiB
TeX
38 lines
1.2 KiB
TeX
\section{neuralpp Namespace Reference}
|
|
\label{namespaceneuralpp}\index{neuralpp@{neuralpp}}
|
|
Main namespace for the library.
|
|
|
|
|
|
\subsection*{Classes}
|
|
\begin{CompactItemize}
|
|
\item
|
|
class {\bf NeuralNet}
|
|
\begin{CompactList}\small\item\em Main project's class. \item\end{CompactList}\item
|
|
class {\bf Synapsis}
|
|
\begin{CompactList}\small\item\em Class for managing synapsis. \item\end{CompactList}\item
|
|
class {\bf Neuron}
|
|
\begin{CompactList}\small\item\em Class for managing neurons. \item\end{CompactList}\item
|
|
class {\bf Layer}
|
|
\begin{CompactList}\small\item\em Class for managing layers of neurons. \item\end{CompactList}\item
|
|
struct {\bf netrecord}
|
|
\item
|
|
struct {\bf neuronrecord}
|
|
\item
|
|
struct {\bf synrecord}
|
|
\end{CompactItemize}
|
|
\subsection*{Functions}
|
|
\begin{CompactItemize}
|
|
\item
|
|
double {\bf df} (double($\ast$f)(double), double x)
|
|
\end{CompactItemize}
|
|
|
|
|
|
\subsection{Detailed Description}
|
|
Main namespace for the library.
|
|
|
|
\subsection{Function Documentation}
|
|
\index{neuralpp@{neuralpp}!df@{df}}
|
|
\index{df@{df}!neuralpp@{neuralpp}}
|
|
\subsubsection[df]{\setlength{\rightskip}{0pt plus 5cm}double neuralpp::df (double($\ast$)(double) {\em f}, \/ double {\em x})}\label{namespaceneuralpp_43c8197cc83f65fa9676386579671aec}
|
|
|
|
|