Estructura de datos tipo Pds::IterationConf.
Más...
|
namespace | Pds |
| Nombre de espacion para PDS (Procesamiento Digital de Senales)
|
|
Estructura de datos tipo Pds::IterationConf.
#include <Pds/IterationConf>
Informacion adicional puede ser encontrada en [1]
◆ IterationConf()
Pds::IterationConf::IterationConf |
( |
void |
| ) |
|
◆ SetAlpha()
bool Pds::IterationConf::SetAlpha |
( |
double |
Alpha | ) |
|
◆ GetAlpha()
double Pds::IterationConf::GetAlpha |
( |
void |
| ) |
const |
Devuelve el valor alpha.
- Devuelve
- Retorna el valor alpha.
◆ SetLambda()
bool Pds::IterationConf::SetLambda |
( |
double |
Lambda | ) |
|
Coloca el valor lambda.
- Devuelve
- Retorna true si es nula e false si no.
◆ GetLambda()
double Pds::IterationConf::GetLambda |
( |
void |
| ) |
const |
Devuelve el valor Lambda.
- Devuelve
- Retorna el valor Lambda.
◆ SetGamma()
bool Pds::IterationConf::SetGamma |
( |
double |
Lambda | ) |
|
Coloca el valor gamma.
- Devuelve
- Retorna true si es nula e false si no.
◆ GetGamma()
double Pds::IterationConf::GetGamma |
( |
void |
| ) |
const |
Devuelve el valor gamma.
- Devuelve
- Retorna el valor gamma.
◆ SetMinError()
bool Pds::IterationConf::SetMinError |
( |
double |
MinError | ) |
|
◆ GetMinError()
double Pds::IterationConf::GetMinError |
( |
void |
| ) |
const |
Devuelve el valor MinError.
- Devuelve
- Retorna el valor MinError.
◆ SetMaxIter()
bool Pds::IterationConf::SetMaxIter |
( |
unsigned int |
MaxIter | ) |
|
◆ GetMaxIter()
unsigned int Pds::IterationConf::GetMaxIter |
( |
void |
| ) |
const |
Devuelve el valor MaxIter.
- Devuelve
- Retorna el valor MaxIter.
◆ Print()
void Pds::IterationConf::Print |
( |
std::string |
str | ) |
const |
◆ ~IterationConf()
Pds::IterationConf::~IterationConf |
( |
| ) |
|