7 references to WeightageKind
Microsoft.ML.Ensemble (7)
OutputCombiners\WeightedAverage.cs (7)
44public WeightageKind WeightageName = WeightageKind.Auc; 49private readonly WeightageKind _weightageKind; 57Host.CheckUserArg(Enum.IsDefined(typeof(WeightageKind), _weightageKind), nameof(options.WeightageName)); 65_weightageKind = (WeightageKind)ctx.Reader.ReadInt32(); 66Host.CheckDecode(Enum.IsDefined(typeof(WeightageKind), _weightageKind)); 85Contracts.Assert(Enum.IsDefined(typeof(WeightageKind), _weightageKind));