2 references to EstimatorChain
Microsoft.ML.Data (2)
DataLoadSave\EstimatorChain.cs (2)
95return new EstimatorChain<TNewTrans>(_host, _estimators.AppendElement(estimator), _scopes.AppendElement(scope), _needCacheAfter.AppendElement(false)); 123return new EstimatorChain<TLastTransformer>(env, _estimators, _scopes, newNeedCache);