Fleet  0.0.9
Inference in the LOT
Classes | Functions
Datum.h File Reference

A datum is the default data point for likelihoods, consisting of an input and output type. The reliability is measures the reliability of the data (sometimes number of effective data points, sometimes its the noise in the likelihood. More...

#include "Strings.h"
Include dependency graph for Datum.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  defaultdatum_t< __input_t, __output_t >
 

Functions

template<typename input_t , typename output_t >
std::ostream & operator<< (std::ostream &o, const defaultdatum_t< input_t, output_t > &d)
 
template<typename input_t , typename output_t >
std::string str (const defaultdatum_t< input_t, output_t > &x)
 

Detailed Description

A datum is the default data point for likelihoods, consisting of an input and output type. The reliability is measures the reliability of the data (sometimes number of effective data points, sometimes its the noise in the likelihood.

Function Documentation

◆ operator<<()

template<typename input_t , typename output_t >
std::ostream& operator<< ( std::ostream &  o,
const defaultdatum_t< input_t, output_t > &  d 
)

◆ str()

template<typename input_t , typename output_t >
std::string str ( const defaultdatum_t< input_t, output_t > &  x)