DiSMEC++
slice.h File Reference
#include <filesystem>
#include <iosfwd>
#include "fwd.h"

Go to the source code of this file.

Namespaces

 dismec
 Main namespace in which all types, classes, and functions are defined.
 
 dismec::io
 

Functions

MultiLabelData dismec::io::read_slice_dataset (std::istream &features, std::istream &labels)
 reads a dataset given in slice format. More...
 
MultiLabelData dismec::io::read_slice_dataset (const std::filesystem::path &features, const std::filesystem::path &labels)