![]() |
SG++-Doxygen-Documentation
|
A container for tuple of a point and its corresponding value. More...
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. | |
A container for tuple of a point and its corresponding value.
python.data.DataEntry.DataEntry.__init__ | ( | self, | |
point, | |||
value | |||
) |
Constructor.
point | DataVector data point |
value | DataVector 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.
python.data.DataEntry.DataEntry.getPoint | ( | self | ) |
Returns the data point.
References sgpp::base::AbstractRefinement_refinement_key.point, and python.data.DataEntry.DataEntry.point.
python.data.DataEntry.DataEntry.getValue | ( | self | ) |
Returns the 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.
|
static |
DataVector for point.
Referenced by python.data.DataEntry.DataEntry.__init__(), and python.data.DataEntry.DataEntry.getPoint().
|
static |
DataVector for value.
Referenced by python.data.DataEntry.DataEntry.__init__(), and python.data.DataEntry.DataEntry.getValue().