# HG changeset patch # User michaelschmid # Date 1185289294 0 # Node ID eb7353920f0d1cf21574493e167609caba739a12 # Parent 29de5a0aefae0df507c95fc81c25470fd4c13a8b Removed Files: isposint_netw_priv.tex min_max.tex diff -r 29de5a0aefae -r eb7353920f0d main/nnet/doc/latex/developers/tests/functions/isposint_netw_priv.tex --- 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! - diff -r 29de5a0aefae -r eb7353920f0d main/nnet/doc/latex/developers/tests/functions/min_max.tex --- 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}?\\ -