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)
439private readonly VectorValue[] _values; 447_values = new VectorValue[Rows.Count];