2 references to Source
Microsoft.ML.Transforms (2)
StatefulFilterTransform.cs (2)
69
_typedSource = TypedCursorable<TSrc>.Create(_host,
Source
, false, inputSchemaDefinition);
73
_bindings = new ColumnBindings(
Source
.Schema, DataViewConstructionUtils.GetSchemaColumns(outSchema));