SG++-Doxygen-Documentation
|
The class processes the progress information from Learner and LinearSolver and stores it into the file. More...
Public Member Functions | |
def | __init__ (self, filename) |
Constructor. More... | |
def | handleLearningEvent (self, subject, status) |
Handles events from Learner. More... | |
def | handleSolvingEvent (self, subject, status) |
Handles events from Linear Solver. More... | |
def | toString (self) |
Returns a string that represents the object. More... | |
Static Public Attributes | |
filename = None | |
Filename, where output should be written. More... | |
The class processes the progress information from Learner and LinearSolver and stores it into the file.
def python.controller.InfoToFile.InfoToFile.__init__ | ( | self, | |
filename | |||
) |
Constructor.
filename | filename where output should be written as string |
References python.controller.InfoToFile.InfoToFile.filename.
def python.controller.InfoToFile.InfoToFile.handleLearningEvent | ( | self, | |
subject, | |||
status | |||
) |
Handles events from Learner.
subject | Learner object |
status | Event Status of type LearnerEvents |
References python.controller.InfoToFile.InfoToFile.filename.
def python.controller.InfoToFile.InfoToFile.handleSolvingEvent | ( | self, | |
subject, | |||
status | |||
) |
Handles events from Linear Solver.
subject | Linear Solver object |
status | Event Status of type LinearSolverEvents |
References python.controller.InfoToFile.InfoToFile.filename.
def python.controller.InfoToFile.InfoToFile.toString | ( | self | ) |
Returns a string that represents the object.
References python.controller.InfoToFile.InfoToFile.filename.
Referenced by python.controller.LearnerEventController.LearnerEventController.__repr__(), python.controller.SolverEventController.SolverEventController.__repr__(), python.uq.learner.Learner.Learner.createMemento(), python.learner.Learner.Learner.createMemento(), and python.learner.formatter.GridFormatter.GridFormatter.serialize().
|
static |
Filename, where output should be written.
Referenced by python.controller.InfoToFile.InfoToFile.__init__(), python.data.ARFFAdapter.ARFFAdapter.__init__(), python.data.CSVAdapter.CSVAdapter.__init__(), python.data.DataSpecification.DataSpecification.__init__(), python.data.DataSpecification.DataSpecification.getFilename(), python.controller.InfoToFile.InfoToFile.handleLearningEvent(), python.controller.InfoToFile.InfoToFile.handleSolvingEvent(), python.data.ARFFAdapter.ARFFAdapter.loadData(), python.data.CSVAdapter.CSVAdapter.loadData(), python.data.ARFFAdapter.ARFFAdapter.loadSpecification(), python.data.CSVAdapter.CSVAdapter.loadSpecification(), python.data.ARFFAdapter.ARFFAdapter.save(), python.data.CSVAdapter.CSVAdapter.save(), python.data.DataSpecification.DataSpecification.setFilename(), and python.controller.InfoToFile.InfoToFile.toString().