CBICA Toolkit  1.0.0
CSVDict Struct Reference

A Dictionary structure to for CSV parsing. More...

#include <cbicaUtilities.h>

Public Member Functions

 CSVDict (const CSVDict &origin)
 Constructor.
 
 CSVDict ()
 Constructor.
 
 CSVDict (const std::vector< std::string > &inputImagesVector, const std::vector< double > &inputLabelVector)
 Constructor.
 

Public Attributes

std::vector< std::string > inputImages
 Contains input image file names.
 
std::vector< double > inputLabels
 Contains Labels that correspond to each file.
 

Detailed Description

A Dictionary structure to for CSV parsing.

The CSV File in question is basically a list file consisting of file names (or paths) and labels


The documentation for this struct was generated from the following file: