32 references to Train
Microsoft.ML.Ensemble (3)
EntryPoints\Ensemble.cs (3)
24
return TrainerEntryPointsUtils.
Train
<EnsembleTrainer.Arguments, CommonOutputs.BinaryClassificationOutput>(host, input,
37
return TrainerEntryPointsUtils.
Train
<MulticlassDataPartitionEnsembleTrainer.Arguments, CommonOutputs.MulticlassClassificationOutput>(host, input,
50
return TrainerEntryPointsUtils.
Train
<RegressionEnsembleTrainer.Arguments, CommonOutputs.RegressionOutput>(host, input,
Microsoft.ML.FastTree (8)
FastTreeClassification.cs (1)
441
return TrainerEntryPointsUtils.
Train
<FastTreeBinaryTrainer.Options, CommonOutputs.BinaryClassificationOutput>(host, input,
FastTreeRanking.cs (1)
1090
return TrainerEntryPointsUtils.
Train
<FastTreeRankingTrainer.Options, CommonOutputs.RankingOutput>(host, input,
FastTreeRegression.cs (1)
541
return TrainerEntryPointsUtils.
Train
<FastTreeRegressionTrainer.Options, CommonOutputs.RegressionOutput>(host, input,
FastTreeTweedie.cs (1)
577
return TrainerEntryPointsUtils.
Train
<FastTreeTweedieTrainer.Options, CommonOutputs.RegressionOutput>(host, input,
GamTrainer.cs (2)
693
return TrainerEntryPointsUtils.
Train
<GamRegressionTrainer.Options, CommonOutputs.RegressionOutput>(host, input,
707
return TrainerEntryPointsUtils.
Train
<GamBinaryTrainer.Options, CommonOutputs.BinaryClassificationOutput>(host, input,
RandomForestClassification.cs (1)
417
return TrainerEntryPointsUtils.
Train
<FastForestBinaryTrainer.Options, CommonOutputs.BinaryClassificationOutput>(host, input,
RandomForestRegression.cs (1)
602
return TrainerEntryPointsUtils.
Train
<FastForestRegressionTrainer.Options, CommonOutputs.RegressionOutput>(host, input,
Microsoft.ML.KMeansClustering (1)
KMeansPlusPlusTrainer.cs (1)
298
return TrainerEntryPointsUtils.
Train
<Options, CommonOutputs.ClusteringOutput>(host, input,
Microsoft.ML.LightGbm (4)
LightGbmBinaryTrainer.cs (1)
321
return TrainerEntryPointsUtils.
Train
<LightGbmBinaryTrainer.Options, CommonOutputs.BinaryClassificationOutput>(host, input,
LightGbmMulticlassTrainer.cs (1)
403
return TrainerEntryPointsUtils.
Train
<LightGbmMulticlassTrainer.Options, CommonOutputs.MulticlassClassificationOutput>(host, input,
LightGbmRankingTrainer.cs (1)
333
return TrainerEntryPointsUtils.
Train
<LightGbmRankingTrainer.Options, CommonOutputs.RankingOutput>(host, input,
LightGbmRegressionTrainer.cs (1)
281
return TrainerEntryPointsUtils.
Train
<LightGbmRegressionTrainer.Options, CommonOutputs.RegressionOutput>(host, input,
Microsoft.ML.Mkl.Components (2)
OlsLinearRegression.cs (1)
682
return TrainerEntryPointsUtils.
Train
<Options, CommonOutputs.RegressionOutput>(host, options,
SymSgdClassificationTrainer.cs (1)
293
return TrainerEntryPointsUtils.
Train
<Options, CommonOutputs.BinaryClassificationOutput>(host, options,
Microsoft.ML.PCA (1)
PcaTrainer.cs (1)
404
return TrainerEntryPointsUtils.
Train
<Options, CommonOutputs.AnomalyDetectionOutput>(host, input,
Microsoft.ML.StandardTrainers (13)
FactorizationMachine\FactorizationMachineTrainer.cs (1)
580
return TrainerEntryPointsUtils.
Train
<Options, CommonOutputs.BinaryClassificationOutput>(host, input, () => new FieldAwareFactorizationMachineTrainer(host, input),
LdSvm\LdSvmTrainer.cs (1)
676
return TrainerEntryPointsUtils.
Train
<Options, CommonOutputs.BinaryClassificationOutput>(host, input,
Standard\LogisticRegression\LogisticRegression.cs (1)
473
return TrainerEntryPointsUtils.
Train
<Options, CommonOutputs.BinaryClassificationOutput>(host, input,
Standard\LogisticRegression\MulticlassLogisticRegression.cs (1)
404
return TrainerEntryPointsUtils.
Train
<LbfgsMaximumEntropyMulticlassTrainer.Options, CommonOutputs.MulticlassClassificationOutput>(host, input,
Standard\MulticlassClassification\MulticlassNaiveBayesTrainer.cs (1)
215
return TrainerEntryPointsUtils.
Train
<Options, CommonOutputs.MulticlassClassificationOutput>(host, input,
Standard\Online\AveragedPerceptron.cs (1)
231
return TrainerEntryPointsUtils.
Train
<Options, CommonOutputs.BinaryClassificationOutput>(host, input,
Standard\Online\LinearSvm.cs (1)
331
return TrainerEntryPointsUtils.
Train
<Options, CommonOutputs.BinaryClassificationOutput>(host, input,
Standard\Online\OnlineGradientDescent.cs (1)
197
return TrainerEntryPointsUtils.
Train
<Options, CommonOutputs.RegressionOutput>(host, input,
Standard\PoissonRegression\PoissonRegression.cs (1)
219
return TrainerEntryPointsUtils.
Train
<Options, CommonOutputs.RegressionOutput>(host, input,
Standard\SdcaBinary.cs (2)
2474
return TrainerEntryPointsUtils.
Train
<Options, CommonOutputs.BinaryClassificationOutput>(host, input,
2498
return TrainerEntryPointsUtils.
Train
<LegacySdcaBinaryTrainer.Options, CommonOutputs.BinaryClassificationOutput>(host, input,
Standard\SdcaMulticlass.cs (1)
682
return TrainerEntryPointsUtils.
Train
<SdcaMaximumEntropyMulticlassTrainer.Options, CommonOutputs.MulticlassClassificationOutput>(host, input,
Standard\SdcaRegression.cs (1)
221
return TrainerEntryPointsUtils.
Train
<SdcaRegressionTrainer.Options, CommonOutputs.RegressionOutput>(host, input,