Class DeepANTOptions<T>
- Namespace
- AiDotNet.TimeSeries.AnomalyDetection
- Assembly
- AiDotNet.dll
Options for DeepANT model.
public class DeepANTOptions<T> : TimeSeriesRegressionOptions<T>
Type Parameters
T
- Inheritance
-
DeepANTOptions<T>
- Inherited Members
Constructors
DeepANTOptions()
public DeepANTOptions()
DeepANTOptions(DeepANTOptions<T>)
public DeepANTOptions(DeepANTOptions<T> other)
Parameters
otherDeepANTOptions<T>
Properties
BatchSize
public int BatchSize { get; set; }
Property Value
Epochs
public int Epochs { get; set; }
Property Value
LearningRate
public double LearningRate { get; set; }
Property Value
WindowSize
public int WindowSize { get; set; }