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)
274
new 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);