Property ExcludedSubgroupIndices
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; }