OpenNN
Open-source neural networks library
Loading...
Searching...
No Matches
neural_designer_utilities.h File Reference
#include "pch.h"

Go to the source code of this file.

Namespaces

namespace  opennn
 

Functions

void opennn::sort_string_vector (vector< string > &)
 Sorts a vector of strings in place in ascending lexicographical order.
 
vector< string > opennn::concatenate_string_vectors (const vector< string > &, const vector< string > &)
 Concatenates two string vectors and returns the resulting vector.
 
string opennn::formatNumber (float, int)
 Formats a floating point number as a string using the given number of decimal digits.
 
float opennn::round_to_precision (float, const int &)
 Rounds the given floating point value to the requested number of significant digits.