Table of Contents

Class ChronosOptions<T>

Namespace
AiDotNet.TimeSeries
Assembly
AiDotNet.dll

Options for Chronos foundation model.

public class ChronosOptions<T> : TimeSeriesRegressionOptions<T>

Type Parameters

T
Inheritance
ChronosOptions<T>
Inherited Members

Constructors

ChronosOptions()

public ChronosOptions()

ChronosOptions(ChronosOptions<T>)

public ChronosOptions(ChronosOptions<T> other)

Parameters

other ChronosOptions<T>

Properties

ContextLength

public int ContextLength { get; set; }

Property Value

int

EmbeddingDim

public int EmbeddingDim { get; set; }

Property Value

int

Epochs

public int Epochs { get; set; }

Property Value

int

ForecastHorizon

public int ForecastHorizon { get; set; }

Property Value

int

LearningRate

public double LearningRate { get; set; }

Property Value

double

NumHeads

public int NumHeads { get; set; }

Property Value

int

NumLayers

public int NumLayers { get; set; }

Property Value

int

VocabularySize

public int VocabularySize { get; set; }

Property Value

int