TrainingMetrics

Contains metrics and performance indicators from the training of a recommender model.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A collection of performance metrics and statistics from the training process.

Link copied to clipboard

The name of the recommender version that produced these training metrics.

Link copied to clipboard

The timestamp when these training metrics were recorded.

Functions

Link copied to clipboard
inline fun copy(block: TrainingMetrics.Builder.() -> Unit = {}): TrainingMetrics
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String