A specialization for Example
that does not have have a target.
More...
#include <example.h>
Public Types | |
using | DataType = Data |
using | TargetType = example::NoTarget |
Public Member Functions | |
Example (Data data) | |
operator Data & () | |
operator const Data & () const | |
Data Fields | |
Data | data |
A specialization for Example
that does not have have a target.
This class exists so that code can be written for a templated Example
type, and work both for labeled and unlabeled datasets.