2 references to IUnsupervisedTrainerWithWeight
Microsoft.ML.Data (2)
EntryPoints\EntryPointNode.cs (1)
505
SetColumnArgument(ch, inputInstance, "ExampleWeightColumnName", weight, "weight", typeof(CommonInputs.ITrainerInputWithWeight), typeof(CommonInputs.
IUnsupervisedTrainerWithWeight
));
Training\TrainerInputBase.cs (1)
86
[TlcModule.EntryPointKind(typeof(CommonInputs.
IUnsupervisedTrainerWithWeight
))]