7 references to MultiWeightageKind
Microsoft.ML.Ensemble (7)
OutputCombiners\MultiWeightedAverage.cs (7)
49public MultiWeightageKind WeightageName = MultiWeightageKind.AccuracyMicroAvg; 52private readonly MultiWeightageKind _weightageKind; 59Host.CheckUserArg(Enum.IsDefined(typeof(MultiWeightageKind), _weightageKind), nameof(options.WeightageName)); 68_weightageKind = (MultiWeightageKind)ctx.Reader.ReadInt32(); 69Host.CheckDecode(Enum.IsDefined(typeof(MultiWeightageKind), _weightageKind)); 87Host.Assert(Enum.IsDefined(typeof(MultiWeightageKind), _weightageKind));