1 interface inheriting from ITrainerInputWithLabel
Microsoft.ML.Data (1)
EntryPoints\InputBase.cs (1)
175
public interface ITrainerInputWithWeight :
ITrainerInputWithLabel
2 references to ITrainerInputWithLabel
Microsoft.ML.Data (2)
EntryPoints\EntryPointNode.cs (1)
503
SetColumnArgument(ch, inputInstance, "LabelColumnName", label, "label", typeof(CommonInputs.
ITrainerInputWithLabel
));
Training\TrainerInputBase.cs (1)
55
[TlcModule.EntryPointKind(typeof(CommonInputs.
ITrainerInputWithLabel
))]