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.

RetrainRADModelMessage(string, DateTime, DateTime, List<string>)

Initializes a new instance with the specified parameters. Available from DataMiner 10.5.9/10.6.0 onwards.

public RetrainRADModelMessage(string groupName, DateTime startTime, DateTime endTime, List<string> excludedSubgroups)

Parameters

groupName string

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

startTime DateTime

Start time of the time range over which training data will be fetched.

endTime DateTime

End time of the time range over which training data will be fetched.

excludedSubgroups List<string>

The names of the subgroups whose data will be excluded from the retraining of the shared model.

RetrainRADModelMessage(string, DateTime, DateTime, List<Guid>)

Initializes a new instance with the specified parameters. Available from DataMiner 10.5.9/10.6.0 onwards.

public RetrainRADModelMessage(string groupName, DateTime startTime, DateTime endTime, List<Guid> excludedSubgroups)

Parameters

groupName string

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

startTime DateTime

start time of the time range over which training data will be fetched.

endTime DateTime

End time of the time range over which training data will be fetched.

excludedSubgroups List<Guid>

The IDs of the subgroups whose data will be excluded from the retraining of the shared model.