| Trees | Indices | Help |
|
|---|
|
|
Command-line output printing utilities.
Utilities for formatting output to be printed to the command line.
Author: Mark Granroth-Wilding <mark.granroth-wilding@ed.ac.uk>
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
__colorama_inited = False
|
|||
__COLORAMA_PARAMS =
|
|||
__package__ = Nonehash(x) |
|||
|
|||
Given a confusion matrix as a dictionary, outputs it as a table. The matrix should be in the format of a dictionary, keyed by correct values (strings), containing dictionaries, keyed by incorrect values (string), of integers. The integers represent the number of times the incorrect value was mistaken for the correct value. |
Initializes colorama - terminal output color package. Only initializes it once. If called more than once, does nothing after the first time. Use kwargs to override colorama init params. |
De-initializes colorama. See the colorama docs for why you'd want to do this. Only does anything if colorama has been inited using init_colors. See Also: http://pypi.python.org/pypi/colorama |
|
|||
__COLORAMA_PARAMS
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Nov 26 16:04:56 2012 | http://epydoc.sourceforge.net |