SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
python.data.DataEntry.DataEntry Class Reference

A container for tuple of a point and its corresponding value. More...

Inheritance diagram for python.data.DataEntry.DataEntry:

Public Member Functions

 __init__ (self, point, value)
 Constructor.
 
 getPoint (self)
 Returns the data point.
 
 getValue (self)
 Returns the value.
 

Static Public Attributes

 point = None
 DataVector for point.
 
 value = None
 DataVector for value.
 

Detailed Description

A container for tuple of a point and its corresponding value.

Constructor & Destructor Documentation

◆ __init__()

python.data.DataEntry.DataEntry.__init__ (   self,
  point,
  value 
)

Constructor.

Parameters
pointDataVector data point
valueDataVector value of function in the point

References sgpp::base::AbstractRefinement_refinement_key.point, python.data.DataEntry.DataEntry.point, json::IDNode.value, json::TextNode.value, json::Token.value, python.data.DataEntry.DataEntry.value, sgpp::datadriven::ConfigurationBit.value, sgpp::datadriven::ContinuousParameter.value, and sgpp::datadriven::DiscreteParameter.value.

Member Function Documentation

◆ getPoint()

python.data.DataEntry.DataEntry.getPoint (   self)

Returns the data point.

Returns
: DataVector point

References sgpp::base::AbstractRefinement_refinement_key.point, and python.data.DataEntry.DataEntry.point.

◆ getValue()

python.data.DataEntry.DataEntry.getValue (   self)

Returns the value.

Returns
: DataVector value

References json::IDNode.value, json::TextNode.value, json::Token.value, python.data.DataEntry.DataEntry.value, sgpp::datadriven::ConfigurationBit.value, sgpp::datadriven::ContinuousParameter.value, and sgpp::datadriven::DiscreteParameter.value.

Member Data Documentation

◆ point

python.data.DataEntry.DataEntry.point = None
static

◆ value

python.data.DataEntry.DataEntry.value = None
static

The documentation for this class was generated from the following file: