1 write to _host
Microsoft.ML.Ensemble (1)
Selector\FeatureSelector\RandomFeatureSelector.cs (1)
41_host = env.Register(LoadName);
3 references to _host
Microsoft.ML.Ensemble (3)
Selector\FeatureSelector\RandomFeatureSelector.cs (3)
43_host.Check(0 < _args.FeaturesSelectionProportion && _args.FeaturesSelectionProportion < 1, 49_host.CheckValue(data, nameof(data)); 57var dataNew = EnsembleUtils.SelectFeatures(_host, data, features);