WindowSummary

The metrics for a time range within the evaluation portion of a dataset. This object is part of the EvaluationResult object.

The TestWindowStart and TestWindowEnd parameters are determined by the BackTestWindowOffset parameter of the EvaluationParameters object.

Types

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

Properties

Link copied to clipboard

The type of evaluation.

Link copied to clipboard

The number of data points within the window.

Link copied to clipboard

Provides metrics used to evaluate the performance of a predictor.

Link copied to clipboard

The timestamp that defines the end of the window.

Link copied to clipboard

The timestamp that defines the start of the window.

Functions

Link copied to clipboard
inline fun copy(block: WindowSummary.Builder.() -> Unit = {}): WindowSummary
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