2 references to FindAll
Microsoft.ML.CodeGenerator (1)
Utils.cs (1)
54
var featureColumns = dataView.Schema.ToList().
FindAll
(
Microsoft.ML.TimeSeries (1)
RootCauseAnalyzer.cs (1)
213
anomalyPoints = anomalyPoints.
FindAll
(x => x.Delta < 0);