Functions for pretty-printing various data structures.
This should not be included in the browser bundle. The dependencies cause a large increase in the download size (~ 200k -> 750k). And the pretty printing does not work in the browser console anyway.
Methods
(inner) printCovarianceMatrix(matrix)
Pretty print the matrix to the console for debugging purposes
Parameters:
Name | Type | Description |
---|---|---|
matrix |
(inner) printScoreTable(scores)
Pretty print a table of score statistics
Parameters:
Name | Type | Description |
---|---|---|
scores |