2 writes to _scopes
Microsoft.ML.Data (2)
DataLoadSave\EstimatorChain.cs (2)
38
_scopes
= scopes ?? new TransformerScope[0];
53
_scopes
= new TransformerScope[0];
3 references to _scopes
Microsoft.ML.Data (3)
DataLoadSave\EstimatorChain.cs (3)
80
return new TransformerChain<TLastTransformer>(xfs,
_scopes
);
95
return new EstimatorChain<TNewTrans>(_host, _estimators.AppendElement(estimator),
_scopes
.AppendElement(scope), _needCacheAfter.AppendElement(false));
123
return new EstimatorChain<TLastTransformer>(env, _estimators,
_scopes
, newNeedCache);