4 references to ExtractValues
Microsoft.ML.Data (1)
Prediction\PredictionEngine.cs (1)
165private protected void ExtractValues(TSrc example) => _inputRow.ExtractValues(example);
Microsoft.ML.Transforms (3)
CustomMappingTransformer.cs (1)
151dstRow.ExtractValues(dst);
StatefulCustomMappingTransformer.cs (2)
178dstRow.ExtractValues(dst); 297dstRow.ExtractValues(dst);