1 instantiation of InputRow
Microsoft.ML.Data (1)
DataView\DataViewConstructionUtils.cs (1)
118
return new
InputRow
<TRow>(env, internalSchemaDefn);
4 references to InputRow
Microsoft.ML.Data (4)
DataView\DataViewConstructionUtils.cs (2)
109
public static
InputRow
<TRow> CreateInputRow<TRow>(IHostEnvironment env, SchemaDefinition schemaDefinition = null)
161
: ApiUtils.GeneratePeek<
InputRow
<TRow>, TRow>(currentColumn);
Prediction\PredictionEngine.cs (2)
93
private readonly DataViewConstructionUtils.
InputRow
<TSrc> _inputRow;
123
private protected virtual void PredictionEngineCore(IHostEnvironment env, DataViewConstructionUtils.
InputRow
<TSrc> inputRow,