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,
56
features[j] = rand.NextDouble() <
_args
.FeaturesSelectionProportion;