Table of Contents

Constructor RetrainRADModelMessage

Namespace
Skyline.DataMiner.Analytics.Rad
Assembly
SLAnalyticsTypes.dll

RetrainRADModelMessage()

Initializes a new instance of the RetrainRADModelMessage class.

public RetrainRADModelMessage()

RetrainRADModelMessage(string, List<TimeRange>)

Initializes a new instance with the specified parameters.

public RetrainRADModelMessage(string groupName, List<TimeRange> correctBehaviorTimeRanges)

Parameters

groupName string

The name of the group whose RAD model needs to be retrained.

correctBehaviorTimeRanges List<TimeRange>

A list of time ranges representing correct behavior, i.e. the training data.

RetrainRADModelMessage(string, DateTime, DateTime)

Initializes a new instance with the specified parameters.

public RetrainRADModelMessage(string groupName, DateTime startTime, DateTime endTime)

Parameters

groupName string

The name of the group whose RAD model needs to be retrained.

startTime DateTime

Start time of the time range with correct behavior.

endTime DateTime

End time of the time range with correct behavior.