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
otherChronosOptions<T>
Properties
ContextLength
public int ContextLength { get; set; }
Property Value
EmbeddingDim
public int EmbeddingDim { get; set; }
Property Value
Epochs
public int Epochs { get; set; }
Property Value
ForecastHorizon
public int ForecastHorizon { get; set; }
Property Value
LearningRate
public double LearningRate { get; set; }
Property Value
NumHeads
public int NumHeads { get; set; }
Property Value
NumLayers
public int NumLayers { get; set; }
Property Value
VocabularySize
public int VocabularySize { get; set; }