ModelSummary

interface ModelSummary

Common interface for model summary.

Functions

format
Link copied to clipboard
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.

Inheritors

EmptySummary
Link copied to clipboard
ModelHubModelSummary
Link copied to clipboard

Extensions

print
Link copied to clipboard
fun ModelSummary.print(out: PrintStream = System.out)

Formats and prints model summary to output stream By defaults prints to console