SG++-Doxygen-Documentation
python.uq.analysis.asgc.ASGCKnowledgeFormatter.ASGCKnowledgeFormatter Class Reference
Inheritance diagram for python.uq.analysis.asgc.ASGCKnowledgeFormatter.ASGCKnowledgeFormatter:

Public Member Functions

def deserialize (self, serializationStream)
 
def deserializeFromFile (self, filename)
 
def serialize (self, memento, serializationStream)
 
def serializeToFile (self, memento, filename)
 
def toString (self, memento)
 

Detailed Description

ASGCKnowledgeFormatter class.

Member Function Documentation

◆ deserialize()

def python.uq.analysis.asgc.ASGCKnowledgeFormatter.ASGCKnowledgeFormatter.deserialize (   self,
  serializationStream 
)

◆ deserializeFromFile()

◆ serialize()

def python.uq.analysis.asgc.ASGCKnowledgeFormatter.ASGCKnowledgeFormatter.serialize (   self,
  memento,
  serializationStream 
)
Serializes the ASGCKnowledge memento to the stream
@param memento: The ASGCKnowledge memento structure
@param serializationStream: output stream where memento should
                     be serialized to

Referenced by python.utils.GzipSerializer.GzipSerializer.serializeToFile(), python.uq.analysis.asgc.ASGCKnowledgeFormatter.ASGCKnowledgeFormatter.serializeToFile(), python.uq.sampler.asgc.ASGCSamplerFormatter.ASGCSamplerFormatter.serializeToFile(), and python.uq.uq_setting.UQSettingFormatter.UQSettingFormatter.serializeToFile().

◆ serializeToFile()

def python.uq.analysis.asgc.ASGCKnowledgeFormatter.ASGCKnowledgeFormatter.serializeToFile (   self,
  memento,
  filename 
)
Serializes the ASGCKnowledge memento to file
@param memento: The ASGCKnowledge memento structure
@param filename: The name of the file where the memento should be
          serialized to

References python.utils.GzipSerializer.GzipSerializer.gzOpen(), python.learner.formatter.GridImageFormatter.GridImageFormatter.serialize(), sgpp::combigrid::AbstractSerializationStrategy< T >.serialize(), sgpp::combigrid::DefaultSerializationStrategy< T >.serialize(), json::ListNode.serialize(), json::Node.serialize(), sgpp::combigrid::FloatSerializationStrategy< T >.serialize(), json::JSON.serialize(), json::DictNode.serialize(), sgpp::base::ModPolyGrid.serialize(), sgpp::base::PolyGrid.serialize(), json::TextNode.serialize(), python.learner.formatter.LearnerFormatter.LearnerFormatter.serialize(), json::IDNode.serialize(), sgpp::base::PolyBoundaryGrid.serialize(), sgpp::base::LinearClenshawCurtisBoundaryGrid.serialize(), sgpp::base::PolyClenshawCurtisBoundaryGrid.serialize(), sgpp::combigrid::TreeStorageSerializationStrategy< T >.serialize(), sgpp::combigrid::AbstractCombigridStorage.serialize(), python.learner.formatter.GridFormatter.GridFormatter.serialize(), sgpp::base::LinearBoundaryGrid.serialize(), sgpp::combigrid::CombigridTreeStorage.serialize(), sgpp::combigrid::FunctionLookupTable.serialize(), python.learner.formatter.LearnedKnowledgeFormatter.LearnedKnowledgeFormatter.serialize(), python.uq.analysis.asgc.ASGCKnowledgeFormatter.ASGCKnowledgeFormatter.serialize(), sgpp::base::ModLinearClenshawCurtisGrid.serialize(), sgpp::base::LinearClenshawCurtisGrid.serialize(), sgpp::base::PolyClenshawCurtisGrid.serialize(), sgpp::base::ModPolyClenshawCurtisGrid.serialize(), sgpp::base::ModBsplineClenshawCurtisGrid.serialize(), sgpp::base::FundamentalSplineGrid.serialize(), sgpp::base::BsplineGrid.serialize(), sgpp::base::ModBsplineGrid.serialize(), sgpp::base::ModFundamentalSplineGrid.serialize(), sgpp::base::NakBsplineBoundaryCombigridGrid.serialize(), sgpp::base::BsplineClenshawCurtisGrid.serialize(), sgpp::base::BsplineBoundaryGrid.serialize(), sgpp::base::HashGridPoint.serialize(), sgpp::base::HashGridStorage.serialize(), sgpp::base::BoundingBox.serialize(), sgpp::base::Stretching.serialize(), and sgpp::base::Grid.serialize().

◆ toString()

def python.uq.analysis.asgc.ASGCKnowledgeFormatter.ASGCKnowledgeFormatter.toString (   self,
  memento 
)
Returns a string that represents the ASGCKnowledge memento object.
@param memento: the ASGCKnowledge memento object
@return: string representing the ASGCKnowledge memento

Referenced by python.uq.learner.Learner.Learner.createMemento().


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