1 write to MemorySize
Microsoft.ML.StandardTrainers (1)
Standard\LogisticRegression\LbfgsPredictorBase.cs (1)
262MemorySize = LbfgsTrainerOptions.HistorySize;
3 references to MemorySize
Microsoft.ML.StandardTrainers (3)
Standard\LogisticRegression\LbfgsPredictorBase.cs (3)
321? new L1Optimizer(Host, BiasCount, L1Weight / NumGoodRows, MemorySize, DenseOptimizer, null, EnforceNonNegativity) 322: new Optimizer(Host, MemorySize, DenseOptimizer, null, EnforceNonNegativity); 556OneDalLbfgs.LogisticRegressionCompute(featuresPtr, labelsPtr, weightsPtr, useSampleWeights, betaPtr, NumGoodRows, nFeatures, ClassCount, L1Weight, L2Weight, OptTol, MaxIterations, MemorySize, numThreads);