1 write to _host
Microsoft.ML.Data (1)
Scorers\MulticlassClassificationScorer.cs (1)
286_host = env.Register(LoaderSignature);
6 references to _host
Microsoft.ML.Data (6)
Scorers\MulticlassClassificationScorer.cs (6)
274new LabelNameBindableMapper(_host, _mapper, _labelNameType, _labelNameGetter, _metadataKind, _canWrap), null) ?? 287_host.CheckValue(mapper, nameof(mapper)); 288_host.CheckValue(type, nameof(type)); 289_host.CheckValue(getter, nameof(getter)); 290_host.CheckNonEmpty(metadataKind, nameof(metadataKind)); 291_host.CheckValueOrNull(canWrap);