1 write to _host
Microsoft.ML.Transforms (1)
MutualInformationFeatureSelection.cs (1)
430_host = host;
9 references to _host
Microsoft.ML.Transforms (9)
MutualInformationFeatureSelection.cs (9)
444throw _host.ExceptUserArg(nameof(MutualInformationFeatureSelectingEstimator.Options.LabelColumnName), 451throw _host.ExceptUserArg(nameof(MutualInformationFeatureSelectingEstimator.Options.LabelColumnName), 462throw _host.ExceptUserArg(nameof(MutualInformationFeatureSelectingEstimator.Options.Columns), 469throw _host.ExceptUserArg(nameof(MutualInformationFeatureSelectingEstimator.Options.Columns), 475throw _host.ExceptUserArg(nameof(MutualInformationFeatureSelectingEstimator.Options.Columns), 484using (var ch = _host.Start("Computing mutual information scores")) 485using (var pch = _host.StartProgressChannel("Computing mutual information scores")) 487using (var trans = Transposer.Create(_host, input, false, colSrcs)) 559_numLabels = labelType.GetKeyCountAsInt32(_host) + 1;