2 interfaces inheriting from ITrainerInput
Microsoft.ML.Data (2)
EntryPoints\InputBase.cs (2)
159public interface ITrainerInputWithLabel : ITrainerInput 167public interface IUnsupervisedTrainerWithWeight : ITrainerInput
1 reference to ITrainerInput
Microsoft.ML.Data (1)
Training\TrainerInputBase.cs (1)
15[TlcModule.EntryPointKind(typeof(CommonInputs.ITrainerInput))]