1 write to _canWrap
Microsoft.ML.Data (1)
Scorers\MulticlassClassificationScorer.cs (1)
128
_canWrap
= canWrap;
4 references to _canWrap
Microsoft.ML.Data (4)
Scorers\MulticlassClassificationScorer.cs (4)
208
return new LabelNameBindableMapper(_host, inner, _type, _getter, _metadataKind,
_canWrap
);
232
if (
_canWrap
!= null && !
_canWrap
(innerBound, _type))
235
return Utils.MarshalInvoke(CreateBound<int>, _type.ItemType.RawType, env, (ISchemaBoundRowMapper)innerBound, _type, _getter, _metadataKind,
_canWrap
);