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));
57
var dataNew = EnsembleUtils.SelectFeatures(
_host
, data, features);