1 instantiation of VectorValue
Microsoft.ML.Data (1)
DataLoadSave\Text\TextLoaderParser.cs (1)
449
_values[i] = new
VectorValue
(this);
2 references to VectorValue
Microsoft.ML.Data (2)
DataLoadSave\Text\TextLoaderParser.cs (2)
439
private readonly
VectorValue
[] _values;
447
_values = new
VectorValue
[Rows.Count];