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