Vespucci  1.0.0
vespucci.h File Reference
#include <mlpack/core.hpp>
#include "Global/libvespucci.h"
#include <iostream>
#include <stdlib.h>
#include <string>
#include <map>

Go to the source code of this file.

Namespaces

 Vespucci
 A namespace for "global" functions, including math functions.
 

Functions

VESPUCCI_EXPORT bool Vespucci::SaveHDF5Obj (std::map< std::string, arma::mat * > objects, const std::string filename)
 
VESPUCCI_EXPORT bool Vespucci::SaveOldVespucciBinary (std::string filename, const arma::mat &spectra, const arma::vec &x, const arma::vec &y, const arma::vec &abscissa)
 Vespucci::SaveVespucciBinary. More...
 
VESPUCCI_EXPORT bool Vespucci::SaveText (std::string basename, const arma::mat &spectra, const arma::vec &x, const arma::vec &y, const arma::vec &abscissa, arma::file_type type)
 
VESPUCCI_EXPORT bool Vespucci::StitchDatasets (const arma::field< arma::field< arma::mat > > &datasets, arma::mat &spectra, arma::vec &x, arma::vec &y, arma::vec &abscissa)
 Vespucci::StitchDatasets. More...
 
VESPUCCI_EXPORT void Vespucci::ResetDataset (arma::mat &spectra, arma::vec &x, arma::vec &y, arma::vec &abscissa)
 
VESPUCCI_EXPORT std::string Vespucci::CleanString (const std::string &in)
 Vespucci::CleanString. More...