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