6 references to AnyNewColumnsActive
Microsoft.ML.Data (6)
DataView\BatchDataViewMapperBase.cs (1)
41if (!SchemaBindings.AnyNewColumnsActive(predicate))
Scorers\GenericScorer.cs (1)
254return _bindings.AnyNewColumnsActive(predicate);
Scorers\PredictedLabelScorerBase.cs (1)
395return Bindings.AnyNewColumnsActive(predicate);
Transforms\GenerateNumberTransform.cs (1)
332if (_bindings.AnyNewColumnsActive(predicate))
Transforms\PerGroupTransformBase.cs (1)
173if (!bindings.AnyNewColumnsActive(predicate))
Transforms\TransformBase.cs (1)
731return _bindings.AnyNewColumnsActive(predicate);