Column-oriented GPU-accelerated Database Management System
CoGaDB
hype::core::MeasurementPair Class Reference

This class represents the result of a measurement consisting of the features of a data set, the measured execution time of an algorithm and an estimated execution time for an algortihm computed by a statistical method. More...

#include <measurementpair.hpp>

Collaboration diagram for hype::core::MeasurementPair:

List of all members.

Public Member Functions

 MeasurementPair ()
 MeasurementPair (const Tuple &feature_values, MeasuredTime measured_time, EstimatedTime estimated_time)
const TuplegetFeatureValues () const
const MeasuredTimegetMeasuredTime () const
const EstimatedTimegetEstimatedTime () const
const std::string toPlainString () const

Private Attributes

Tuple feature_values_
MeasuredTime measured_time_
EstimatedTime estimated_time_

Detailed Description

This class represents the result of a measurement consisting of the features of a data set, the measured execution time of an algorithm and an estimated execution time for an algortihm computed by a statistical method.

Author:
Sebastian Breß
Version:
0.1
Date:
2012

Constructor & Destructor Documentation

hype::core::MeasurementPair::MeasurementPair ( const Tuple feature_values,
MeasuredTime  measured_time,
EstimatedTime  estimated_time 
)

Member Function Documentation

const std::string hype::core::MeasurementPair::toPlainString ( ) const

Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines