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