2 types derived from TrainerInputBase
Microsoft.ML.Data (2)
Training\TrainerInputBase.cs (2)
56public abstract class TrainerInputBaseWithLabel : TrainerInputBase 87public abstract class UnsupervisedTrainerInputBaseWithWeight : TrainerInputBase
2 references to TrainerInputBase
Microsoft.ML.Data (1)
EntryPoints\InputBase.cs (1)
67where TArg : TrainerInputBase
Microsoft.ML.StandardTrainers (1)
FactorizationMachine\FactorizationMachineTrainer.cs (1)
150/// Extra feature column names. The column named <see cref="TrainerInputBase.FeatureColumnName"/> stores features from the first field.