BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
Functions
parsers.h File Reference
#include "data_model.h"
#include <string>
Include dependency graph for parsers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void parse_generic (const std::string &file_path, DataModel &dm)
 Parses data from input file. More...
 

Function Documentation

◆ parse_generic()

void parse_generic ( const std::string &  file_path,
DataModel dm 
)

Parses data from input file.

The chosen parser depends on the file type.

Parameters
[in]file_pathPath to the file that will be parsed.
[out]dmDataModel instance filled by data from the parsed file.

Definition at line 29 of file parsers.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: