1 interface inheriting from ITrainerInputWithWeight
Microsoft.ML.Data (1)
EntryPoints\InputBase.cs (1)
183
public interface ITrainerInputWithGroupId :
ITrainerInputWithWeight
2 references to ITrainerInputWithWeight
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)
71
[TlcModule.EntryPointKind(typeof(CommonInputs.
ITrainerInputWithWeight
))]