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)
80return new TransformerChain<TLastTransformer>(xfs, _scopes); 95return new EstimatorChain<TNewTrans>(_host, _estimators.AppendElement(estimator), _scopes.AppendElement(scope), _needCacheAfter.AppendElement(false)); 123return new EstimatorChain<TLastTransformer>(env, _estimators, _scopes, newNeedCache);