ade.scripts.lgg.Grepper(object)
class documentation
Part of ade.scripts.lgg
(View In Hierarchy)
I grep your log file for param values.
Method | __init__ | Undocumented |
Method | filerator | Opens my filePath and, for each SSE entry found in it, yields 2-tuples with the SSE as a float and a dict keyed by name with a 2-tuple of (1) parameter value as a string, and (2) stars. |
Method | starredNames | Looks through the log file and identifies all names that have stars in the N lowest-SSE entries. |
Method | globNames | Looks at the first SSE entry of the log file and identifies all names that match the glob pattern. |
Method | load | Loads SSEs, and parameter values and stars for those SSEs, from my log file. |
Method | rj | Returns a right-justified string version of the supplied string or float x, with my column width. |
Method | makeLines | Returns lines of a text table of parameter values for the best SSEs leading up to the end. |
Method | __call__ | Undocumented |
Opens my filePath and, for each SSE entry found in it, yields 2-tuples with the SSE as a float and a dict keyed by name with a 2-tuple of (1) parameter value as a string, and (2) stars.
Looks through the log file and identifies all names that have stars in the N lowest-SSE entries.
Looks at the first SSE entry of the log file and identifies all names that match the glob pattern.
Returns a right-justified string version of the supplied string or float x, with my column width.