IRowToRowMapper.GetDependencies Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Given a set of columns, return the input columns that are needed to generate those output columns.
public System.Collections.Generic.IEnumerable<Microsoft.ML.DataViewSchema.Column> GetDependencies (System.Collections.Generic.IEnumerable<Microsoft.ML.DataViewSchema.Column> dependingColumns);
abstract member GetDependencies : seq<Microsoft.ML.DataViewSchema.Column> -> seq<Microsoft.ML.DataViewSchema.Column>
Public Function GetDependencies (dependingColumns As IEnumerable(Of DataViewSchema.Column)) As IEnumerable(Of DataViewSchema.Column)
Parameters
- dependingColumns
- IEnumerable<DataViewSchema.Column>