Funciones de labiblioteca: Pds::Ml::Package(), Pds::Ml::Version(), Pds::Ml::ToString(), etc.
Más...
|
namespace | Pds |
| Nombre de espacio para Pds (Procesamiento Digital de Senales)
|
|
namespace | Pds::Ml |
| Nombre de espacio para Ml (Machine learning)
|
|
|
Salva datos de matrices
|
template<typename T > |
std::string | Pds::Ml::ToString (T val) |
| Convierte en std::sring un int,long,unsigned int, unsigned long, float o double. Más...
|
|
Funciones de labiblioteca: Pds::Ml::Package(), Pds::Ml::Version(), Pds::Ml::ToString(), etc.
#include <Pds/MlTools>
◆ Version()
std::string Pds::Ml::Version |
( |
void |
| ) |
|
Retorna la versión de la biblioteca.
Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards-compatible manner, and
- PATCH version when you make backwards-compatible bug fixes.
- Devuelve
- Retorna la versión de la biblioteca.
◆ PrintVersion()
void Pds::Ml::PrintVersion |
( |
std::string |
str | ) |
|
Imprime em pantalla la versión de la biblioteca, imprime un salto de linea al final.
- Parámetros
-
[in] | str | Texto a mostrar antes de la version |
◆ Package()
std::string Pds::Ml::Package |
( |
void |
| ) |
|
Retorna el nombre de la biblioteca.
- Devuelve
- Retorna el nombre de la biblioteca.
◆ PrintPackage()
void Pds::Ml::PrintPackage |
( |
std::string |
str | ) |
|
Imprime em pantalla el nombre de la biblioteca, imprime un salto de linea al final.
- Parámetros
-
[in] | str | Texto a mostrar antes del nombre |
◆ ToString()
template<typename T >
std::string Pds::Ml::ToString |
( |
T |
val | ) |
|
Convierte en std::sring un int,long,unsigned int, unsigned long, float o double.
- Parámetros
-
[in] | val | El elemento a convertir en std::string. |
- Devuelve
- Retorna el valor convertido en std::string.