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