format

abstract fun format(columnSeparator: String = " ", lineSeparatorSymbol: Char = '_', thickLineSeparatorSymbol: Char = '='): List<String>

Formats model summary to array of strings. Rows should form a table with clean and readable structure.

Return

formatted model summary

Parameters

columnSeparator

text chunk that will be used as column separator for the output table

lineSeparatorSymbol

character that will be used to produce a string to separate rows of the output table

thickLineSeparatorSymbol

character that will be used to produce a string to separate blocks of the output table