public WeightsCollection(LinearModelParameters pred) { Contracts.AssertValue(pred); _pred = pred; }
private protected abstract TModel TrainCore(IChannel ch, RoleMappedData data, LinearModelParameters predictor, int weightSetCount);