2 writes to _host
Microsoft.ML.Data (2)
DataLoadSave\EstimatorChain.cs (2)
36
_host
= env?.Register(nameof(EstimatorChain<TLastTransformer>));
51
_host
= null;
4 references to _host
Microsoft.ML.Data (4)
DataLoadSave\EstimatorChain.cs (4)
42
Contracts.Assert((
_host
!= null) == _needCacheAfter.Any(x => x));
75
Contracts.AssertValue(
_host
);
76
current = new CacheDataView(
_host
, current, null);
95
return new EstimatorChain<TNewTrans>(
_host
, _estimators.AppendElement(estimator), _scopes.AppendElement(scope), _needCacheAfter.AppendElement(false));