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