9 references to SchemaBindings
Microsoft.ML.Data (9)
DataView\BatchDataViewMapperBase.cs (9)
16
public DataViewSchema Schema =>
SchemaBindings
.AsSchema;
35
var predicate = RowCursorUtils.FromColumnsToPredicate(columnsNeeded,
SchemaBindings
.AsSchema);
41
if (!
SchemaBindings
.AnyNewColumnsActive(predicate))
43
var activeInput =
SchemaBindings
.GetActiveInput(predicate);
45
return new BindingsWrappedRowCursor(Host, inputCursor,
SchemaBindings
);
47
var active =
SchemaBindings
.GetActive(predicate);
48
Contracts.Assert(active.Length ==
SchemaBindings
.ColumnCount);
113
var col = _parent.
SchemaBindings
.MapColumnIndex(out bool isSrc, column.Index);
142
Ch.Check(column.Index < _parent.
SchemaBindings
.AsSchema.Count);