7 references to ITrainer
Microsoft.ML.Core (5)
Prediction\ITrainer.cs (4)
40
/// but rather implement the more specific <see cref="
ITrainer
{TPredictor}"/>.
61
/// <seealso cref="
ITrainer
{TPredictor}.Train(TrainContext)"/>
98
/// Equivalent to calling <see cref="
ITrainer
{TPredictor}.Train(TrainContext)"/>
104
public static TPredictor Train<TPredictor>(this
ITrainer
<TPredictor> trainer, RoleMappedData trainData) where TPredictor : IPredictor
Prediction\TrainContext.cs (1)
12
/// into <see cref="
ITrainer
{TPredictor}.Train(TrainContext)"/> or <see cref="ITrainer.Train(TrainContext)"/>.
Microsoft.ML.Data (2)
Training\TrainerUtils.cs (2)
393
/// style transformers into the older now disfavored <see cref="
ITrainer
{TPredictor}"/> idiom, for components that still
460
/// interface, and maps it to the legacy code that wants an <see cref="
ITrainer
{TPredictor}"/>. The goal should be to