4 writes to HistorySize
Microsoft.ML.Samples (2)
Dynamic\Trainers\MulticlassClassification\LbfgsMaximumEntropyWithOptions.cs (1)
30HistorySize = 50,
Dynamic\Trainers\Regression\LbfgsPoissonRegressionWithOptions.cs (1)
37HistorySize = 30,
Microsoft.ML.StandardTrainers (2)
Standard\LogisticRegression\LbfgsPredictorBase.cs (2)
221HistorySize = memorySize, 301HistorySize = memorySize,
5 references to HistorySize
Microsoft.ML.StandardTrainers (5)
Standard\LogisticRegression\LbfgsPredictorBase.cs (5)
249Host.CheckUserArg(LbfgsTrainerOptions.HistorySize > 0, nameof(LbfgsTrainerOptions.HistorySize), "Must be positive"); 257Host.CheckParam(!(LbfgsTrainerOptions.HistorySize <= 0), nameof(LbfgsTrainerOptions.HistorySize), "Must be positive, if provided."); 262MemorySize = LbfgsTrainerOptions.HistorySize;