OpenNN
Open-source neural networks library
Loading...
Searching...
No Matches
dataset.h File Reference
#include "correlations.h"
#include "statistics.h"
#include "tensor_utilities.h"
#include "enum_map.h"
#include "string_utilities.h"
#include "variable.h"

Go to the source code of this file.

Classes

class  opennn::Dataset
 Abstract base class for OpenNN datasets, owning samples, variables, and metadata. More...
 

Namespaces

namespace  opennn
 

Enumerations

enum class  opennn::SampleRole { opennn::Training , opennn::Validation , opennn::Testing , opennn::None }
 Role of a sample in a dataset split. More...
 

Functions

const EnumMap< SampleRole > & opennn::sample_role_map ()
 Returns the bidirectional string/enum map for SampleRole.
 
const string & opennn::sample_role_to_string (SampleRole role)
 Returns the canonical string name for a SampleRole.
 
SampleRole opennn::string_to_sample_role (const string &name)
 Parses a string (name or "0"/"1"/"2"/"3") into the matching SampleRole.