Table of Contents

Property ExcludedSubgroupIndices

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

ExcludedSubgroupIndices

Gets or sets the index of the subgroups whose data will be excluded from the training of the (shared) model. The index corresponds to the position of the subgroup in the list of subgroups defined in AddRADParameterGroupMessage.ParameterGroupInfo.Subgroups. A subgroup will be excluded if either its index is in this list, or its name is in ExcludedSubgroupNames. If both lists are empty, no subgroups will be excluded.

public List<int> ExcludedSubgroupIndices { get; set; }

Property Value

List<int>