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