|
NICE
Northeastern Interactive Clustering Engine
|
Functions | |
| template<typename T > | |
| Matrix< T > | FromFile (const std::string &input_file_path, int num_rows, int num_cols, const std::string delimiter=" ") |
| template<typename T > | |
| Matrix< T > | FromFile (const std::string &input_file_path, const std::string delimiter=" ") |
| template<typename T > | |
| Vector< T > | FromFile (const std::string &input_file_path, int num_elements) |
| Matrix<T> Nice::util::FromFile | ( | const std::string & | input_file_path, |
| int | num_rows, | ||
| int | num_cols, | ||
| const std::string | delimiter = " " |
||
| ) |
This function reads and creates a matrix from a file
| &input_file_path | Input string to file location |
| num_rows | The number of rows in the read-in matrix |
| num_cols | The number of columns in the read-in matrix |
| delimiter | Char that stands in-between coefficients |
| Matrix<T> Nice::util::FromFile | ( | const std::string & | input_file_path, |
| const std::string | delimiter = " " |
||
| ) |
This function reads and creates a matrix from a file
| &input_file_path | Input string to file location |
| delimiter | Char that stands in-between coefficients |
| Vector<T> Nice::util::FromFile | ( | const std::string & | input_file_path, |
| int | num_elements | ||
| ) |
1.8.11