Class AlgorithmTuningParameters
Represents the algorithm tuning parameters for either VOC or NOx.
public class AlgorithmTuningParameters : AbstractReadWriteEntity
- Inheritance
-
AlgorithmTuningParameters
Constructors
AlgorithmTuningParameters()
public AlgorithmTuningParameters()
Properties
GainFactor
Gets or sets the Gain Factor.
public short GainFactor { get; set; }
Property Value
GatingMaxDuration
Gets or sets the Gating Max Duration Minutes. Note that the smallest counted unit is minutes.
public TimeSpan GatingMaxDuration { get; set; }
Property Value
IndexOffset
Gets or sets the index offset.
public short IndexOffset { get; set; }
Property Value
InitialStandardDeviation
Gets or sets the initial (estimate for) standard deviation.
public short InitialStandardDeviation { get; set; }
Property Value
LearningTimeGain
Gets or sets the Learning Time Gain Hours. Note that the smallest counted unit is hours.
public TimeSpan LearningTimeGain { get; set; }
Property Value
LearningTimeOffset
Gets or sets the Learning Time Offset Hours. Note that the smallest counted unit is hours.
public TimeSpan LearningTimeOffset { get; set; }