3 types derived from LbfgsTrainerBase
Microsoft.ML.StandardTrainers (3)
Standard\LogisticRegression\LogisticRegression.cs (1)
82public sealed partial class LbfgsLogisticRegressionBinaryTrainer : LbfgsTrainerBase<LbfgsLogisticRegressionBinaryTrainer.Options,
Standard\LogisticRegression\MulticlassLogisticRegression.cs (1)
89public sealed class LbfgsMaximumEntropyMulticlassTrainer : LbfgsTrainerBase<LbfgsMaximumEntropyMulticlassTrainer.Options,
Standard\PoissonRegression\PoissonRegression.cs (1)
58public sealed class LbfgsPoissonRegressionTrainer : LbfgsTrainerBase<LbfgsPoissonRegressionTrainer.Options, RegressionPredictionTransformer<PoissonRegressionModelParameters>, PoissonRegressionModelParameters>
3 references to LbfgsTrainerBase
Microsoft.ML.StandardTrainers (3)
Standard\LogisticRegression\LbfgsPredictorBase.cs (3)
35where TOptions : LbfgsTrainerBase<TOptions, TTransformer, TModel>.OptionsBase, new() 38/// Base options class for trainer estimators deriving from<see cref="LbfgsTrainerBase{TOptions, TTransformer, TModel}"/>. 156private const string RegisterName = nameof(LbfgsTrainerBase<TOptions, TTransformer, TModel>);