|
| deserialize (self, serializationStream) |
| Deserializes the Learner memento object from the stream.
|
|
| serialize (self, memento, serializationStream) |
| Serializes the Learner memento to the stream.
|
|
| serializeToFile (self, memento, filename) |
| Serializes the Learner memento to the file.
|
|
| toString (self, memento) |
| Returns a string that represents the Learner memento object.
|
|
◆ deserialize()
python.learner.formatter.LearnerFormatter.LearnerFormatter.deserialize |
( |
|
self, |
|
|
|
serializationStream |
|
) |
| |
◆ serialize()
python.learner.formatter.LearnerFormatter.LearnerFormatter.serialize |
( |
|
self, |
|
|
|
memento, |
|
|
|
serializationStream |
|
) |
| |
◆ serializeToFile()
python.learner.formatter.LearnerFormatter.LearnerFormatter.serializeToFile |
( |
|
self, |
|
|
|
memento, |
|
|
|
filename |
|
) |
| |
Serializes the Learner memento to the file.
- Parameters
-
memento | The Learner memento structure |
filename | The name of file where memento should be serialized to. |
References python.utils.GzipSerializer.GzipSerializer.gzOpen(), json::JSON.serialize(), sgpp::base::Grid.serialize(), sgpp::base::BoundingBox.serialize(), sgpp::base::HashGridStorage.serialize(), sgpp::base::Stretching.serialize(), python.learner.formatter.GridFormatter.GridFormatter.serialize(), python.learner.formatter.LearnedKnowledgeFormatter.LearnedKnowledgeFormatter.serialize(), python.learner.formatter.LearnerFormatter.LearnerFormatter.serialize(), python.uq.analysis.asgc.ASGCKnowledgeFormatter.ASGCKnowledgeFormatter.serialize(), python.uq.sampler.asgc.ASGCSamplerFormatter.ASGCSamplerFormatter.serialize(), python.uq.uq_setting.UQSettingFormatter.UQSettingFormatter.serialize(), python.learner.formatter.GridImageFormatter.GridImageFormatter.serialize(), python.utils.GzipSerializer.GzipSerializer.serialize(), sgpp::base::Grid.serialize(), sgpp::base::BsplineBoundaryGrid.serialize(), sgpp::base::BsplineClenshawCurtisGrid.serialize(), sgpp::base::BsplineGrid.serialize(), sgpp::base::FundamentalNakSplineBoundaryGrid.serialize(), sgpp::base::FundamentalSplineBoundaryGrid.serialize(), sgpp::base::FundamentalSplineGrid.serialize(), sgpp::base::LinearBoundaryGrid.serialize(), sgpp::base::LinearClenshawCurtisBoundaryGrid.serialize(), sgpp::base::LinearClenshawCurtisGrid.serialize(), sgpp::base::ModBsplineClenshawCurtisGrid.serialize(), sgpp::base::ModBsplineGrid.serialize(), sgpp::base::ModFundamentalSplineGrid.serialize(), sgpp::base::ModLinearClenshawCurtisGrid.serialize(), sgpp::base::ModNakBsplineGrid.serialize(), sgpp::base::ModPolyClenshawCurtisGrid.serialize(), sgpp::base::ModPolyGrid.serialize(), sgpp::base::ModWeaklyFundamentalNakSplineGrid.serialize(), sgpp::base::NakBsplineBoundaryGrid.serialize(), sgpp::base::NakBsplineExtendedGrid.serialize(), sgpp::base::NakBsplineGrid.serialize(), sgpp::base::NakPBsplineGrid.serialize(), sgpp::base::NaturalBsplineBoundaryGrid.serialize(), sgpp::base::PolyBoundaryGrid.serialize(), sgpp::base::PolyClenshawCurtisBoundaryGrid.serialize(), sgpp::base::PolyClenshawCurtisGrid.serialize(), sgpp::base::PolyGrid.serialize(), sgpp::base::WeaklyFundamentalNakSplineBoundaryGrid.serialize(), sgpp::base::WeaklyFundamentalSplineBoundaryGrid.serialize(), sgpp::base::HashGridPoint.serialize(), sgpp::base::BoundingBox.serialize(), sgpp::base::HashGridStorage.serialize(), sgpp::base::Stretching.serialize(), json::DictNode.serialize(), json::IDNode.serialize(), json::JSON.serialize(), json::ListNode.serialize(), json::TextNode.serialize(), json::Node.serialize(), and sgpp::base::Grid.serialize().
◆ toString()
python.learner.formatter.LearnerFormatter.LearnerFormatter.toString |
( |
|
self, |
|
|
|
memento |
|
) |
| |
The documentation for this class was generated from the following file: