|
Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
|
Functions | |
| int | countNumOfLinesInFile (const std::string &filename) |
| template<typename T > | |
| void | fillMatrixWithRandomValues (std::vector< std::vector< T > > &matrix, double minRange=-1.0, double maxRange=1.0) |
| template<typename T > | |
| T | generateRandomNumber (const T &min, const T &max) |
| float | getProcessMemoryMb () |
| std::string | getResourceRoot () |
| std::string | replaceForwardSlashesWithBackslashes (const std::string &str) |
| template<typename T > | |
| void | resizeMatrix (std::vector< std::vector< T > > &matrix, int newRowSize, int newColSize) |
| bool | safe_localtime (const std::time_t *time, std::tm *result) |
| bool | saveVectorToFile (const std::vector< double > &vector, const std::string &filename) |
| int dnf_composer::tools::utils::countNumOfLinesInFile | ( | const std::string & | filename | ) |
| void dnf_composer::tools::utils::fillMatrixWithRandomValues | ( | std::vector< std::vector< T > > & | matrix, |
| double | minRange = -1.0, |
||
| double | maxRange = 1.0 |
||
| ) |
| T dnf_composer::tools::utils::generateRandomNumber | ( | const T & | min, |
| const T & | max | ||
| ) |
| float dnf_composer::tools::utils::getProcessMemoryMb | ( | ) |
| std::string dnf_composer::tools::utils::getResourceRoot | ( | ) |
| std::string dnf_composer::tools::utils::replaceForwardSlashesWithBackslashes | ( | const std::string & | str | ) |
| void dnf_composer::tools::utils::resizeMatrix | ( | std::vector< std::vector< T > > & | matrix, |
| int | newRowSize, | ||
| int | newColSize | ||
| ) |
|
inline |
| bool dnf_composer::tools::utils::saveVectorToFile | ( | const std::vector< double > & | vector, |
| const std::string & | filename | ||
| ) |