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