Table of Contents

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

other DeepANTOptions<T>

Properties

BatchSize

public int BatchSize { get; set; }

Property Value

int

Epochs

public int Epochs { get; set; }

Property Value

int

LearningRate

public double LearningRate { get; set; }

Property Value

double

WindowSize

public int WindowSize { get; set; }

Property Value

int