Skip to content
Snippets Groups Projects
Commit 5f8400ab authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

DOC: doxygen corrections

parent 78ba227f
Branches
Tags
No related merge requests found
......@@ -39,13 +39,12 @@ namespace Functor
*
* Its behavior is decomposed into two steps depending on the number of iterations:
* \f[
\beta =
\begin{cases} \beta_0 \left( 1 - \frac{t}{t_0} \right) & \textrm{if} t \lt t_0}
\\
\beta_{\textrm{end}} \left( 1- \frac{t-t_O}{t_{\textrm{end}}-t_0} \right) & \textrm{ if $ t_0 \leqslant t \lt t_{\textrm{end}}$}
\end{cases}
\f]
* where \f$ t_0 \f$ stands for IterationThreshold.
\beta =
\begin{cases} \beta_0 \left( 1 - \frac{t}{t_0} \right) & \textrm{if} t \lt t_0}\\
\beta_{\textrm{end}} \left( 1- \frac{t-t_O}{t_{\textrm{end}}-t_0} \right) & \textrm{if} t_0 \leqslant t \lt t_{\textrm{end}}
\end{cases}
\f]
* where \f$ t_0 \f$ stands for IterationThreshold.
*
* CzihoSOMLearningBehaviorFunctor uses some parameters of the SOM class such as:
* BetaInit, BetaEnd, NumberOfIterations, but also NeighborhoodSizeInit which may be
......
......@@ -28,7 +28,7 @@ namespace Functor
*
* This functor calculate the polarimetric synthesis
* using the electroMagneticField vectors as follow:
* \f$ \sigma(\psi_{i},\chi_{i},\psi_{r},\chi_{r}) =
* \f$ \sigma(\psi_{i},\chi_{i},\psi_{r},\chi_{r}) = \\
\vec(E_{r}}\cdot\left[ S \right] \vec(E_{i}} \f$
*
* \ingroup Functor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment