ModelWithSummary

interface ModelWithSummary

Interface for the models for which we can produce meaningful summary.

Functions

summary
Link copied to clipboard
abstract fun summary(): ModelSummary

Returns model summary.

Extensions

printSummary
Link copied to clipboard
fun ModelWithSummary.printSummary(out: PrintStream = System.out)

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