13 references to Seed
Microsoft.ML.FastTree (13)
BoostingFastTree.cs (2)
68FastTreeTrainerOptions.HistogramPoolSize, FastTreeTrainerOptions.Seed, FastTreeTrainerOptions.FeatureFractionPerSplit, FastTreeTrainerOptions.FilterZeroLambdas, 100optimizationAlgorithm.DropoutRng = new Random(FastTreeTrainerOptions.Seed);
FastTree.cs (3)
586return new BaggingProvider(TrainSet, FastTreeTrainerOptions.NumberOfLeaves, FastTreeTrainerOptions.Seed, FastTreeTrainerOptions.BaggingExampleFraction); 617OptimizationAlgorithm.TrainingScores.RandomizeScores(FastTreeTrainerOptions.Seed, false); 707OptimizationAlgorithm.TrainingScores.RandomizeScores(FastTreeTrainerOptions.Seed, true);
FastTreeClassification.cs (1)
228FastTreeTrainerOptions.Seed,
FastTreeRanking.cs (3)
201_ensembleCompressor.Initialize(FastTreeTrainerOptions.NumberOfTrees, TrainSet, TrainSet.Ratings, FastTreeTrainerOptions.Seed); 224return new RankingBaggingProvider(TrainSet, FastTreeTrainerOptions.NumberOfLeaves, FastTreeTrainerOptions.Seed, FastTreeTrainerOptions.BaggingExampleFraction); 574options.Seed)
FastTreeRegression.cs (1)
439options.Seed)
FastTreeTweedie.cs (1)
383options.Seed)
RandomForest.cs (2)
68FastTreeTrainerOptions.HistogramPoolSize, FastTreeTrainerOptions.Seed, FastTreeTrainerOptions.FeatureFractionPerSplit, 84options.Seed)