Property ExcludedSubgroupNames
ExcludedSubgroupNames
Gets or sets the names of the subgroups whose data will be excluded from the retraining of the (shared) model. A subgroup will be excluded if either its name is in this list, or its ID is in ExcludedSubgroupIDs. If both lists are empty, no subgroups will be excluded. Available from DataMiner 10.5.9/10.6.0 onwards.
public List<string> ExcludedSubgroupNames { get; set; }