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)
444
throw
_host
.ExceptUserArg(nameof(MutualInformationFeatureSelectingEstimator.Options.LabelColumnName),
451
throw
_host
.ExceptUserArg(nameof(MutualInformationFeatureSelectingEstimator.Options.LabelColumnName),
462
throw
_host
.ExceptUserArg(nameof(MutualInformationFeatureSelectingEstimator.Options.Columns),
469
throw
_host
.ExceptUserArg(nameof(MutualInformationFeatureSelectingEstimator.Options.Columns),
475
throw
_host
.ExceptUserArg(nameof(MutualInformationFeatureSelectingEstimator.Options.Columns),
484
using (var ch =
_host
.Start("Computing mutual information scores"))
485
using (var pch =
_host
.StartProgressChannel("Computing mutual information scores"))
487
using (var trans = Transposer.Create(
_host
, input, false, colSrcs))
559
_numLabels = labelType.GetKeyCountAsInt32(
_host
) + 1;