2 types derived from TrainerInputBase
Microsoft.ML.Data (2)
Training\TrainerInputBase.cs (2)
56
public abstract class TrainerInputBaseWithLabel :
TrainerInputBase
87
public abstract class UnsupervisedTrainerInputBaseWithWeight :
TrainerInputBase
2 references to TrainerInputBase
Microsoft.ML.Data (1)
EntryPoints\InputBase.cs (1)
67
where 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.