2 references to _modelIntermediateColumnNames
Microsoft.ML.Transforms (2)
Text\SentimentAnalyzingTransform.cs (2)
79
input = AliasIfNeeded(env, input,
_modelIntermediateColumnNames
, out aliased);
97
input = ColumnSelectingTransformer.CreateDrop(env, input,
_modelIntermediateColumnNames
);