6 implementations of GetDependencies
Microsoft.ML.Data (2)
Evaluators\EvaluatorBase.cs (1)
525Func<int, bool> IRowMapper.GetDependencies(Func<int, bool> activeOutput)
Transforms\RowToRowTransformerBase.cs (1)
109Func<int, bool> IRowMapper.GetDependencies(Func<int, bool> activeOutput)
Microsoft.ML.TimeSeries (3)
SequentialAnomalyDetectionTransformBase.cs (1)
342public Func<int, bool> GetDependencies(Func<int, bool> activeOutput)
SequentialForecastingTransformBase.cs (1)
146public Func<int, bool> GetDependencies(Func<int, bool> activeOutput)
SrCnnTransformBase.cs (1)
185public Func<int, bool> GetDependencies(Func<int, bool> activeOutput)
Microsoft.ML.Transforms (1)
CustomMappingTransformer.cs (1)
177Func<int, bool> IRowMapper.GetDependencies(Func<int, bool> activeOutput)
2 references to GetDependencies
Microsoft.ML.Data (1)
DataView\RowToRowMapperTransform.cs (1)
160var predicateIn = _mapper.GetDependencies(predicateOut);
Microsoft.ML.TimeSeries (1)
SequentialTransformerBase.cs (1)
823var predicateIn = _mapper.GetDependencies(predicateOut);