1 write to _args
Microsoft.ML.Ensemble (1)
Selector\FeatureSelector\RandomFeatureSelector.cs (1)
42_args = args;
3 references to _args
Microsoft.ML.Ensemble (3)
Selector\FeatureSelector\RandomFeatureSelector.cs (3)
43_host.Check(0 < _args.FeaturesSelectionProportion && _args.FeaturesSelectionProportion < 1, 56features[j] = rand.NextDouble() < _args.FeaturesSelectionProportion;