changeset 3689:eb7353920f0d octave-forge

Removed Files: isposint_netw_priv.tex min_max.tex
author michaelschmid
date Tue, 24 Jul 2007 15:01:34 +0000
parents 29de5a0aefae
children 96068ecb502f
files main/nnet/doc/latex/developers/tests/functions/isposint_netw_priv.tex main/nnet/doc/latex/developers/tests/functions/min_max.tex
diffstat 2 files changed, 0 insertions(+), 35 deletions(-) [+]
line wrap: on
line diff
--- a/main/nnet/doc/latex/developers/tests/functions/isposint_netw_priv.tex	Tue Jul 24 14:58:25 2007 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,17 +0,0 @@
-\section{isposint\_netw\_priv}
-\subsubsection{Short description}
-Checks if value is a positive integer.\\
-
-\subsubsection{Matlab}
-It is the same name as in Matlab but not the totaly same code. The Matlab version is in the directory \textit{nnet/@network/private}. This means, it is a private function of the class \textit{network}! \linebreak
-
-\subsubsection{Test description}
-The test file is called \textit{isposint\_test.m} \textcolor{red}{localized at ...}\\
-There are only five tests:\\
-negative integer: $-5$ result should be 0\\
-negative float: $-5.3$ result should be 0\\
-positive integer: $0$ result should be 1\\
-positive integer: $5$ result should be 1\\
-positive float: $5.3$ result should be 0\\
-This tests run seccessfully!
-
--- a/main/nnet/doc/latex/developers/tests/functions/min_max.tex	Tue Jul 24 14:58:25 2007 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-\section{min\_max}
-\subsubsection{Short description}
-Ranges of matrix rows.\\
-
-\subsubsection{Matlab}
-It is almost the same name as in Matlab. The difference is the underscore in the function name. Octave seems to have a problem otherwise. That means the function name \textit{minmax} throw an error.
-
-\subsubsection{Test description}
-The test file is called \textit{min\_max\_test.m} \textcolor{red}{localized at ...}\\
-Some different tests must be done:\\
-1. no input: this should cause an error\\
-2. too much inputs, at least 2: this should also cause an error\\
-3. too much return values defined in the function call: I don't know, what happens...\\
-4. Input matrix with only one row, if neural network does have only one input neuron\\
-5. Input matrix with more than only one row\\
-6. Input matrix as cell array\\
-7. Reacts \textit{min\_max} as the same as Matlabs \textit{minmax}?\\
-